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 |
|---|---|---|---|---|---|---|
transformation | repo-ecore-all/data/nberrehouma/Master-Project/System/model/transform.ecore | transform
Transformation
hote
grammar | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="transform" nsURI="http://transform/1.0" nsPrefix="transform">
<eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="../../GraphModel/model/graph.ecore#//Named">
<eStructuralFeatures xsi:type="ecore:EReference" name="hote" eType="ecore:EClass ../../GraphModel/model/graph.ecore#//Graph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grammar" eType="ecore:EClass ../../GraphGrammar/model/grammar.ecore#//Grammar"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"transform","nsURI":"http://transform/1.0","name":"transform","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grammar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"},{"id":6,"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":5},{"source":2,"target":1},{"source":3,"target":6},{"source":3,"target":1}],"multigraph":true} | ecore |
people | repo-ecore-all/data/gssi/Edelta_bad_smells/model/Persons.ecore | Persons
Person
fullName
model
Male
age
Female
age
PersonsModel
persons
LocaledElement
Employee
PrimitiveTypes
String
java.lang.Object
string | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="Persons" nsURI="http://persons" nsPrefix="persons">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false"
unique="false" lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#/0/PersonsModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#/0/Person">
<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="Female" eSuperTypes="#/0/Person">
<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="PersonsModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1"
eType="#/0/Person" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocaledElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#/0/Person"/>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://primitivetypes" nsPrefix="pt">
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="string"/>
</ecore:EPackage>
</xmi:XMI>
| false | {"directed":true,"nodes":[{"nsPrefix":"persons","nsURI":"http://persons","name":"Persons","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Male","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Female","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonsModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocaledElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullName","changeable":true,"lowerBound":1,"iD":false,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"instanceTypeName":"string","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":9,"serializable":true,"eClass":"EDataType"},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"age","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"age","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"nsPrefix":"pt","nsURI":"http://primitivetypes","name":"PrimitiveTypes","id":21,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":9},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":17},{"source":15,"target":3},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":18},{"source":18,"target":1},{"source":18,"target":19},{"source":18,"target":4},{"source":19,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":20},{"source":20,"target":1},{"source":21,"target":9},{"source":9,"target":21}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/diverse-project/k3/k3-sample/benchVM/fr.inria.diverse.k3.benchVM.model/src/main/model/statemachine.ecore | statemachine
State
initial
terminal
StateMachine
addState
initial
terminal
terminals
accessibleStates
accessibleStates
states
coAccessibleStates
states
coAccessibleStates
accessibleAndCoAccessibleStates
deltaFrom
from
to
deltaMinusOne
state
label
addTransition
transition
accessibleStates
st
accept
word
alphabet
delta
state
label
delta
state
delta
s
steps
s
word
steps
st
word
step
s
o
initials
deltaMinusOne
st
states
delta
Transition
start
end
label
Set
java.util.Set
java.util.Set
T | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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.ecore" nsPrefix="statemachine">
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eOperations name="addState" eType="#//State">
<eParameters name="initial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eParameters name="terminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="terminals">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eOperations>
<eOperations name="accessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eOperations>
<eOperations name="accessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="states">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="coAccessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="states">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="coAccessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eOperations>
<eOperations name="accessibleAndCoAccessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eOperations>
<eOperations name="deltaFrom">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="from" eType="#//State"/>
<eParameters name="to" eType="#//State"/>
</eOperations>
<eOperations name="deltaMinusOne">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="state" eType="#//State"/>
<eParameters name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="addTransition">
<eParameters name="transition" eType="#//Transition"/>
</eOperations>
<eOperations name="accessibleStates">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="st" eType="#//State"/>
</eOperations>
<eOperations name="accept" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="word" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="alphabet">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eGenericType>
</eOperations>
<eOperations name="delta">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="state" eType="#//State"/>
<eParameters name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="delta">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="state" eType="#//State"/>
</eOperations>
<eOperations name="delta">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="s">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="steps">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="s">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eParameters>
<eParameters name="word" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="steps">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="st" eType="#//State"/>
<eParameters name="word" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="step">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
<eParameters name="s">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eParameters>
<eParameters name="o" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="initials">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//State"/>
</eGenericType>
</eOperations>
<eOperations name="deltaMinusOne">
<eGenericType eClassifier="#//Set">
<eTypeArguments eClassifier="#//Transition"/>
</eGenericType>
<eParameters name="st" eType="#//State"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delta" upperBound="-1"
eType="#//Transition" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" instanceClassName="java.util.Set"
abstract="true" interface="true">
<eTypeParameters name="T"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http:///statemachine.ecore","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","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":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Set","defaultValue":null,"instanceClassName":"java.util.Set","name":"Set","instanceClass":"java.util.Set","abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"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":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminal","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addState","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminals","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessibleStates","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessibleStates","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"coAccessibleStates","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"coAccessibleStates","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessibleAndCoAccessibleStates","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaFrom","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaMinusOne","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTransition","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessibleStates","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"alphabet","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delta","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delta","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delta","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"steps","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"steps","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initials","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaMinusOne","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":"states","changeable":true,"resolveProxies":false,"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":"delta","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initial","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminal","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"states","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"states","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"label","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"transition","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"st","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"word","lowerBound":0,"id":74,"many":true,"required":false,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"label","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"word","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"st","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"word","lowerBound":0,"id":102,"many":true,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"st","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"T","id":127,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":9,"target":1},{"source":9,"target":32},{"source":9,"target":2},{"source":9,"target":33},{"source":9,"target":34},{"source":32,"target":1},{"source":33,"target":35},{"source":33,"target":9},{"source":34,"target":36},{"source":34,"target":9},{"source":10,"target":4},{"source":10,"target":37},{"source":10,"target":2},{"source":37,"target":38},{"source":37,"target":4},{"source":38,"target":1},{"source":11,"target":4},{"source":11,"target":39},{"source":11,"target":2},{"source":39,"target":40},{"source":39,"target":4},{"source":40,"target":1},{"source":12,"target":4},{"source":12,"target":41},{"source":12,"target":2},{"source":12,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":43,"target":1},{"source":42,"target":4},{"source":42,"target":44},{"source":42,"target":12},{"source":44,"target":45},{"source":44,"target":4},{"source":45,"target":1},{"source":13,"target":4},{"source":13,"target":46},{"source":13,"target":2},{"source":13,"target":47},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":1},{"source":47,"target":4},{"source":47,"target":49},{"source":47,"target":13},{"source":49,"target":50},{"source":49,"target":4},{"source":50,"target":1},{"source":14,"target":4},{"source":14,"target":51},{"source":14,"target":2},{"source":51,"target":52},{"source":51,"target":4},{"source":52,"target":1},{"source":15,"target":4},{"source":15,"target":53},{"source":15,"target":2},{"source":53,"target":54},{"source":53,"target":4},{"source":54,"target":1},{"source":16,"target":4},{"source":16,"target":55},{"source":16,"target":2},{"source":16,"target":56},{"source":16,"target":57},{"source":55,"target":58},{"source":55,"target":4},{"source":58,"target":3},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":16},{"source":59,"target":1},{"source":57,"target":1},{"source":57,"target":60},{"source":57,"target":16},{"source":60,"target":1},{"source":17,"target":4},{"source":17,"target":61},{"source":17,"target":2},{"source":17,"target":62},{"source":17,"target":63},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":3},{"source":62,"target":1},{"source":62,"target":65},{"source":62,"target":17},{"source":65,"target":1},{"source":63,"target":66},{"source":63,"target":17},{"source":18,"target":2},{"source":18,"target":67},{"source":67,"target":3},{"source":67,"target":68},{"source":67,"target":18},{"source":68,"target":3},{"source":19,"target":4},{"source":19,"target":69},{"source":19,"target":2},{"source":19,"target":70},{"source":69,"target":71},{"source":69,"target":4},{"source":71,"target":1},{"source":70,"target":1},{"source":70,"target":72},{"source":70,"target":19},{"source":72,"target":1},{"source":20,"target":73},{"source":20,"target":2},{"source":20,"target":74},{"source":74,"target":75},{"source":74,"target":20},{"source":21,"target":4},{"source":21,"target":76},{"source":21,"target":2},{"source":76,"target":77},{"source":76,"target":4},{"source":22,"target":4},{"source":22,"target":78},{"source":22,"target":2},{"source":22,"target":79},{"source":22,"target":80},{"source":78,"target":81},{"source":78,"target":4},{"source":81,"target":3},{"source":79,"target":1},{"source":79,"target":82},{"source":79,"target":22},{"source":82,"target":1},{"source":80,"target":83},{"source":80,"target":22},{"source":23,"target":4},{"source":23,"target":84},{"source":23,"target":2},{"source":23,"target":85},{"source":84,"target":86},{"source":84,"target":4},{"source":86,"target":3},{"source":85,"target":1},{"source":85,"target":87},{"source":85,"target":23},{"source":87,"target":1},{"source":24,"target":4},{"source":24,"target":88},{"source":24,"target":2},{"source":24,"target":89},{"source":88,"target":90},{"source":88,"target":4},{"source":90,"target":3},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":24},{"source":91,"target":92},{"source":91,"target":4},{"source":92,"target":1},{"source":25,"target":4},{"source":25,"target":93},{"source":25,"target":2},{"source":25,"target":94},{"source":25,"target":95},{"source":93,"target":96},{"source":93,"target":4},{"source":96,"target":1},{"source":94,"target":4},{"source":94,"target":97},{"source":94,"target":25},{"source":97,"target":98},{"source":97,"target":4},{"source":98,"target":1},{"source":95,"target":99},{"source":95,"target":25},{"source":26,"target":4},{"source":26,"target":100},{"source":26,"target":2},{"source":26,"target":101},{"source":26,"target":102},{"source":100,"target":103},{"source":100,"target":4},{"source":103,"target":1},{"source":101,"target":1},{"source":101,"target":104},{"source":101,"target":26},{"source":104,"target":1},{"source":102,"target":105},{"source":102,"target":26},{"source":27,"target":4},{"source":27,"target":106},{"source":27,"target":2},{"source":27,"target":107},{"source":27,"target":108},{"source":106,"target":109},{"source":106,"target":4},{"source":109,"target":1},{"source":107,"target":4},{"source":107,"target":110},{"source":107,"target":27},{"source":110,"target":111},{"source":110,"target":4},{"source":111,"target":1},{"source":108,"target":112},{"source":108,"target":27},{"source":28,"target":4},{"source":28,"target":113},{"source":28,"target":2},{"source":113,"target":114},{"source":113,"target":4},{"source":114,"target":1},{"source":29,"target":4},{"source":29,"target":115},{"source":29,"target":2},{"source":29,"target":116},{"source":115,"target":117},{"source":115,"target":4},{"source":117,"target":3},{"source":116,"target":1},{"source":116,"target":118},{"source":116,"target":29},{"source":118,"target":1},{"source":30,"target":1},{"source":30,"target":119},{"source":30,"target":2},{"source":119,"target":1},{"source":31,"target":3},{"source":31,"target":120},{"source":31,"target":2},{"source":120,"target":3},{"source":3,"target":0},{"source":3,"target":121},{"source":3,"target":122},{"source":3,"target":123},{"source":121,"target":1},{"source":121,"target":124},{"source":121,"target":3},{"source":124,"target":1},{"source":122,"target":1},{"source":122,"target":125},{"source":122,"target":3},{"source":125,"target":1},{"source":123,"target":126},{"source":123,"target":3},{"source":4,"target":0},{"source":4,"target":127}],"multigraph":true} | ecore |
relational | repo-ecore-all/data/anatlyzer/a2l/examples/example.class2table/metamodels/table1.ecore | table
NamedElement
name
Table
columns
pkeys
Column
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="table" nsURI="http://table1" nsPrefix="table1">
<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="Table" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pkeys" upperBound="-1"
eType="#//Column"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"table1","nsURI":"http://table1","name":"table","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":"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"},{"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":"columns","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":"pkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":2,"target":8},{"source":6,"target":3},{"source":6,"target":9},{"source":6,"target":2},{"source":9,"target":3},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":2},{"source":10,"target":3},{"source":8,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":13},{"source":11,"target":3},{"source":12,"target":1}],"multigraph":true} | ecore |
education | repo-ecore-all/data/simonstastny/Modellbasert-utvikling-av-informasjonssystemer/5-bpmn/model.ecore | model
root
containsStudent
containsCourse
containsDelivery
Student
ID
attends
submits
name
Exercise
ID
hasSubmitted
assignedTo
deadline_date
Course
ID
contains
name
Delivery
ID
group_number
answer
submission_date
evaluates
Response
ID
ok
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="model"
nsURI="http://model/1.0" nsPrefix="model">
<eClassifiers xsi:type="ecore:EClass" name="root">
<eStructuralFeatures xsi:type="ecore:EReference" name="containsStudent" upperBound="-1"
eType="#//Student" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containsCourse" upperBound="-1"
eType="#//Course" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containsDelivery" upperBound="-1"
eType="#//Delivery" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Student">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attends" upperBound="-1"
eType="#//Course"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submits" upperBound="-1"
eType="#//Delivery"/>
<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="Exercise">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSubmitted" upperBound="-1"
eType="#//Delivery"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" upperBound="-1"
eType="#//Student"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deadline_date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Course">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1"
eType="#//Exercise" 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="Delivery">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group_number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="answer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="submission_date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluates" eType="#//Response"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Response">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ok" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://model/1.0","name":"model","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":"Student","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exercise","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delivery","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","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":"containsStudent","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":"containsCourse","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":"containsDelivery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"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":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":"attends","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":"submits","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":"name","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"},{"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":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSubmitted","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deadline_date","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,"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":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":"contains","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},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"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":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"group_number","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"answer","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"submission_date","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ok","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":4},{"source":9,"target":5},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":5},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":4},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":4},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":5},{"source":16,"target":20},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":21,"target":25},{"source":21,"target":3},{"source":22,"target":5},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":5},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":2},{"source":24,"target":28},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":35,"target":40},{"source":35,"target":5},{"source":36,"target":41},{"source":36,"target":5},{"source":37,"target":42},{"source":37,"target":5},{"source":38,"target":43},{"source":38,"target":5},{"source":39,"target":6},{"source":39,"target":44},{"source":39,"target":5},{"source":44,"target":6},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":49},{"source":46,"target":6},{"source":47,"target":50},{"source":47,"target":6}],"multigraph":true} | ecore |
education | repo-ecore-all/data/timmychan97/TDT4250-delivery/assignment1/model/studyPlan.ecore | studyPlan
Course
codename
name
university
credits
7.5
level
University
name
students
studyProgrammes
courses
StudyPlan
student
semesterPlans
Semester
codename
year
season
SemesterPlan
studyPlan
selectedCourses
SemesterProgramme
specialization
mandatoryCourses
electiveCourses
Student
name
username
university
studyplan
StudyProgramme
codename
name
university
lengthInYears
specializations
Specialization
name
year
studyProgramme
continuations
semesters
SeasonEnum
Vår
Vår
Høst
Høst | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="studyPlan" nsURI="http://www.example.org/studyPlan" nsPrefix="studyPlan">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Course">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" 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="university" lowerBound="1"
eType="#//University" eOpposite="#//University/courses"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="7.5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="University">
<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" eOpposite="#//Student/university"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="studyProgrammes" upperBound="-1"
eType="#//StudyProgramme" containment="true" eOpposite="#//StudyProgramme/university"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1"
eType="#//Course" containment="true" eOpposite="#//Course/university"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StudyPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="student" lowerBound="1"
eType="#//Student" eOpposite="#//Student/studyplan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semesterPlans" upperBound="-1"
eType="#//SemesterPlan" containment="true" eOpposite="#//SemesterPlan/studyPlan"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Semester">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="season" eType="#//SeasonEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemesterPlan" eSuperTypes="#//Semester">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="selectedCoursesAtLeast30Credits"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/acceleo/query/1.0">
<details key="selectedCoursesAtLeast30Credits" value="self.selectedCourses -> collect(course | course.credits) -> sum() >= 30.0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="studyPlan" lowerBound="1"
eType="#//StudyPlan" eOpposite="#//StudyPlan/semesterPlans"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedCourses" upperBound="-1"
eType="#//Course"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemesterProgramme" eSuperTypes="#//Semester">
<eStructuralFeatures xsi:type="ecore:EReference" name="specialization" lowerBound="1"
eType="#//Specialization" eOpposite="#//Specialization/semesters"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mandatoryCourses" upperBound="-1"
eType="#//Course"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="electiveCourses" upperBound="-1"
eType="#//Course"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Student">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="university" lowerBound="1"
eType="#//University" eOpposite="#//University/students"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="studyplan" lowerBound="1"
eType="#//StudyPlan" containment="true" eOpposite="#//StudyPlan/student"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StudyProgramme">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="codeNameMustBeShorterThan10"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/acceleo/query/1.0">
<details key="codeNameMustBeShorterThan10" value="self.codename.size() < 10"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" 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="university" lowerBound="1"
eType="#//University" eOpposite="#//University/studyProgrammes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthInYears" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specializations" lowerBound="1"
upperBound="-1" eType="#//Specialization" containment="true" eOpposite="#//Specialization/studyProgramme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specialization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="studyProgramme" eType="#//StudyProgramme"
eOpposite="#//StudyProgramme/specializations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="continuations" upperBound="-1"
eType="#//Specialization" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semesters" lowerBound="1"
upperBound="-1" eType="#//SemesterProgramme" containment="true" eOpposite="#//SemesterProgramme/specialization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SeasonEnum">
<eLiterals name="Vår" literal="Vår"/>
<eLiterals name="Høst" value="1" literal="Høst"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"studyPlan","nsURI":"http://www.example.org/studyPlan","name":"studyPlan","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":"University","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyPlan","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semester","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemesterPlan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemesterProgramme","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyProgramme","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeasonEnum","instanceClass":null,"id":10,"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":"codename","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"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":"university","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":7.5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7.5","unsettable":false,"transient":false,"unique":true,"name":"credits","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"students","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"studyProgrammes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":"university","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"university","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":"student","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"semesterPlans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"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":"studyplan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"studyPlan","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"codename","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"season","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedCourses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"specialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"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":"mandatoryCourses","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":false,"unsettable":false,"transient":false,"unique":true,"name":"electiveCourses","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":true,"unsettable":false,"transient":false,"unique":true,"name":"semesters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codename","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthInYears","changeable":true,"lowerBound":0,"iD":false,"id":63,"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":"specializations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"studyProgramme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"continuations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"Vår","id":79,"value":0,"literal":"Vår","eClass":"EEnumLiteral"},{"name":"Høst","id":80,"value":1,"literal":"Høst","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":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":1},{"source":13,"target":19},{"source":18,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":19},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":7},{"source":23,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":26,"target":7},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":29},{"source":28,"target":8},{"source":19,"target":1},{"source":19,"target":30},{"source":19,"target":2},{"source":19,"target":13},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":7},{"source":31,"target":33},{"source":31,"target":3},{"source":31,"target":34},{"source":33,"target":7},{"source":32,"target":5},{"source":32,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":35,"target":5},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":40},{"source":37,"target":4},{"source":38,"target":41},{"source":38,"target":4},{"source":39,"target":10},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":36},{"source":5,"target":43},{"source":5,"target":44},{"source":36,"target":3},{"source":36,"target":45},{"source":36,"target":5},{"source":36,"target":32},{"source":45,"target":3},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":5},{"source":46,"target":1},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":47,"target":9},{"source":47,"target":51},{"source":47,"target":6},{"source":47,"target":52},{"source":51,"target":9},{"source":48,"target":1},{"source":48,"target":53},{"source":48,"target":6},{"source":53,"target":1},{"source":49,"target":1},{"source":49,"target":54},{"source":49,"target":6},{"source":54,"target":1},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":27},{"source":7,"target":34},{"source":55,"target":57},{"source":55,"target":7},{"source":56,"target":58},{"source":56,"target":7},{"source":27,"target":2},{"source":27,"target":59},{"source":27,"target":7},{"source":27,"target":23},{"source":59,"target":2},{"source":34,"target":3},{"source":34,"target":60},{"source":34,"target":7},{"source":34,"target":31},{"source":60,"target":3},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":29},{"source":8,"target":63},{"source":8,"target":64},{"source":61,"target":65},{"source":61,"target":8},{"source":62,"target":66},{"source":62,"target":8},{"source":29,"target":2},{"source":29,"target":67},{"source":29,"target":8},{"source":29,"target":24},{"source":67,"target":2},{"source":63,"target":68},{"source":63,"target":8},{"source":64,"target":9},{"source":64,"target":69},{"source":64,"target":8},{"source":64,"target":70},{"source":69,"target":9},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":70},{"source":9,"target":73},{"source":9,"target":52},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":75},{"source":72,"target":9},{"source":70,"target":8},{"source":70,"target":76},{"source":70,"target":9},{"source":70,"target":64},{"source":76,"target":8},{"source":73,"target":9},{"source":73,"target":77},{"source":73,"target":9},{"source":77,"target":9},{"source":52,"target":6},{"source":52,"target":78},{"source":52,"target":9},{"source":52,"target":47},{"source":78,"target":6},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":79,"target":10},{"source":80,"target":10}],"multigraph":true} | ecore |
expressions | repo-ecore-all/data/eMoflon/benchmarx/examples/asttodag/metamodels/ExpressionAST/model/ExpressionAST.ecore | ast
Model
expr
Expression
model
leftInverse
rightInverse
incrementalID
Operator
left
right
op
Operand
Variable
name
Number
value
ArithmeticOperator
Add
Add
Subtract
Subtract
Multiply
Multiply
Divide
Divide | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ast" nsURI="http://de.ubt.ai1.bw.qvt.examples.ast.ecore" nsPrefix="de.ubt.ai1.m2m">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true" eOpposite="#//Expression/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model"
eOpposite="#//Model/expr"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftInverse" eType="#//Operator"
eOpposite="#//Operator/left"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightInverse" eType="#//Operator"
eOpposite="#//Operator/right"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementalID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true" eOpposite="#//Expression/leftInverse"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true" eOpposite="#//Expression/rightInverse"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//ArithmeticOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Operand">
<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="Number" eSuperTypes="#//Operand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator">
<eLiterals name="Add" literal="Add"/>
<eLiterals name="Subtract" value="1" literal="Subtract"/>
<eLiterals name="Multiply" value="2" literal="Multiply"/>
<eLiterals name="Divide" value="3" literal="Divide"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"de.ubt.ai1.m2m","nsURI":"http://de.ubt.ai1.bw.qvt.examples.ast.ecore","name":"ast","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":"Expression","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":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":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"leftInverse","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rightInverse","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":"incrementalID","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"Add","id":32,"value":0,"literal":"Add","eClass":"EEnumLiteral"},{"name":"Subtract","id":33,"value":1,"literal":"Subtract","eClass":"EEnumLiteral"},{"name":"Multiply","id":34,"value":2,"literal":"Multiply","eClass":"EEnumLiteral"},{"name":"Divide","id":35,"value":3,"literal":"Divide","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":8,"target":10},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":1},{"source":10,"target":14},{"source":10,"target":2},{"source":10,"target":8},{"source":14,"target":1},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":2},{"source":11,"target":16},{"source":15,"target":3},{"source":12,"target":3},{"source":12,"target":17},{"source":12,"target":2},{"source":12,"target":18},{"source":17,"target":3},{"source":13,"target":19},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":16,"target":2},{"source":16,"target":22},{"source":16,"target":3},{"source":16,"target":11},{"source":22,"target":2},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":18,"target":12},{"source":23,"target":2},{"source":20,"target":7},{"source":20,"target":24},{"source":20,"target":3},{"source":24,"target":7},{"source":21,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":25,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":28},{"source":26,"target":5},{"source":27,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":31},{"source":29,"target":6},{"source":30,"target":4},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":32,"target":7},{"source":33,"target":7},{"source":34,"target":7},{"source":35,"target":7}],"multigraph":true} | ecore |
expressions | repo-ecore-all/data/supersede-project/dyn_adapt/YAFMT/cz.zcu.yafmt.clang.bcl/model/BooleanConstraintLanguage.ecore | model
Expression
ForAllContextualExpression
contextId
expression
ExistsContextualExpression
contextId
expression
Equation
leftPart
rightPart
Implication
leftPart
rightPart
Disjunction
leftPart
rightPart
Conjunction
leftPart
rightPart
Negation
expression
PrimaryExpression
featureId | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://zcu.cz/yafmt/clang/bcl" nsPrefix="model">
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ForAllContextualExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistsContextualExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftPart" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightPart" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftPart" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightPart" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftPart" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightPart" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftPart" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightPart" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://zcu.cz/yafmt/clang/bcl","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllContextualExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsContextualExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","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":"contextId","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":"expression","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextId","changeable":true,"lowerBound":0,"iD":false,"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":"expression","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":"leftPart","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":"rightPart","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":"leftPart","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":"rightPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftPart","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":"rightPart","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"featureId","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":1},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":1},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":1},{"source":17,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":1},{"source":21,"target":1},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":1},{"source":22,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":25,"target":1},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":1},{"source":26,"target":1},{"source":26,"target":29},{"source":26,"target":5},{"source":29,"target":1},{"source":27,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":1},{"source":31,"target":1},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":1},{"source":32,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":35,"target":1},{"source":35,"target":38},{"source":35,"target":7},{"source":38,"target":1},{"source":36,"target":1},{"source":36,"target":39},{"source":36,"target":7},{"source":39,"target":1},{"source":37,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":1},{"source":40,"target":42},{"source":40,"target":8},{"source":42,"target":1},{"source":41,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":1}],"multigraph":true} | ecore |
tournament | repo-ecore-all/data/Hettwein/ConquestGeneration/ConquestGeneration/testmodel/model/bowling.ecore | bowling
Player
name
dateOfBirth
League
name
players
Tournament
matchups
type
Matchup
games
Game
matchup
player
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://testmodel/bowling" nsPrefix="testmodel.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"/>
</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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tournament">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchups" 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" eType="#//Matchup"
eOpposite="#//Matchup/games"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TournamentType">
<eLiterals name="Pro"/>
<eLiterals name="Amateur" value="1"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"testmodel.bowling","nsURI":"http://testmodel/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},{"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":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"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":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchup","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":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"Pro","id":25,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":26,"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":7,"target":9},{"source":7,"target":1},{"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":1},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":4},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":6},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":5},{"source":19,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":20,"target":5},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":5},{"source":21,"target":19},{"source":23,"target":4},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":1},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":6},{"source":26,"target":6}],"multigraph":true} | ecore |
webapp | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/DSML.ecore | dsml
web
Website
Pages
name
Page
title
Form
Texts
name
Links
Field
Validator
TextField
size
maxlength
PasswordField
size
maxlength
Label
Button
RadioButton
CheckBox
SubmitButton
CancelButton
Item
value
Select
size
ListField
Items
TextArea
cols
rows
ResetButton
Link
accept
visitor
LinkedPage
value
FormElement
accept
visitor
name
value
Hidden
Form
accept
visitor
FormElements
action
Success
Error
Text
accept
visitor
value
Validator
accept
visitor
DateValidator
EmailValidator
Required
TimeValidator
URLValidator
TypeValidator
type
GreaterThanValidator
value
LessThanValidator
value
BetweenValidator
valueL
valueG
RegexValidator
regex
StringLengthValidator
min
max
Type
int
int
float
float
Success
SuccessPage
Error
ErrorPage
visitor
JSPVisitor
Visitor
tag
ResourceVisitor
POJOVisitor | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dsml" nsURI="com.car.dsml" nsPrefix="dsml">
<eSubpackages name="web" nsURI="dsml.web" nsPrefix="dsml">
<eClassifiers xsi:type="ecore:EClass" name="Website">
<eStructuralFeatures xsi:type="ecore:EReference" name="Pages" lowerBound="1"
upperBound="-1" eType="#//web/Page" 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="Page">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Form" eType="#//web/Form"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Texts" upperBound="-1"
eType="#//web/Text" 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="Links" upperBound="-1"
eType="#//web/Link" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field" abstract="true" interface="true"
eSuperTypes="#//web/FormElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="Validator" upperBound="-1"
eType="#//web/Validator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//web/Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxlength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PasswordField" eSuperTypes="#//web/Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxlength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//web/FormElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Button" abstract="true" interface="true"
eSuperTypes="#//web/FormElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RadioButton" eSuperTypes="#//web/ListField"/>
<eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//web/FormElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SubmitButton" eSuperTypes="#//web/Button"/>
<eClassifiers xsi:type="ecore:EClass" name="CancelButton" eSuperTypes="#//web/Button"/>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<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="Select" eSuperTypes="#//web/ListField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListField" abstract="true" interface="true"
eSuperTypes="#//web/FormElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="Items" upperBound="-1"
eType="#//web/Item" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//web/Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResetButton" eSuperTypes="#//web/Button"/>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eOperations name="accept" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="visitor" eType="#//visitor/Visitor"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="LinkedPage" eType="#//web/Page"/>
<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="FormElement" abstract="true" interface="true">
<eOperations name="accept" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="visitor.treatElement(this);"/>
<eParameters name="visitor" eType="#//visitor/Visitor"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hidden" eSuperTypes="#//web/FormElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Form">
<eOperations name="accept" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="visitor" eType="#//visitor/Visitor"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="FormElements" upperBound="-1"
eType="#//web/FormElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Success" eType="#//web/Success"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Error" eType="#//web/Error"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text">
<eOperations name="accept" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="visitor" eType="#//visitor/Visitor"/>
</eOperations>
<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="Validator" abstract="true" interface="true">
<eOperations name="accept" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="visitor" eType="#//visitor/Visitor"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateValidator" eSuperTypes="#//web/Validator"/>
<eClassifiers xsi:type="ecore:EClass" name="EmailValidator" eSuperTypes="#//web/Validator"/>
<eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//web/Validator"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeValidator" eSuperTypes="#//web/Validator"/>
<eClassifiers xsi:type="ecore:EClass" name="URLValidator" eSuperTypes="#//web/Validator"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeValidator" eSuperTypes="#//web/Validator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//web/Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GreaterThanValidator" eSuperTypes="#//web/Validator">
<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="LessThanValidator" eSuperTypes="#//web/Validator">
<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="BetweenValidator" eSuperTypes="#//web/Validator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegexValidator" eSuperTypes="#//web/Validator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLengthValidator" eSuperTypes="#//web/Validator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Type">
<eLiterals name="int"/>
<eLiterals name="float" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Success">
<eStructuralFeatures xsi:type="ecore:EReference" name="SuccessPage" eType="#//web/Page"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Error">
<eStructuralFeatures xsi:type="ecore:EReference" name="ErrorPage" eType="#//web/Page"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="visitor" nsURI="dsml.visitor" nsPrefix="visitor">
<eClassifiers xsi:type="ecore:EClass" name="JSPVisitor" eSuperTypes="#//visitor/Visitor"/>
<eClassifiers xsi:type="ecore:EClass" name="Visitor" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceVisitor" eSuperTypes="#//visitor/Visitor"/>
<eClassifiers xsi:type="ecore:EClass" name="POJOVisitor" eSuperTypes="#//visitor/Visitor"/>
</eSubpackages>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"dsml","nsURI":"com.car.dsml","name":"dsml","id":0,"eClass":"EPackage"},{"nsPrefix":"dsml","nsURI":"dsml.web","name":"web","id":1,"eClass":"EPackage"},{"nsPrefix":"visitor","nsURI":"dsml.visitor","name":"visitor","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Website","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasswordField","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioButton","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubmitButton","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CancelButton","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListField","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetButton","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hidden","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validator","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateValidator","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailValidator","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeValidator","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLValidator","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeValidator","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanValidator","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanValidator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetweenValidator","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegexValidator","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLengthValidator","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Success","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Error","instanceClass":null,"abstract":false,"id":38,"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":"Pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Form","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":"Texts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Validator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxlength","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxlength","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"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":"size","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"cols","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":86,"many":false,"required":true,"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":"LinkedPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visitor","instanceClass":null,"abstract":true,"id":91,"interface":true,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":104,"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":"FormElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Success","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Error","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":116,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":122,"many":false,"required":true,"eClass":"EOperation"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"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":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"valueL","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueG","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"regex","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"name":"int","id":153,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":154,"value":1,"literal":"float","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":"SuccessPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"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":"ErrorPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSPVisitor","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceVisitor","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POJOVisitor","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":0},{"source":3,"target":1},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":4},{"source":39,"target":41},{"source":39,"target":3},{"source":41,"target":4},{"source":40,"target":42},{"source":40,"target":3},{"source":4,"target":1},{"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":22},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":22},{"source":45,"target":23},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":23},{"source":46,"target":51},{"source":46,"target":4},{"source":47,"target":19},{"source":47,"target":52},{"source":47,"target":4},{"source":52,"target":19},{"source":5,"target":1},{"source":5,"target":20},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":24},{"source":53,"target":55},{"source":53,"target":5},{"source":55,"target":24},{"source":54,"target":20},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":56,"target":59},{"source":56,"target":6},{"source":57,"target":60},{"source":57,"target":6},{"source":58,"target":5},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":5},{"source":8,"target":1},{"source":8,"target":20},{"source":8,"target":66},{"source":66,"target":20},{"source":9,"target":1},{"source":9,"target":20},{"source":9,"target":67},{"source":67,"target":20},{"source":10,"target":1},{"source":10,"target":16},{"source":10,"target":68},{"source":68,"target":16},{"source":11,"target":1},{"source":11,"target":20},{"source":11,"target":69},{"source":69,"target":20},{"source":12,"target":1},{"source":12,"target":9},{"source":12,"target":70},{"source":70,"target":9},{"source":13,"target":1},{"source":13,"target":9},{"source":13,"target":71},{"source":71,"target":9},{"source":14,"target":1},{"source":14,"target":72},{"source":72,"target":73},{"source":72,"target":14},{"source":15,"target":1},{"source":15,"target":16},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":76},{"source":74,"target":15},{"source":75,"target":16},{"source":16,"target":1},{"source":16,"target":20},{"source":16,"target":77},{"source":16,"target":78},{"source":77,"target":14},{"source":77,"target":79},{"source":77,"target":16},{"source":79,"target":14},{"source":78,"target":20},{"source":17,"target":1},{"source":17,"target":5},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":80,"target":83},{"source":80,"target":17},{"source":81,"target":84},{"source":81,"target":17},{"source":82,"target":5},{"source":18,"target":1},{"source":18,"target":9},{"source":18,"target":85},{"source":85,"target":9},{"source":19,"target":1},{"source":19,"target":86},{"source":19,"target":87},{"source":19,"target":88},{"source":86,"target":89},{"source":86,"target":19},{"source":86,"target":90},{"source":90,"target":91},{"source":90,"target":92},{"source":90,"target":86},{"source":92,"target":91},{"source":87,"target":4},{"source":87,"target":93},{"source":87,"target":19},{"source":93,"target":4},{"source":88,"target":94},{"source":88,"target":19},{"source":20,"target":1},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":95,"target":98},{"source":95,"target":20},{"source":95,"target":99},{"source":99,"target":91},{"source":99,"target":100},{"source":99,"target":95},{"source":100,"target":91},{"source":96,"target":101},{"source":96,"target":20},{"source":97,"target":102},{"source":97,"target":20},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":103},{"source":103,"target":20},{"source":22,"target":1},{"source":22,"target":104},{"source":22,"target":105},{"source":22,"target":106},{"source":22,"target":107},{"source":22,"target":108},{"source":104,"target":109},{"source":104,"target":22},{"source":104,"target":110},{"source":110,"target":91},{"source":110,"target":111},{"source":110,"target":104},{"source":111,"target":91},{"source":105,"target":20},{"source":105,"target":112},{"source":105,"target":22},{"source":112,"target":20},{"source":106,"target":113},{"source":106,"target":22},{"source":107,"target":37},{"source":107,"target":114},{"source":107,"target":22},{"source":114,"target":37},{"source":108,"target":38},{"source":108,"target":115},{"source":108,"target":22},{"source":115,"target":38},{"source":23,"target":1},{"source":23,"target":116},{"source":23,"target":117},{"source":116,"target":118},{"source":116,"target":23},{"source":116,"target":119},{"source":119,"target":91},{"source":119,"target":120},{"source":119,"target":116},{"source":120,"target":91},{"source":117,"target":121},{"source":117,"target":23},{"source":24,"target":1},{"source":24,"target":122},{"source":122,"target":123},{"source":122,"target":24},{"source":122,"target":124},{"source":124,"target":91},{"source":124,"target":125},{"source":124,"target":122},{"source":125,"target":91},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":126},{"source":126,"target":24},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":127},{"source":127,"target":24},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":128},{"source":128,"target":24},{"source":28,"target":1},{"source":28,"target":24},{"source":28,"target":129},{"source":129,"target":24},{"source":29,"target":1},{"source":29,"target":24},{"source":29,"target":130},{"source":130,"target":24},{"source":30,"target":1},{"source":30,"target":24},{"source":30,"target":131},{"source":30,"target":132},{"source":131,"target":36},{"source":131,"target":133},{"source":131,"target":30},{"source":133,"target":36},{"source":132,"target":24},{"source":31,"target":1},{"source":31,"target":24},{"source":31,"target":134},{"source":31,"target":135},{"source":134,"target":136},{"source":134,"target":31},{"source":135,"target":24},{"source":32,"target":1},{"source":32,"target":24},{"source":32,"target":137},{"source":32,"target":138},{"source":137,"target":139},{"source":137,"target":32},{"source":138,"target":24},{"source":33,"target":1},{"source":33,"target":24},{"source":33,"target":140},{"source":33,"target":141},{"source":33,"target":142},{"source":140,"target":143},{"source":140,"target":33},{"source":141,"target":144},{"source":141,"target":33},{"source":142,"target":24},{"source":34,"target":1},{"source":34,"target":24},{"source":34,"target":145},{"source":34,"target":146},{"source":145,"target":147},{"source":145,"target":34},{"source":146,"target":24},{"source":35,"target":1},{"source":35,"target":24},{"source":35,"target":148},{"source":35,"target":149},{"source":35,"target":150},{"source":148,"target":151},{"source":148,"target":35},{"source":149,"target":152},{"source":149,"target":35},{"source":150,"target":24},{"source":36,"target":1},{"source":36,"target":153},{"source":36,"target":154},{"source":153,"target":36},{"source":154,"target":36},{"source":37,"target":1},{"source":37,"target":155},{"source":155,"target":4},{"source":155,"target":156},{"source":155,"target":37},{"source":156,"target":4},{"source":38,"target":1},{"source":38,"target":157},{"source":157,"target":4},{"source":157,"target":158},{"source":157,"target":38},{"source":158,"target":4},{"source":2,"target":159},{"source":2,"target":91},{"source":2,"target":160},{"source":2,"target":161},{"source":2,"target":0},{"source":159,"target":2},{"source":159,"target":91},{"source":159,"target":162},{"source":162,"target":91},{"source":91,"target":2},{"source":91,"target":163},{"source":163,"target":164},{"source":163,"target":91},{"source":160,"target":2},{"source":160,"target":91},{"source":160,"target":165},{"source":165,"target":91},{"source":161,"target":2},{"source":161,"target":91},{"source":161,"target":166},{"source":166,"target":91}],"multigraph":true} | ecore |
components | repo-ecore-all/data/antoniogarmendia/WTurbinesModels/WT/patterns/ComponentLanguageDeep.ecore | ComponentLanguageDeep
Component
ports
Port
Connector
in
out
InPort
OutPort
InPortInstance
type
OutPortInstance
type
ComponentInstance
ports
type
PortInstance
ConnectorInstance
in
out
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="ComponentLanguageDeep" nsURI="http://mondo.dsl.org/mmPatterns/componentLanguageDeep"
nsPrefix="componentLanguageDeep">
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="InPortInstance" eSuperTypes="#//PortInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//InPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPortInstance" eSuperTypes="#//PortInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//OutPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Connector"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"componentLanguageDeep","nsURI":"http://mondo.dsl.org/mmPatterns/componentLanguageDeep","name":"ComponentLanguageDeep","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPortInstance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPortInstance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentInstance","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","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":"out","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"},{"container":false,"ordered":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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ports","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","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":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"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":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":3},{"source":15,"target":2},{"source":14,"target":2},{"source":14,"target":16},{"source":14,"target":3},{"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":2},{"source":5,"target":18},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":19},{"source":6,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":19,"target":6},{"source":21,"target":4},{"source":20,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":22},{"source":7,"target":23},{"source":22,"target":5},{"source":22,"target":24},{"source":22,"target":7},{"source":24,"target":5},{"source":23,"target":9},{"source":8,"target":0},{"source":8,"target":25},{"source":8,"target":26},{"source":25,"target":9},{"source":25,"target":27},{"source":25,"target":8},{"source":27,"target":9},{"source":26,"target":1},{"source":26,"target":28},{"source":26,"target":8},{"source":28,"target":1},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":29},{"source":10,"target":30},{"source":10,"target":31},{"source":29,"target":9},{"source":29,"target":32},{"source":29,"target":10},{"source":32,"target":9},{"source":30,"target":9},{"source":30,"target":33},{"source":30,"target":10},{"source":33,"target":9},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":10},{"source":34,"target":3}],"multigraph":true} | ecore |
visualization | repo-ecore-all/data/slisson/kieler-pragmatics/plugins/de.cau.cs.kieler.klighd.krendering/model/krendering.ecore | krendering
KPosition
equals
other
setPositions
x
y
x
y
KRendering
parent
placementData
actions
KEllipse
KRectangle
KRoundedRectangle
cornerWidth
cornerHeight
KPolyline
points
junctionPointRendering
KPolygon
KImage
bundleName
imagePath
imageObject
clipShape
KDecoratorPlacementData
absolute
xOffset
yOffset
rotateWithLine
width
height
relative
KContainerRendering
children
childPlacement
KArc
startAngle
arcAngle
arcType
KStyle
propagateToChildren
modifierId
selection
false
KRenderingLibrary
renderings
KRenderingRef
rendering
KChildArea
KText
text
cursorSelectable
false
editable
false
KPlacement
KGridPlacement
numColumns
topLeft
bottomRight
KPlacementData
KGridPlacementData
minCellWidth
0
minCellHeight
0
flexibleWidth
true
flexibleHeight
true
KAreaPlacementData
topLeft
bottomRight
KCustomRendering
className
bundleName
figureObject
KColor
setColor
red
green
blue
setColor
color
setColor
kColor
equals
other
red
0
green
0
blue
0
KLineWidth
lineWidth
1.0
LineStyle
SOLID
SOLID
DASH
DASH
DOT
DOT
DASHDOT
DASHDOT
DASHDOTDOT
DASHDOTDOT
CUSTOM
CUSTOM
KLineStyle
lineStyle
dashPattern
dashOffset
HorizontalAlignment
LEFT
LEFT
CENTER
CENTER
RIGHT
RIGHT
VerticalAlignment
TOP
TOP
CENTER
CENTER
BOTTOM
BOTTOM
KVerticalAlignment
verticalAlignment
KHorizontalAlignment
horizontalAlignment
KXPosition
T
equals
other
setPosition
absolute
relative
absolute
relative
KYPosition
T
equals
other
setPosition
absolute
relative
absolute
relative
KLeftPosition
KRightPosition
KTopPosition
KBottomPosition
KSpline
KForeground
KColoring
T
setColor
red
green
blue
setColor
color
setColor
red
green
blue
alpha
setColor
color
alpha
setColor2
color
setColor2
color
alpha
setColorCopyOf
kColor
setColorCopyOf
kColor
alpha
setColorCopiedFrom
coloring
setColorAndAlphaCopiedFrom
coloring
setTargetColor
red
green
blue
setTargetColor
color
setTargetColor
red
green
blue
alpha
setTargetColor
color
alpha
setTargetColor2
targetColor
setTargetColor2
targetColor
targetAlpha
setTargetColorCopyOf
targetColor
setTargetColorCopyOf
targetColor
targetAlpha
setTargetColorCopiedFrom
coloring
setTargetColorAndAlphaCopiedFrom
coloring
setGradientAngle2
angle
setColors
color
targetColor
setColors
color
targetColor
angle
setColors
color
alpha
targetColor
targetAlpha
setColors
color
alpha
targetColor
targetAlpha
angle
setColors
color
targetColor
setColors
color
targetColor
angle
setColors
color
alpha
targetColor
targetAlpha
setColors
color
alpha
targetColor
targetAlpha
angle
setColorsCopiesOf
color
targetColor
setColorsCopiesOf
color
targetColor
angle
setColorsCopiesOf
color
alpha
targetColor
targetAlpha
setColorsCopiesOf
color
alpha
targetColor
targetAlpha
angle
setColorsCopiedFrom
coloring
setColorsAlphasGradientAngleCopiedFrom
coloring
equals
other
color
alpha
255
targetColor
targetAlpha
255
gradientAngle
0
KBackground
KFontBold
bold
true
KFontItalic
italic
true
KFontName
name
KFontSize
size
10
scaleWithZoom
false
KRoundedBendsPolyline
bendRadius
KRotation
rotation
0.0
rotationAnchor
LineCap
CAP_FLAT
CAP_FLAT
CAP_ROUND
CAP_ROUND
CAP_SQUARE
CAP_SQUARE
KLineCap
lineCap
KAction
actionId
trigger
altPressed
ctrlCmdPressed
shiftPressed
KPointPlacementData
referencePoint
horizontalAlignment
LEFT
verticalAlignment
TOP
horizontalMargin
verticalMargin
minWidth
minHeight
Trigger
SINGLECLICK
SINGLECLICK
DOUBLECLICK
DOUBLECLICK
SINGLE_OR_MULTICLICK
SINGLE_OR_MULTICLICK
MIDDLE_SINGLECLICK
MIDDLE_SINGLECLICK
MIDDLE_DOUBLECLICK
MIDDLE_DOUBLECLICK
MIDDLE_SINGLE_OR_MULTICLICK
MIDDLE_SINGLE_OR_MULTICLICK
KStyleHolder
styles
id
KInvisibility
invisible
true
KShadow
xOffset
3
yOffset
3
blur
0.0
color
KTextUnderline
underline
color
Underline
NONE
NONE
SINGLE
SINGLE
DOUBLE
DOUBLE
ERROR
ERROR
SQUIGGLE
SQUIGGLE
LINK
LINK
KStyleRef
styleHolder
referencedTypes
KTextStrikeout
struckOut
true
color
LineJoin
JOIN_MITER
JOIN_MITER
JOIN_ROUND
JOIN_ROUND
JOIN_BEVEL
JOIN_BEVEL
KLineJoin
lineJoin
miterLimit
10
Arc
OPEN
OPEN
CHORD
CHORD
PIE
PIE
Colors
de.cau.cs.kieler.klighd.krendering.Colors
de.cau.cs.kieler.klighd.krendering.Colors | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="krendering" nsURI="http://kieler.cs.cau.de/KRendering" nsPrefix="krendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This package contains the classes of the KRendering language.<br>
This languages extends {@link KGraphPackage KGraph} and provides the means for describing the
figures the elements of a KGraph instance are depicted by. This involves
primitive figures to be composed to complex ones, <i>micro layout</i> directives,
styles, as well as actions for expressing interactivity of KGraph/KRendering-based diagrams."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="KPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to set an absolute Position of a single point by defining x and y coordinates of this point relative to the parent. The position can be set with absolute values or relative to the parent dimensions"/>
</eAnnotations>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.equals(this,other);"/>
<details key="documentation" value="Checks the equalilty of the <code>x</code> and <code>y</code> components of <code>this</code> KPostion instance and the provided <code>other</code> one.
Returns false if <code>other</code> is not a KPosition.<br>
{@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#equals(KPosition, Object) KRenderingUtil.equals(KPosition, Object)}.<br>
<br>
Hint: Equal KPositions, however, do not imply indentical points in the figure as they may have different parents!

@return <code>true</code> if <code>other</code> is a KPosition and its <code>x</code> and <code>y</code> components are equal to those of <code>this</code> instance, <code>false</code> otherwise
"/>
</eAnnotations>
<eParameters name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setPositions" eType="#//KPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setPositions(this, x, y);"/>
<details key="documentation" value="Convenience setter for configuring <code>this</code> KPosition instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setPositions(KPosition, KXPosition, KYPosition) KRenderingUtil.setPositions(KPosition, KXPosition, KYPosition)}."/>
</eAnnotations>
<eParameters name="x">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the horizontal position component"/>
</eAnnotations>
<eGenericType eClassifier="#//KXPosition">
<eTypeArguments/>
</eGenericType>
</eParameters>
<eParameters name="y">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the vertical position component"/>
</eAnnotations>
<eGenericType eClassifier="#//KYPosition">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="x" lowerBound="1" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the x-position relative to the parent based on absolute coordinates or relative parent width"/>
</eAnnotations>
<eGenericType eClassifier="#//KXPosition">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="y" lowerBound="1" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the y-position relative to the parent based on absolute coordinates or relative parent height"/>
</eAnnotations>
<eGenericType eClassifier="#//KYPosition">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRendering" abstract="true" eSuperTypes="../../de.cau.cs.kieler.klighd.kgraph/model/kgraph.ecore#//KGraphData #//KStyleHolder">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract class to define members of a shapeType.
Is placed inside a parent Container
can reference another Rendering instead of redefining it
A rendering can contain placementData to define the size of a derived object
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//KContainerRendering"
eOpposite="#//KContainerRendering/children">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the rendering containing this rendering"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="placementData" eType="#//KPlacementData"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Information where and how this Rendering shall be placed. If no placementdata is given this defaults to an AreaPlacementdata filling the bounds of the parent."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//KAction" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="actions that should be performed when according trigger is pulled"/>
</eAnnotations>
<details key="documentation" value="Actions that should be performed when associated trigger is pulled"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KEllipse" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define an ellipse shape that fits inside the space defined (a) by the node it is attached to or (b) by the placementData that is attached to the rendering"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRectangle" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define a rectangular shape that fits inside the space defined (a) by the node it is attached to or (b) by the placementData that is attached to the rendering"/>
</eAnnotations>
<details key="documentation" value="define a rectangle by adding the topLeft and bottomRight coordinates"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRoundedRectangle" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The rounded rectangle is used to create a rectangle with rounded corners. Corner width and height need to be passed in order to define the style of the corners.
The shape fits inside the space defined (a) by the node it is attached to or (b) by the placementData that is attached to the rendering
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="width of a corner in pixels"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="height of a corner in pixels"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPolyline" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Creates a polyline between two or more points"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="points" upperBound="-1"
eType="#//KPosition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="points that are visited by the polyline in order of definition"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="junctionPointRendering"
eType="#//KRendering" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optional rendering defining the look of join point figures that are attached to the diagram for each edge join point computed by the automatic (macro) layout.
Setting is evaluated for KEdge renderings only, ignored for simple polylines being part of a complex rendering."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPolygon" eSuperTypes="#//KPolyline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Creates a polygon based on a list of points. The polygon is a closed figure (last point = first point) even when not defined explicitly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KImage" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Use an image instead of defining the renderings completely by yourself"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the bundle where the image can be found. Note that the imagePath is relative to this bundle. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" 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 path to the image on the filesystem relative to the bundleName (and its according position)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the image to be used as JavaObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="clipShape" eType="#//KRendering"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This {@link KRendering} will determine the clip applied to the image. It will not be drawn!
Valid {@link KRendering KRenderings} are {@link KRectangle KRectangles}, {@link KEllipse KEllipses},
{@link KPolygon KPolygons}, and {@link KRenderingRef KRenderingRefs} pointing to a rendering of the former types.
Other values are ignored."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KDecoratorPlacementData" eSuperTypes="#//KPlacementData">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines appearance and position of decorators"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absolute" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="can be used to define an absolute indent of the decorator on the decorated object
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="place decorator n units in x-direction next to the decorated object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="place decorator n units in y-direction next to the decorated object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotateWithLine" 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="define whether the decorator should rotate, when the line is rotated. If set to false, an arrow will always point in the same direction, regardless of the direction the line is pointing in"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="width of the decorator"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="height of the decorator"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="relative position based on the size of the decorated object"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KContainerRendering" abstract="true"
eSuperTypes="#//KRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="KRendering that can have Children."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//KRendering" containment="true" eOpposite="#//KRendering/parent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the children of this rendering"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="childPlacement" eType="#//KPlacement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the placement type to use for placeing the children"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KArc" eSuperTypes="#//KContainerRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Draws an arc. Needs the startingAngle of the arc (0° = rightmost vertical line) on an ellipse and the angle the arc should cover (counterclockwise on the same ellipse)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="startingAngle of the arc (0° = rightmost vertical line) on an ellipse"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the angle the arc should cover (counterclockwise)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcType" eType="#//Arc">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sets the type the arc is supposed to have. See Arc Enum."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KStyle" abstract="true" eSuperTypes="../../de.cau.cs.kieler.klighd.kgraph/model/kgraph.ecore#//EMapPropertyHolder">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Adds additional StyleInformation to a rendering.
can be set to propagate to children to make redefinining styles unneccessary"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propagateToChildren" 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="defines whether child elements of the rendering should inherit this style"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modifierId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="id of the function that should be called when layout is finished to change this style"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRenderingLibrary" eSuperTypes="../../de.cau.cs.kieler.klighd.kgraph/model/kgraph.ecore#//KGraphData">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<br><br>
Instances of this class may be employed in {@link de.cau.cs.kieler.klighd.kgraph.KGraphElement KGraphElements} for accommodating
{@link KRendering KRenderings} that are shared by multiple other {@link de.cau.cs.kieler.klighd.kgraph.KGraphElement KGraphElements}
and referenced by means of {@link KRenderingRef KRenderingRefs}.<br>
{@link KRenderingRef KRenderingRefs}, however, may reference any arbitrary {@link KRendering} its deposition in a KRenderingLibrary is
not required. Thus, KRenderingLibraries are just for structuring view models, they don't contribute any semantics."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="renderings" upperBound="-1"
eType="#//KStyleHolder" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The renderings defined by this library."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRenderingRef" eSuperTypes="#//KRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="References an already defined rendering to make redefining unneccessary. 
Be careful to generate no cycles (will cause stack overflow). "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rendering" lowerBound="1"
eType="#//KRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the referenced rendering"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KChildArea" eSuperTypes="#//KRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define a child area inside of a rendering to force children being placed inside the defined area"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KText" eSuperTypes="#//KRendering">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="display text. Text can be positioned by adding Horizontal or VerticalAlignment and can be clipped if there is not enough space to display all of it without overlapping other elements"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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 to be displayed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorSelectable" 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="Determines the interactive selectability of the text string similar to the text selectability in text, table, or tree viewers."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" 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="Determines the interactive editability of the text string similar to that in text, table, or tree viewers. Requires 'cursorSelectable' to be set to <code>true</code>."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPlacement" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(abstract interface) 
defines a placement for elements"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KGridPlacement" eSuperTypes="#//KPlacement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Creates a grid with <numColumns> inside the area defined by <topLeft> and <bottomRight>.
the grids number of rows depends on the numer of child elements to be placed. Each child is set to the first free column inside the grid. If no column is left, the next childElement is placed in the first column of a new row."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" 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 number of columns the grid should have
if set to -1, all elements are placed in a single row"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the top left position of the grid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bottomRight" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the bottom right position of the grid"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPlacementData" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(abstract interface) Defines the placement for an element. Depending of the childPlacement of the parent not all placementData may be evaluated."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KGridPlacementData" eSuperTypes="#//KAreaPlacementData">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define the placement of elements in a gridPlacement"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minCellWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="force layout to make the column that contains the element this placementdata is assigned to as wide as defined here. If another element in that column has a maxCellWidth that is less than this minWidth, the maxWidth is ignored."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minCellHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="force layout to make the row that contains the element this placementdata is assigned to as high as defined here. If another element in that column has a maxCellHeight that is less than this minHeight, the maxHeight is ignored."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flexibleWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This flag marks the child rendering to cover exactly the required width obtained by means of the minimal size estimation, except for width increases by the macro layout, i.e. by KIML, e.g. in a single column grid.
If false, more space may be assigned to the related child rendering, if necessary.<br>
<br>
This flag is the replacement of the concrete 'maxCellWidth' value and not examined by KLighD, yet."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flexibleHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This flag marks the child rendering to cover exactly the required height obtained by means of the minimal size estimation, except for height increases by the macro layout, i.e. by KIML, e.g. in a single row grid.
If false, more space may be assigned to the related child rendering, if necessary.<br>
<br>
This flag is the replacement of the concrete 'maxCellHeight' value and not examined by KLighD, yet."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KAreaPlacementData" eSuperTypes="#//KPlacementData">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="specifies the area for an element by setting TopLeft and BottomRight corner absolutely"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="top left corner of the area used by the element the placement is attached to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bottomRight" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="bottom right corner of the area used by the element the placement is attached to"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KCustomRendering" eSuperTypes="#//KContainerRendering">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="figureObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies an RGB color. "/>
</eAnnotations>
<eOperations name="setColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(this, red, green, blue);"/>
<details key="documentation" value="Convenience setter for configuring<code>this</code> KColor instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColor, int, int, int) KRenderingUtil.setColor(KColor, int, int, int)}."/>
</eAnnotations>
<eParameters name="red" 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 red component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="green" 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 green component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="blue" 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 blue component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(this, color);"/>
<details key="documentation" value="Convenience setter for configuring<code>this</code> KColor instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColor, Colors) KRenderingUtil.setColor(KColor, Colors)}."/>
</eAnnotations>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(this, kColor);"/>
<details key="documentation" value="Convenience setter for configuring<code>this</code> KColor instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColor, KColor) KRenderingUtil.setColor(KColor, KColor)}."/>
</eAnnotations>
<eParameters name="kColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the {@link KColor} instance to take the RGB values from
"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.equals(this,other);"/>
<details key="documentation" value="Checks the equality of the RGB components of <code>this</code> KColor instance and the provided <code>other</code> KColor.
Returns false if <code>other</code> is not a KColor.<br>
{@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#equals(KColor, Object) KRenderingUtil.equals(KColor, Object)}.

@return <code>true</code> if <code>other</code> is a KColor its RGB components are equal to those of <code>this</code> instance, <code>false</code> otherwise"/>
</eAnnotations>
<eParameters name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the red component of the color"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the green component of the color"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the blue component of the color"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KLineWidth" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="specifies a lineWidth for a rendering. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="1.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the line width of the element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="LineStyles analog to SWT LineStyles"/>
</eAnnotations>
<eLiterals name="SOLID"/>
<eLiterals name="DASH" value="1"/>
<eLiterals name="DOT" value="2"/>
<eLiterals name="DASHDOT" value="3"/>
<eLiterals name="DASHDOTDOT" value="4"/>
<eLiterals name="CUSTOM" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KLineStyle" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the line style of a rendering by setting one of the available values of the LineStyle enumeration.
'dashPattern' and 'dashOffset' are evaluated if and only if the literal 'CUSTOM' is chosen."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" lowerBound="1"
eType="#//LineStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dashPattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dashOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HorizontalAlignment">
<eLiterals name="LEFT"/>
<eLiterals name="CENTER" value="1"/>
<eLiterals name="RIGHT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VerticalAlignment">
<eLiterals name="TOP"/>
<eLiterals name="CENTER" value="1"/>
<eLiterals name="BOTTOM" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KVerticalAlignment" eSuperTypes="#//KStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//VerticalAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KHorizontalAlignment" eSuperTypes="#//KStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//HorizontalAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KXPosition" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define an x-position by setting absolute and relative position respective to a parent rendering.
Both parameters are always included in the calculation of the resulting position. See Subtypes for formula. 
Can overlap the parent by setting negative values.
"/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="#//KXPosition">
<eTypeArguments eTypeParameter="#//KXPosition/T"/>
</eBounds>
</eTypeParameters>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.equals(this,other);"/>
<details key="documentation" value="Checks the equalilty of the <code>absolute</code> and <code>relative</code> components of <code>this</code> KXPostion instance and the provided <code>other</code> one.
Returns false if <code>other</code> is not a KXPosition.<br>
{@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#equals(KXPosition, Object) KRenderingUtil.equals(KXPosition, Object)}.<br>
<br>
Hint: Equal KXPositions, however, do not imply indentical points in the figure as they may have different parents!

@return <code>true</code> if <code>other</code> is a KXPosition and its <code>absolute</code> and <code>relative</code> components are equal to those of <code>this</code> instance, <code>false</code> otherwise
"/>
</eAnnotations>
<eParameters name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setPosition(it, absolute, relative);"/>
<details key="documentation" value="Convenience setter for configuring<code>this</code> KXPosition instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setPosition(KXPosition, float, float) KRenderingUtil.setPosition(KXPosition, float, float)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KXPosition/T"/>
<eParameters name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define absolute position in pixels"/>
</eAnnotations>
</eParameters>
<eParameters name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define relative position based on parent size in range of 0 to 1"/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define absolute position in pixels"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define relative position based on parent size in range of 0 to 1"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KYPosition" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define an y-position by setting absolute and relative position respective to a parent rendering.
Both parameters are always included in the calculation of the resulting position. See Subtypes for formula. 
Can overlap the parent by setting negative values."/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="#//KYPosition">
<eTypeArguments eTypeParameter="#//KYPosition/T"/>
</eBounds>
</eTypeParameters>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.equals(this,other);"/>
<details key="documentation" value="Checks the equalilty of the <code>absolute</code> and <code>relative</code> components of <code>this</code> KXPostion instance and the provided <code>other</code> one.
Returns false if <code>other</code> is not a KXPosition.<br>
{@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#equals(KXPosition, Object) KRenderingUtil.equals(KXPosition, Object)}.<br>
<br>
Hint: Equal KXPositions, however, do not imply indentical points in the figure as they may have different parents!

@return <code>true</code> if <code>other</code> is a KXPosition and its <code>absolute</code> and <code>relative</code> components are equal to those of <code>this</code> instance, <code>false</code> otherwise
"/>
</eAnnotations>
<eParameters name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setPosition(it, absolute, relative);"/>
<details key="documentation" value="Convenience setter for configuring<code>this</code> KYPosition instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setPosition(KYPosition, float, float) KRenderingUtil.setPosition(KYPosition, float, float)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KYPosition/T"/>
<eParameters name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define absolute position in pixels"/>
</eAnnotations>
</eParameters>
<eParameters name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define relative position based on parent size in range of 0 to 1"/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define absolute position in pixels"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="define relative position based on parent size"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KLeftPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines a position starting at the leftmost point of the parent rendering.
pos = (L+absolute) + (R-L)*relative = (R-absolute) - widthOfParent*relative"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KXPosition">
<eTypeArguments eClassifier="#//KLeftPosition"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRightPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines a position starting at the rightmost point R of the parent rendering.
pos = (R-absolute) - (R-L)*relative = (R-absolute) - widthOfParent*relative
"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KXPosition">
<eTypeArguments eClassifier="#//KRightPosition"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KTopPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines a position starting at the highest point H of the parent rendering. 
pos = (H+absolute) + (B-H)*relative
pos = (H+absolute) + heightOfParent*relative"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KYPosition">
<eTypeArguments eClassifier="#//KTopPosition"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KBottomPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines a position starting at the bottom point B of the parent rendering. 
pos = (B-absolute) - (B-H-absolute)*relative
pos = (B-absolute) - heightOfParent*relative"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KYPosition">
<eTypeArguments eClassifier="#//KBottomPosition"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KSpline" eSuperTypes="#//KPolyline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="creates a rounded edge"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KForeground">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the Foregroundcolor and its alphaChannel of a Rendering"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KColoring">
<eTypeArguments eClassifier="#//KForeground"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KColoring" abstract="true" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the alphaChannel and Color of an Object"/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="#//KColoring">
<eTypeArguments eTypeParameter="#//KColoring/T"/>
</eBounds>
</eTypeParameters>
<eOperations name="setColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(it, red, green, blue);"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColoring, int, int, int) KRenderingUtil.setColor(KColoring, int, int, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="red" 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 red component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="green" 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 green component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="blue" 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 blue component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(it, color);"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColoring, Colors) KRenderingUtil.setColor(KColoring, Colors)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(it, red, green, blue, alpha);"/>
<details key="documentation" value="Convenience setter for configuring the color & alpha or gradient source color & source alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColoring, int, int, int, int) KRenderingUtil.setColor(KColoring, int, int, int, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="red" 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 red component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="green" 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 green component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="blue" 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 blue component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColor(it, color, alpha);"/>
<details key="documentation" value="Convenience setter for configuring the color & alpha or gradient source color & source alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColor(KColoring, Colors, int) KRenderingUtil.setColor(KColoring, Colors, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
this.setColor(color);
return it;"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(KColor)} and returns <code>this</code> KColoring instance instead of <code>void</code>."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColor2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
this.setColor(color);
this.setAlpha(alpha);
return it;"/>
<details key="documentation" value="Convenience setter for configuring the color & alpha or gradient source color & alpha of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(KColor)} and {@link #setAlpha(int)}, and returns <code>this</code> KColoring instance instead of <code>void</code>."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorCopyOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColorCopyOf(it, kColor);"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColorCopyOf(KColoring, KColor) KRenderingUtil.setColorCopyOf(KColoring, KColor)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="kColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorCopyOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setColorCopyOf(it, kColor, alpha);"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color & alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setColorCopyOf(KColoring, KColor, int) KRenderingUtil.setColorCopyOf(KColoring, KColor, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="kColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(coloring.getColor());"/>
<details key="documentation" value="Convenience setter for configuring the color or gradient source color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor)} and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="setColorAndAlphaCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(coloring.getColor(), coloring.getAlpha());"/>
<details key="documentation" value="Convenience setter for configuring the color & alpha or gradient source color & alpha of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor, int)} and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="setTargetColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColor(it, red, green, blue);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColor(KColoring, int, int, int) KRenderingUtil.setTargetColor(KColoring, int, int, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="red" 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 red component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="green" 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 green component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="blue" 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 blue component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColor(it, color);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColor(KColoring, Colors) KRenderingUtil.setTargetColor(KColoring, Colors)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColor(it, red, green, blue, alpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color & target alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColor(KColoring, int, int, int, int) KRenderingUtil.setTargetColor(KColoring, int, int, int, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="red" 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 red component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="green" 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 green component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="blue" 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 blue component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColor(it, color, alpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color & target alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColor(KColoring, Colors, int) KRenderingUtil.setTargetColor(KColoring, Colors, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColor2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
this.setTargetColor(targetColor);
return it;"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setTargetColor(KColor)} and returns <code>this</code> KColoring instance instead of <code>void</code>."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColor2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
this.setTargetColor(targetColor);
this.setTargetAlpha(targetAlpha);
return it;"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color & target alpha of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setTargetColor(KColor)} and {@link #setTargetAlpha(int)}, and returns <code>this</code> KColoring instance instead of <code>void</code>."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColorCopyOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColorCopyOf(it, targetColor);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColorCopyOf(KColoring, KColor) KRenderingUtil.setTargetColorCopyOf(KColoring, KColor)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColorCopyOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.setTargetColorCopyOf(it, targetColor, targetAlpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color & target alpha of <code>this</code> KColoring instance.<br>
Redirects to {@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#setTargetColorCopyOf(KColoring, KColor, int) KRenderingUtil.setTargetColorCopyOf(KColoring, KColor, int)}."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setTargetColorCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setTargetColorCopyOf(coloring.getTargetColor());"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setTargetColorCopyOf(KColor)} and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="setTargetColorAndAlphaCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setTargetColorCopyOf(coloring.getTargetColor(), coloring.getTargetAlpha());"/>
<details key="documentation" value="Convenience setter for configuring the gradient target color & alpha of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setTargetColorCopyOf(KColor, int)} and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="setGradientAngle2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="@SuppressWarnings("unchecked")
final T it = (T) this;
this.setGradientAngle(angle);
return it;"/>
<details key="documentation" value="Convenience setter for configuring the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setGradientAngle(int)} and returns <code>this</code> KColoring instance instead of <code>void</code>."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor2(color).setTargetColor2(targetColor);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source color and target color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor2(KColor)} and {@link #setTargetColor2(KColor)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor2(color).setTargetColor2(targetColor).setGradientAngle2(angle);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor2(KColor)}, {@link #setTargetColor2(KColor)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor2(color, alpha).setTargetColor2(targetColor, targetAlpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor2(KColor, int)} and {@link #setTargetColor2(KColor, int)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor2(color, alpha).setTargetColor2(targetColor, targetAlpha).setGradientAngle2(angle);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor2(KColor, int)}, {@link #setTargetColor2(KColor, int)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor(color).setTargetColor(targetColor);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source color and target color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(Colors)} and {@link #setTargetColor(Colors)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor(color).setTargetColor(targetColor).setGradientAngle2(angle);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(Colors)}, {@link #setTargetColor(Colors)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor(color, alpha).setTargetColor(targetColor, targetAlpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(Colors, int)} and {@link #setTargetColor(Colors, int)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColor(color, alpha).setTargetColor(targetColor, targetAlpha).setGradientAngle2(angle);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColor(Colors, int)}, {@link #setTargetColor(Colors, int)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//Colors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color constant from the {@link Colors} enumeration"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorsCopiesOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(color).setTargetColorCopyOf(targetColor);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source color and target color of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor)} and {@link #setTargetColorCopyOf(KColor)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorsCopiesOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(color).setTargetColorCopyOf(targetColor);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target color as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor)}, {@link #setTargetColorCopyOf(KColor)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorsCopiesOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(color, alpha).setTargetColorCopyOf(targetColor, targetAlpha);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor, int)} and {@link #setTargetColorCopyOf(KColor, int)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorsCopiesOf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorCopyOf(color, alpha).setTargetColorCopyOf(targetColor, targetAlpha).setGradientAngle2(angle);"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas as well as the color gradient angle of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorCopyOf(KColor, int)}, {@link #setTargetColorCopyOf(KColor, int)}, and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="color" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="alpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="targetColor" eType="#//KColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColor}"/>
</eAnnotations>
</eParameters>
<eParameters name="targetAlpha" 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 alpha component of the desired color in range of 0 to 255"/>
</eAnnotations>
</eParameters>
<eParameters name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the desired gradient angle in degrees."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setColorsCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorsCopiesOf(coloring.getColor(), coloring.getTargetColor());"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorsCopiesOf(KColor, KColor)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="setColorsAlphasGradientAngleCopiedFrom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.setColorsCopiesOf(coloring.getColor(), coloring.getAlpha(), coloring.getTargetColor(), coloring.getTargetAlpha()).setGradientAngle2(coloring.getGradientAngle());"/>
<details key="documentation" value="Convenience setter for configuring the gradient source and target colors & alphas of <code>this</code> KColoring instance.<br>
Simply redirects to {@link #setColorsCopiesOf(KColor, int, KColor, int)} and {@link #setGradientAngle2(float)}, and returns <code>this</code> KColoring instance."/>
</eAnnotations>
<eGenericType eTypeParameter="#//KColoring/T"/>
<eParameters name="coloring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an instance of {@link KColoring}"/>
</eAnnotations>
<eGenericType eClassifier="#//KColoring">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return de.cau.cs.kieler.klighd.krendering.KRenderingUtil.equals(this,other);"/>
<details key="documentation" value="Checks the equalilty of the RGB components of <code>this</code> KColor instance and the provided <code>other</code> KColor.
Returns false if <code>other</code> is not a KColor.<br>
{@link de.cau.cs.kieler.klighd.krendering.KRenderingUtil#equals(KColor, Object) KRenderingUtil.equals(KColor, Object)}.

@return <code>true</code> if <code>other</code> is a KColor its RGB components are equal to those of <code>this</code> instance, <code>false</code> otherwise"/>
</eAnnotations>
<eParameters name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//KColor"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color the object is supposed to get."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The transparency value of this color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetColor" eType="#//KColor"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optional target color for gradients. If this is not set no gradient will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetAlpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The transparency value of the (optinal) gradient target color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Angle of the optional color gradient in degrees, has no effect if no targetColor is set."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KBackground">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the Backgroundcolor and its alphaChannel of a rendering"/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//KColoring">
<eTypeArguments eClassifier="#//KBackground"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KFontBold" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to dertermine whether to draw it bold or not."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bold" 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="Set true to draw the text bold."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KFontItalic" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to dertermine whether to draw it italic or not."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="italic" 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="Set true to draw the text italic."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KFontName" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to determine a desired font."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the desired font."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KFontSize" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to determine the size of the font."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="10">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Desired size of the font."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scaleWithZoom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="whether the font size should increase when the user is zooming out to have text still be readable even when the containing object shrinks."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRoundedBendsPolyline" eSuperTypes="#//KPolyline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A polyline with rounded corners at its bendpoints"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bendRadius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Radius of the rounded corners."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KRotation" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the (clockwise) rotation of the corresponding {@link KRendering}."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines the rotation angle value in degrees."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rotationAnchor" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines the rotation anchor wrt. the bounds of the corresponding {@link KRendering};
may be <code>null</code>, the center position will be used in that case."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineCap">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="LineCapStyles analog to SWT LineCapStyles"/>
</eAnnotations>
<eLiterals name="CAP_FLAT" literal="CAP_FLAT"/>
<eLiterals name="CAP_ROUND" value="1"/>
<eLiterals name="CAP_SQUARE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KLineCap" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="implements different line ending styles"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineCap" lowerBound="1"
eType="#//LineCap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="performs action <id> on <trigger> event"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionId" 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="id of the action implemenation to be executed when <trigger> occurs; in KLighD such action implementation must be registered via an extension point"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" lowerBound="1"
eType="#//Trigger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="trigger that fires the associated action implementation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="altPressed" 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 <code>true</code> the 'alt' key must be pressed to let the associated action be executed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ctrlCmdPressed" 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 <code>true</code> the 'ctrl' key, on OSX the 'cmd' key, must be pressed to let the associated action be executed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shiftPressed" 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 <code>true</code> the 'shift' key must be pressed to let the associated action be executed"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPointPlacementData" eSuperTypes="#//KPlacementData">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="with this placement it is possible to mount dynamic sized objects at a single point using the defined alignment"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencePoint" eType="#//KPosition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the point within the parent to use as reference to place element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" eType="#//HorizontalAlignment"
defaultValueLiteral="LEFT">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Horizontal alignment of the child w.r.t. to the reference point that is based on the parent's bounds."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" eType="#//VerticalAlignment"
defaultValueLiteral="TOP">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Vertical alignment of the child w.r.t. to the reference point that is based on the parent's bounds."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalMargin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Some horizontal margin that will be added on the right (left) for a LEFT (RIGHT) aligned child and to both left and right sides in case of a centrically aligned child."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalMargin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Some vertical margin that will be added on the bottom (top) for a TOP (BOTTOM) aligned child and to both top and bottom sides in case of a centrically aligned child."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Minimal width of the element. When children are smaller or not present, this size will be used."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Minimal height of the element. When children are smaller or not present, this size will be used."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Trigger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Trigger presets to determine when to execute actions."/>
</eAnnotations>
<eLiterals name="SINGLECLICK" literal="SINGLECLICK">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on a left button's single click.&lt;br&gt;
Note: Corresponding actions are not fired on the first click of a double, tripple, ... click.
Thus, triggering the actions is delayed by the system wide double click period for assuring the absence of subsequent clicks."/>
</eAnnotations>
</eLiterals>
<eLiterals name="DOUBLECLICK" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on left button's double (and more) click(s)."/>
</eAnnotations>
</eLiterals>
<eLiterals name="SINGLE_OR_MULTICLICK" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on left button's first click regardless if more clicks follow within the system wide double click period."/>
</eAnnotations>
</eLiterals>
<eLiterals name="MIDDLE_SINGLECLICK" value="3" literal="MIDDLE_SINGLECLICK">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on middle button's single click.&lt;br&gt;
Note: Corresponding actions are not fired on the first click of a double, tripple, ... click.
Thus, triggering the actions is delayed by the system wide double click period for assuring the absence of subsequent clicks."/>
</eAnnotations>
</eLiterals>
<eLiterals name="MIDDLE_DOUBLECLICK" value="4" literal="MIDDLE_DOUBLECLICK">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on middle button's double (and more) click(s)."/>
</eAnnotations>
</eLiterals>
<eLiterals name="MIDDLE_SINGLE_OR_MULTICLICK" value="5">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fires on middle button's first click regardless if more clicks follow within the system wide double click period."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KStyleHolder">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element to define styles without attaching them to a specific rendering"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1"
eType="#//KStyle" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The styles this holder holdes."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Id to reference this style holder."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KInvisibility" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="defines whether an object is visible or not"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invisible" 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="Set true to make an element invisible."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KShadow" eSuperTypes="#//KStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines x offset from element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines y offset from element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The amount of blur for this shadow."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//KColor"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color this shadow effect should have."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KTextUnderline" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to add an unterline to an text element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="underline" lowerBound="1"
eType="#//Underline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the underline."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//KColor"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Color the underline is supposed to have."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Underline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of an underline. Analog to SWT Underline."/>
</eAnnotations>
<eLiterals name="NONE" literal="NONE"/>
<eLiterals name="SINGLE" value="1" literal="SINGLE"/>
<eLiterals name="DOUBLE" value="2" literal="DOUBLE"/>
<eLiterals name="ERROR" value="3"/>
<eLiterals name="SQUIGGLE" value="4"/>
<eLiterals name="LINK" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KStyleRef" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Special {@link KStyle} allowing to reference the styles of another {@link KRendering} or {@link KStyleHolder} in general."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="styleHolder" lowerBound="1"
eType="#//KStyleHolder"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedTypes" upperBound="-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A list of {@link KStyle} class instances (List&lt;Class&lt;KStyle&gt;&gt;) that is used for filtering the styles being "imported" from <code>styleHolder</code>; if it is empty all styles of <code>styleHolder</code> are (transitively) evaluated."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eClassifier="#//KStyle"/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KTextStrikeout" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="FontStyle to add a strikeout to an text element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="struckOut" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set true to draw the text with a strikeout."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//KColor"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Color the strikeout is supposed to have."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineJoin">
<eLiterals name="JOIN_MITER" literal="JOIN_MITER"/>
<eLiterals name="JOIN_ROUND" value="1"/>
<eLiterals name="JOIN_BEVEL" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KLineJoin" eSuperTypes="#//KStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the line join style of a rendering by setting one of the available values of the LineJoin enumeration.
'miterLimit' is evaluated if and only if the literal 'MITER' is chosen."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineJoin" lowerBound="1"
eType="#//LineJoin"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="miterLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Arc">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The literals mirror the constants {@link java.awt.geom.Arc2D#OPEN}, {@link java.awt.geom.Arc2D#CHORD}, and {@link java.awt.geom.Arc2D#PIE}.
This is to be leveraged in implementation, so be careful while modifying this enumeration."/>
</eAnnotations>
<eLiterals name="OPEN" literal="OPEN">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="plain arc without any closing line connection from end to beginning
{@link Arc2D#OPEN}, {@link Arc2D#CHORD}, and
 * {@link Arc2D#PIE}"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CHORD" value="1" literal="CHORD">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="arc with a straight closing line connection from end to beginning via the arc's center"/>
</eAnnotations>
</eLiterals>
<eLiterals name="PIE" value="2" literal="PIE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="arc with a straight closing line connection from end to beginning"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Colors" instanceClassName="de.cau.cs.kieler.klighd.krendering.Colors"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"krendering","nsURI":"http://kieler.cs.cau.de/KRendering","name":"krendering","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPosition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRendering","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KEllipse","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRectangle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRoundedRectangle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPolyline","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPolygon","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KImage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KDecoratorPlacementData","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KContainerRendering","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KArc","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStyle","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRenderingLibrary","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRenderingRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KChildArea","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KText","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPlacement","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KGridPlacement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPlacementData","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KGridPlacementData","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KAreaPlacementData","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KCustomRendering","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KColor","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineWidth","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineStyle","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HorizontalAlignment","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerticalAlignment","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KVerticalAlignment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KHorizontalAlignment","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KXPosition","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KYPosition","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLeftPosition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRightPosition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KTopPosition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KBottomPosition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KSpline","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KForeground","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KColoring","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KBackground","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontBold","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontItalic","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontName","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontSize","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRoundedBendsPolyline","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRotation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineCap","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineCap","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPointPlacementData","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStyleHolder","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KInvisibility","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KShadow","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KTextUnderline","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Underline","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStyleRef","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KTextStrikeout","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineJoin","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineJoin","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"de.cau.cs.kieler.klighd.krendering.Colors","defaultValue":null,"instanceClassName":"de.cau.cs.kieler.klighd.krendering.Colors","name":"Colors","instanceClass":null,"id":62,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPositions","lowerBound":0,"id":64,"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":"x","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"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":"y","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"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":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placementData","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"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":"points","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":true,"unsettable":false,"transient":false,"unique":true,"name":"junctionPointRendering","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imagePath","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"imageObject","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clipShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absolute","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"xOffset","changeable":true,"lowerBound":0,"iD":false,"id":113,"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":"yOffset","changeable":true,"lowerBound":0,"iD":false,"id":114,"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":"rotateWithLine","changeable":true,"lowerBound":1,"iD":false,"id":115,"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":"width","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":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":117,"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":"relative","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childPlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"startAngle","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":"arcAngle","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcType","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propagateToChildren","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":"modifierId","changeable":true,"lowerBound":0,"iD":false,"id":139,"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":"selection","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rendering","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"cursorSelectable","changeable":true,"lowerBound":0,"iD":false,"id":153,"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":"editable","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"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":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomRight","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,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minCellWidth","changeable":true,"lowerBound":0,"iD":false,"id":166,"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":"minCellHeight","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"flexibleWidth","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"flexibleHeight","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"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":"className","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"lowerBound":0,"iD":false,"id":181,"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":"figureObject","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"red","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"green","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"blue","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kColor","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"name":"SOLID","id":216,"value":0,"literal":"SOLID","eClass":"EEnumLiteral"},{"name":"DASH","id":217,"value":1,"literal":"DASH","eClass":"EEnumLiteral"},{"name":"DOT","id":218,"value":2,"literal":"DOT","eClass":"EEnumLiteral"},{"name":"DASHDOT","id":219,"value":3,"literal":"DASHDOT","eClass":"EEnumLiteral"},{"name":"DASHDOTDOT","id":220,"value":4,"literal":"DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"CUSTOM","id":221,"value":5,"literal":"CUSTOM","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":1,"iD":false,"id":222,"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":"dashPattern","changeable":true,"lowerBound":0,"iD":false,"id":223,"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":"dashOffset","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"LEFT","id":229,"value":0,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":230,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":231,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"TOP","id":232,"value":0,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"CENTER","id":233,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":234,"value":2,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"T","id":241,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPosition","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absolute","changeable":true,"lowerBound":0,"iD":false,"id":244,"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":"relative","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"absolute","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"relative","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"T","id":258,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPosition","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absolute","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"relative","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"absolute","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"relative","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"T","id":286,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor2","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColor2","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorCopyOf","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorCopyOf","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorCopiedFrom","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorAndAlphaCopiedFrom","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor2","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColor2","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColorCopyOf","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColorCopyOf","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColorCopiedFrom","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTargetColorAndAlphaCopiedFrom","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setGradientAngle2","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColors","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsCopiesOf","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsCopiesOf","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsCopiesOf","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsCopiesOf","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsCopiedFrom","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setColorsAlphasGradientAngleCopiedFrom","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":322,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"targetAlpha","changeable":true,"lowerBound":0,"iD":false,"id":326,"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":"gradientAngle","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"red","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"green","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"blue","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"red","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"green","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"blue","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EParameter"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EParameter"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kColor","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kColor","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EParameter"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EParameter"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"red","lowerBound":0,"id":380,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"green","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"blue","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EParameter"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EParameter"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"red","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"green","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"blue","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EParameter"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EParameter"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EParameter"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EParameter"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EParameter"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EParameter"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EParameter"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EParameter"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EParameter"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":443,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","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":"color","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":455,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EParameter"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EParameter"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EParameter"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":488,"many":false,"required":false,"eClass":"EParameter"},{"id":489,"eClass":"EGenericType"},{"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":"color","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EParameter"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":508,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"color","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"alpha","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetColor","lowerBound":0,"id":518,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetAlpha","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"angle","lowerBound":0,"id":520,"many":false,"required":false,"eClass":"EParameter"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":527,"many":false,"required":false,"eClass":"EParameter"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"coloring","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EParameter"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EParameter"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"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":"bold","changeable":true,"lowerBound":1,"iD":false,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"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":"italic","changeable":true,"lowerBound":1,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":553,"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":"scaleWithZoom","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"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":"bendRadius","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"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":"rotation","changeable":true,"lowerBound":1,"iD":false,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotationAnchor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"name":"CAP_FLAT","id":566,"value":0,"literal":"CAP_FLAT","eClass":"EEnumLiteral"},{"name":"CAP_ROUND","id":567,"value":1,"literal":"CAP_ROUND","eClass":"EEnumLiteral"},{"name":"CAP_SQUARE","id":568,"value":2,"literal":"CAP_SQUARE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineCap","changeable":true,"lowerBound":1,"iD":false,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"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":"actionId","changeable":true,"lowerBound":1,"iD":false,"id":572,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":1,"iD":false,"id":573,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"altPressed","changeable":true,"lowerBound":0,"iD":false,"id":574,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ctrlCmdPressed","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shiftPressed","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"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":"referencePoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TOP","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":584,"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":"horizontalMargin","changeable":true,"lowerBound":0,"iD":false,"id":585,"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":"verticalMargin","changeable":true,"lowerBound":0,"iD":false,"id":586,"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":"minWidth","changeable":true,"lowerBound":0,"iD":false,"id":587,"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":"minHeight","changeable":true,"lowerBound":0,"iD":false,"id":588,"derived":false},{"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"},{"name":"SINGLECLICK","id":597,"value":0,"literal":"SINGLECLICK","eClass":"EEnumLiteral"},{"name":"DOUBLECLICK","id":598,"value":1,"literal":"DOUBLECLICK","eClass":"EEnumLiteral"},{"name":"SINGLE_OR_MULTICLICK","id":599,"value":2,"literal":"SINGLE_OR_MULTICLICK","eClass":"EEnumLiteral"},{"name":"MIDDLE_SINGLECLICK","id":600,"value":3,"literal":"MIDDLE_SINGLECLICK","eClass":"EEnumLiteral"},{"name":"MIDDLE_DOUBLECLICK","id":601,"value":4,"literal":"MIDDLE_DOUBLECLICK","eClass":"EEnumLiteral"},{"name":"MIDDLE_SINGLE_OR_MULTICLICK","id":602,"value":5,"literal":"MIDDLE_SINGLE_OR_MULTICLICK","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":"styles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":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":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"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":"invisible","changeable":true,"lowerBound":1,"iD":false,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"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":"xOffset","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"yOffset","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"blur","changeable":true,"lowerBound":0,"iD":false,"id":612,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"underline","changeable":true,"lowerBound":1,"iD":false,"id":619,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"name":"NONE","id":624,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"SINGLE","id":625,"value":1,"literal":"SINGLE","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":626,"value":2,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"ERROR","id":627,"value":3,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"SQUIGGLE","id":628,"value":4,"literal":"SQUIGGLE","eClass":"EEnumLiteral"},{"name":"LINK","id":629,"value":5,"literal":"LINK","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":"styleHolder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":630,"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":"referencedTypes","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"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":"struckOut","changeable":true,"lowerBound":1,"iD":false,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"name":"JOIN_MITER","id":641,"value":0,"literal":"JOIN_MITER","eClass":"EEnumLiteral"},{"name":"JOIN_ROUND","id":642,"value":1,"literal":"JOIN_ROUND","eClass":"EEnumLiteral"},{"name":"JOIN_BEVEL","id":643,"value":2,"literal":"JOIN_BEVEL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineJoin","changeable":true,"lowerBound":1,"iD":false,"id":644,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"miterLimit","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"name":"OPEN","id":649,"value":0,"literal":"OPEN","eClass":"EEnumLiteral"},{"name":"CHORD","id":650,"value":1,"literal":"CHORD","eClass":"EEnumLiteral"},{"name":"PIE","id":651,"value":2,"literal":"PIE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":1,"target":0},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":63,"target":67},{"source":63,"target":1},{"source":63,"target":68},{"source":68,"target":69},{"source":68,"target":63},{"source":64,"target":1},{"source":64,"target":70},{"source":64,"target":1},{"source":64,"target":71},{"source":64,"target":72},{"source":70,"target":1},{"source":71,"target":31},{"source":71,"target":73},{"source":71,"target":64},{"source":73,"target":74},{"source":73,"target":31},{"source":72,"target":32},{"source":72,"target":75},{"source":72,"target":64},{"source":75,"target":76},{"source":75,"target":32},{"source":65,"target":31},{"source":65,"target":77},{"source":65,"target":1},{"source":77,"target":78},{"source":77,"target":31},{"source":66,"target":32},{"source":66,"target":79},{"source":66,"target":1},{"source":79,"target":80},{"source":79,"target":32},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":81,"target":10},{"source":81,"target":86},{"source":81,"target":2},{"source":81,"target":87},{"source":86,"target":10},{"source":82,"target":19},{"source":82,"target":88},{"source":82,"target":2},{"source":88,"target":19},{"source":83,"target":49},{"source":83,"target":89},{"source":83,"target":2},{"source":89,"target":49},{"source":85,"target":52},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":90},{"source":90,"target":10},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":91},{"source":91,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":92,"target":95},{"source":92,"target":5},{"source":93,"target":96},{"source":93,"target":5},{"source":94,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":97,"target":1},{"source":97,"target":100},{"source":97,"target":6},{"source":100,"target":1},{"source":98,"target":2},{"source":98,"target":101},{"source":98,"target":6},{"source":101,"target":2},{"source":99,"target":10},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":102},{"source":102,"target":6},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":103,"target":108},{"source":103,"target":8},{"source":104,"target":109},{"source":104,"target":8},{"source":105,"target":110},{"source":105,"target":8},{"source":106,"target":2},{"source":106,"target":111},{"source":106,"target":8},{"source":111,"target":2},{"source":107,"target":10},{"source":9,"target":0},{"source":9,"target":19},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":112,"target":120},{"source":112,"target":9},{"source":113,"target":121},{"source":113,"target":9},{"source":114,"target":122},{"source":114,"target":9},{"source":115,"target":123},{"source":115,"target":9},{"source":116,"target":124},{"source":116,"target":9},{"source":117,"target":125},{"source":117,"target":9},{"source":118,"target":126},{"source":118,"target":9},{"source":119,"target":19},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":87},{"source":10,"target":127},{"source":10,"target":128},{"source":87,"target":2},{"source":87,"target":129},{"source":87,"target":10},{"source":87,"target":81},{"source":129,"target":2},{"source":127,"target":17},{"source":127,"target":130},{"source":127,"target":10},{"source":130,"target":17},{"source":128,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":131},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":134},{"source":131,"target":135},{"source":131,"target":11},{"source":132,"target":136},{"source":132,"target":11},{"source":133,"target":61},{"source":133,"target":137},{"source":133,"target":11},{"source":137,"target":61},{"source":134,"target":10},{"source":12,"target":0},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":138,"target":142},{"source":138,"target":12},{"source":139,"target":143},{"source":139,"target":12},{"source":140,"target":144},{"source":140,"target":12},{"source":13,"target":0},{"source":13,"target":145},{"source":13,"target":146},{"source":145,"target":52},{"source":145,"target":147},{"source":145,"target":13},{"source":147,"target":52},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":148},{"source":14,"target":149},{"source":148,"target":2},{"source":148,"target":150},{"source":148,"target":14},{"source":150,"target":2},{"source":149,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":151},{"source":151,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":152,"target":156},{"source":152,"target":16},{"source":153,"target":157},{"source":153,"target":16},{"source":154,"target":158},{"source":154,"target":16},{"source":155,"target":2},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":163},{"source":159,"target":18},{"source":160,"target":1},{"source":160,"target":164},{"source":160,"target":18},{"source":164,"target":1},{"source":161,"target":1},{"source":161,"target":165},{"source":161,"target":18},{"source":165,"target":1},{"source":162,"target":17},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":166,"target":171},{"source":166,"target":20},{"source":167,"target":172},{"source":167,"target":20},{"source":168,"target":173},{"source":168,"target":20},{"source":169,"target":174},{"source":169,"target":20},{"source":170,"target":21},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":175,"target":1},{"source":175,"target":178},{"source":175,"target":21},{"source":178,"target":1},{"source":176,"target":1},{"source":176,"target":179},{"source":176,"target":21},{"source":179,"target":1},{"source":177,"target":19},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":180,"target":184},{"source":180,"target":22},{"source":181,"target":185},{"source":181,"target":22},{"source":182,"target":186},{"source":182,"target":22},{"source":183,"target":10},{"source":23,"target":0},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":187,"target":23},{"source":187,"target":194},{"source":187,"target":23},{"source":187,"target":195},{"source":187,"target":196},{"source":187,"target":197},{"source":194,"target":23},{"source":195,"target":198},{"source":195,"target":187},{"source":196,"target":199},{"source":196,"target":187},{"source":197,"target":200},{"source":197,"target":187},{"source":188,"target":23},{"source":188,"target":201},{"source":188,"target":23},{"source":188,"target":202},{"source":201,"target":23},{"source":202,"target":62},{"source":202,"target":203},{"source":202,"target":188},{"source":203,"target":62},{"source":189,"target":23},{"source":189,"target":204},{"source":189,"target":23},{"source":189,"target":205},{"source":204,"target":23},{"source":205,"target":23},{"source":205,"target":206},{"source":205,"target":189},{"source":206,"target":23},{"source":190,"target":207},{"source":190,"target":23},{"source":190,"target":208},{"source":208,"target":209},{"source":208,"target":190},{"source":191,"target":210},{"source":191,"target":23},{"source":192,"target":211},{"source":192,"target":23},{"source":193,"target":212},{"source":193,"target":23},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":213},{"source":24,"target":214},{"source":213,"target":215},{"source":213,"target":24},{"source":214,"target":12},{"source":25,"target":0},{"source":25,"target":216},{"source":25,"target":217},{"source":25,"target":218},{"source":25,"target":219},{"source":25,"target":220},{"source":25,"target":221},{"source":216,"target":25},{"source":217,"target":25},{"source":218,"target":25},{"source":219,"target":25},{"source":220,"target":25},{"source":221,"target":25},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":222},{"source":26,"target":223},{"source":26,"target":224},{"source":26,"target":225},{"source":222,"target":25},{"source":222,"target":226},{"source":222,"target":26},{"source":226,"target":25},{"source":223,"target":227},{"source":223,"target":26},{"source":224,"target":228},{"source":224,"target":26},{"source":225,"target":12},{"source":27,"target":0},{"source":27,"target":229},{"source":27,"target":230},{"source":27,"target":231},{"source":229,"target":27},{"source":230,"target":27},{"source":231,"target":27},{"source":28,"target":0},{"source":28,"target":232},{"source":28,"target":233},{"source":28,"target":234},{"source":232,"target":28},{"source":233,"target":28},{"source":234,"target":28},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":235},{"source":29,"target":236},{"source":235,"target":28},{"source":235,"target":237},{"source":235,"target":29},{"source":237,"target":28},{"source":236,"target":12},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":238},{"source":30,"target":239},{"source":238,"target":27},{"source":238,"target":240},{"source":238,"target":30},{"source":240,"target":27},{"source":239,"target":12},{"source":31,"target":0},{"source":31,"target":241},{"source":31,"target":242},{"source":31,"target":243},{"source":31,"target":244},{"source":31,"target":245},{"source":241,"target":246},{"source":246,"target":247},{"source":246,"target":31},{"source":247,"target":241},{"source":242,"target":248},{"source":242,"target":31},{"source":242,"target":249},{"source":249,"target":250},{"source":249,"target":242},{"source":243,"target":31},{"source":243,"target":251},{"source":243,"target":31},{"source":243,"target":252},{"source":243,"target":253},{"source":251,"target":241},{"source":252,"target":254},{"source":252,"target":243},{"source":253,"target":255},{"source":253,"target":243},{"source":244,"target":256},{"source":244,"target":31},{"source":245,"target":257},{"source":245,"target":31},{"source":32,"target":0},{"source":32,"target":258},{"source":32,"target":259},{"source":32,"target":260},{"source":32,"target":261},{"source":32,"target":262},{"source":258,"target":263},{"source":263,"target":264},{"source":263,"target":32},{"source":264,"target":258},{"source":259,"target":265},{"source":259,"target":32},{"source":259,"target":266},{"source":266,"target":267},{"source":266,"target":259},{"source":260,"target":32},{"source":260,"target":268},{"source":260,"target":32},{"source":260,"target":269},{"source":260,"target":270},{"source":268,"target":258},{"source":269,"target":271},{"source":269,"target":260},{"source":270,"target":272},{"source":270,"target":260},{"source":261,"target":273},{"source":261,"target":32},{"source":262,"target":274},{"source":262,"target":32},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":275},{"source":275,"target":276},{"source":275,"target":31},{"source":276,"target":33},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":277},{"source":277,"target":278},{"source":277,"target":31},{"source":278,"target":34},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":279},{"source":279,"target":280},{"source":279,"target":32},{"source":280,"target":35},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":281},{"source":281,"target":282},{"source":281,"target":32},{"source":282,"target":36},{"source":37,"target":0},{"source":37,"target":6},{"source":37,"target":283},{"source":283,"target":6},{"source":38,"target":0},{"source":38,"target":39},{"source":38,"target":284},{"source":284,"target":285},{"source":284,"target":39},{"source":285,"target":38},{"source":39,"target":0},{"source":39,"target":286},{"source":39,"target":12},{"source":39,"target":287},{"source":39,"target":288},{"source":39,"target":289},{"source":39,"target":290},{"source":39,"target":291},{"source":39,"target":292},{"source":39,"target":293},{"source":39,"target":294},{"source":39,"target":295},{"source":39,"target":296},{"source":39,"target":297},{"source":39,"target":298},{"source":39,"target":299},{"source":39,"target":300},{"source":39,"target":301},{"source":39,"target":302},{"source":39,"target":303},{"source":39,"target":304},{"source":39,"target":305},{"source":39,"target":306},{"source":39,"target":307},{"source":39,"target":308},{"source":39,"target":309},{"source":39,"target":310},{"source":39,"target":311},{"source":39,"target":312},{"source":39,"target":313},{"source":39,"target":314},{"source":39,"target":315},{"source":39,"target":316},{"source":39,"target":317},{"source":39,"target":318},{"source":39,"target":319},{"source":39,"target":320},{"source":39,"target":321},{"source":39,"target":322},{"source":39,"target":323},{"source":39,"target":324},{"source":39,"target":325},{"source":39,"target":326},{"source":39,"target":327},{"source":39,"target":328},{"source":286,"target":329},{"source":329,"target":330},{"source":329,"target":39},{"source":330,"target":286},{"source":287,"target":39},{"source":287,"target":331},{"source":287,"target":39},{"source":287,"target":332},{"source":287,"target":333},{"source":287,"target":334},{"source":331,"target":286},{"source":332,"target":335},{"source":332,"target":287},{"source":333,"target":336},{"source":333,"target":287},{"source":334,"target":337},{"source":334,"target":287},{"source":288,"target":39},{"source":288,"target":338},{"source":288,"target":39},{"source":288,"target":339},{"source":338,"target":286},{"source":339,"target":62},{"source":339,"target":340},{"source":339,"target":288},{"source":340,"target":62},{"source":289,"target":39},{"source":289,"target":341},{"source":289,"target":39},{"source":289,"target":342},{"source":289,"target":343},{"source":289,"target":344},{"source":289,"target":345},{"source":341,"target":286},{"source":342,"target":346},{"source":342,"target":289},{"source":343,"target":347},{"source":343,"target":289},{"source":344,"target":348},{"source":344,"target":289},{"source":345,"target":349},{"source":345,"target":289},{"source":290,"target":39},{"source":290,"target":350},{"source":290,"target":39},{"source":290,"target":351},{"source":290,"target":352},{"source":350,"target":286},{"source":351,"target":62},{"source":351,"target":353},{"source":351,"target":290},{"source":353,"target":62},{"source":352,"target":354},{"source":352,"target":290},{"source":291,"target":39},{"source":291,"target":355},{"source":291,"target":39},{"source":291,"target":356},{"source":355,"target":286},{"source":356,"target":23},{"source":356,"target":357},{"source":356,"target":291},{"source":357,"target":23},{"source":292,"target":39},{"source":292,"target":358},{"source":292,"target":39},{"source":292,"target":359},{"source":292,"target":360},{"source":358,"target":286},{"source":359,"target":23},{"source":359,"target":361},{"source":359,"target":292},{"source":361,"target":23},{"source":360,"target":362},{"source":360,"target":292},{"source":293,"target":39},{"source":293,"target":363},{"source":293,"target":39},{"source":293,"target":364},{"source":363,"target":286},{"source":364,"target":23},{"source":364,"target":365},{"source":364,"target":293},{"source":365,"target":23},{"source":294,"target":39},{"source":294,"target":366},{"source":294,"target":39},{"source":294,"target":367},{"source":294,"target":368},{"source":366,"target":286},{"source":367,"target":23},{"source":367,"target":369},{"source":367,"target":294},{"source":369,"target":23},{"source":368,"target":370},{"source":368,"target":294},{"source":295,"target":39},{"source":295,"target":371},{"source":295,"target":39},{"source":295,"target":372},{"source":371,"target":286},{"source":372,"target":39},{"source":372,"target":373},{"source":372,"target":295},{"source":373,"target":374},{"source":373,"target":39},{"source":296,"target":39},{"source":296,"target":375},{"source":296,"target":39},{"source":296,"target":376},{"source":375,"target":286},{"source":376,"target":39},{"source":376,"target":377},{"source":376,"target":296},{"source":377,"target":378},{"source":377,"target":39},{"source":297,"target":39},{"source":297,"target":379},{"source":297,"target":39},{"source":297,"target":380},{"source":297,"target":381},{"source":297,"target":382},{"source":379,"target":286},{"source":380,"target":383},{"source":380,"target":297},{"source":381,"target":384},{"source":381,"target":297},{"source":382,"target":385},{"source":382,"target":297},{"source":298,"target":39},{"source":298,"target":386},{"source":298,"target":39},{"source":298,"target":387},{"source":386,"target":286},{"source":387,"target":62},{"source":387,"target":388},{"source":387,"target":298},{"source":388,"target":62},{"source":299,"target":39},{"source":299,"target":389},{"source":299,"target":39},{"source":299,"target":390},{"source":299,"target":391},{"source":299,"target":392},{"source":299,"target":393},{"source":389,"target":286},{"source":390,"target":394},{"source":390,"target":299},{"source":391,"target":395},{"source":391,"target":299},{"source":392,"target":396},{"source":392,"target":299},{"source":393,"target":397},{"source":393,"target":299},{"source":300,"target":39},{"source":300,"target":398},{"source":300,"target":39},{"source":300,"target":399},{"source":300,"target":400},{"source":398,"target":286},{"source":399,"target":62},{"source":399,"target":401},{"source":399,"target":300},{"source":401,"target":62},{"source":400,"target":402},{"source":400,"target":300},{"source":301,"target":39},{"source":301,"target":403},{"source":301,"target":39},{"source":301,"target":404},{"source":403,"target":286},{"source":404,"target":23},{"source":404,"target":405},{"source":404,"target":301},{"source":405,"target":23},{"source":302,"target":39},{"source":302,"target":406},{"source":302,"target":39},{"source":302,"target":407},{"source":302,"target":408},{"source":406,"target":286},{"source":407,"target":23},{"source":407,"target":409},{"source":407,"target":302},{"source":409,"target":23},{"source":408,"target":410},{"source":408,"target":302},{"source":303,"target":39},{"source":303,"target":411},{"source":303,"target":39},{"source":303,"target":412},{"source":411,"target":286},{"source":412,"target":23},{"source":412,"target":413},{"source":412,"target":303},{"source":413,"target":23},{"source":304,"target":39},{"source":304,"target":414},{"source":304,"target":39},{"source":304,"target":415},{"source":304,"target":416},{"source":414,"target":286},{"source":415,"target":23},{"source":415,"target":417},{"source":415,"target":304},{"source":417,"target":23},{"source":416,"target":418},{"source":416,"target":304},{"source":305,"target":39},{"source":305,"target":419},{"source":305,"target":39},{"source":305,"target":420},{"source":419,"target":286},{"source":420,"target":39},{"source":420,"target":421},{"source":420,"target":305},{"source":421,"target":422},{"source":421,"target":39},{"source":306,"target":39},{"source":306,"target":423},{"source":306,"target":39},{"source":306,"target":424},{"source":423,"target":286},{"source":424,"target":39},{"source":424,"target":425},{"source":424,"target":306},{"source":425,"target":426},{"source":425,"target":39},{"source":307,"target":39},{"source":307,"target":427},{"source":307,"target":39},{"source":307,"target":428},{"source":427,"target":286},{"source":428,"target":429},{"source":428,"target":307},{"source":308,"target":39},{"source":308,"target":430},{"source":308,"target":39},{"source":308,"target":431},{"source":308,"target":432},{"source":430,"target":286},{"source":431,"target":23},{"source":431,"target":433},{"source":431,"target":308},{"source":433,"target":23},{"source":432,"target":23},{"source":432,"target":434},{"source":432,"target":308},{"source":434,"target":23},{"source":309,"target":39},{"source":309,"target":435},{"source":309,"target":39},{"source":309,"target":436},{"source":309,"target":437},{"source":309,"target":438},{"source":435,"target":286},{"source":436,"target":23},{"source":436,"target":439},{"source":436,"target":309},{"source":439,"target":23},{"source":437,"target":23},{"source":437,"target":440},{"source":437,"target":309},{"source":440,"target":23},{"source":438,"target":441},{"source":438,"target":309},{"source":310,"target":39},{"source":310,"target":442},{"source":310,"target":39},{"source":310,"target":443},{"source":310,"target":444},{"source":310,"target":445},{"source":310,"target":446},{"source":442,"target":286},{"source":443,"target":23},{"source":443,"target":447},{"source":443,"target":310},{"source":447,"target":23},{"source":444,"target":448},{"source":444,"target":310},{"source":445,"target":23},{"source":445,"target":449},{"source":445,"target":310},{"source":449,"target":23},{"source":446,"target":450},{"source":446,"target":310},{"source":311,"target":39},{"source":311,"target":451},{"source":311,"target":39},{"source":311,"target":452},{"source":311,"target":453},{"source":311,"target":454},{"source":311,"target":455},{"source":311,"target":456},{"source":451,"target":286},{"source":452,"target":23},{"source":452,"target":457},{"source":452,"target":311},{"source":457,"target":23},{"source":453,"target":458},{"source":453,"target":311},{"source":454,"target":23},{"source":454,"target":459},{"source":454,"target":311},{"source":459,"target":23},{"source":455,"target":460},{"source":455,"target":311},{"source":456,"target":461},{"source":456,"target":311},{"source":312,"target":39},{"source":312,"target":462},{"source":312,"target":39},{"source":312,"target":463},{"source":312,"target":464},{"source":462,"target":286},{"source":463,"target":62},{"source":463,"target":465},{"source":463,"target":312},{"source":465,"target":62},{"source":464,"target":62},{"source":464,"target":466},{"source":464,"target":312},{"source":466,"target":62},{"source":313,"target":39},{"source":313,"target":467},{"source":313,"target":39},{"source":313,"target":468},{"source":313,"target":469},{"source":313,"target":470},{"source":467,"target":286},{"source":468,"target":62},{"source":468,"target":471},{"source":468,"target":313},{"source":471,"target":62},{"source":469,"target":62},{"source":469,"target":472},{"source":469,"target":313},{"source":472,"target":62},{"source":470,"target":473},{"source":470,"target":313},{"source":314,"target":39},{"source":314,"target":474},{"source":314,"target":39},{"source":314,"target":475},{"source":314,"target":476},{"source":314,"target":477},{"source":314,"target":478},{"source":474,"target":286},{"source":475,"target":62},{"source":475,"target":479},{"source":475,"target":314},{"source":479,"target":62},{"source":476,"target":480},{"source":476,"target":314},{"source":477,"target":62},{"source":477,"target":481},{"source":477,"target":314},{"source":481,"target":62},{"source":478,"target":482},{"source":478,"target":314},{"source":315,"target":39},{"source":315,"target":483},{"source":315,"target":39},{"source":315,"target":484},{"source":315,"target":485},{"source":315,"target":486},{"source":315,"target":487},{"source":315,"target":488},{"source":483,"target":286},{"source":484,"target":62},{"source":484,"target":489},{"source":484,"target":315},{"source":489,"target":62},{"source":485,"target":490},{"source":485,"target":315},{"source":486,"target":62},{"source":486,"target":491},{"source":486,"target":315},{"source":491,"target":62},{"source":487,"target":492},{"source":487,"target":315},{"source":488,"target":493},{"source":488,"target":315},{"source":316,"target":39},{"source":316,"target":494},{"source":316,"target":39},{"source":316,"target":495},{"source":316,"target":496},{"source":494,"target":286},{"source":495,"target":23},{"source":495,"target":497},{"source":495,"target":316},{"source":497,"target":23},{"source":496,"target":23},{"source":496,"target":498},{"source":496,"target":316},{"source":498,"target":23},{"source":317,"target":39},{"source":317,"target":499},{"source":317,"target":39},{"source":317,"target":500},{"source":317,"target":501},{"source":317,"target":502},{"source":499,"target":286},{"source":500,"target":23},{"source":500,"target":503},{"source":500,"target":317},{"source":503,"target":23},{"source":501,"target":23},{"source":501,"target":504},{"source":501,"target":317},{"source":504,"target":23},{"source":502,"target":505},{"source":502,"target":317},{"source":318,"target":39},{"source":318,"target":506},{"source":318,"target":39},{"source":318,"target":507},{"source":318,"target":508},{"source":318,"target":509},{"source":318,"target":510},{"source":506,"target":286},{"source":507,"target":23},{"source":507,"target":511},{"source":507,"target":318},{"source":511,"target":23},{"source":508,"target":512},{"source":508,"target":318},{"source":509,"target":23},{"source":509,"target":513},{"source":509,"target":318},{"source":513,"target":23},{"source":510,"target":514},{"source":510,"target":318},{"source":319,"target":39},{"source":319,"target":515},{"source":319,"target":39},{"source":319,"target":516},{"source":319,"target":517},{"source":319,"target":518},{"source":319,"target":519},{"source":319,"target":520},{"source":515,"target":286},{"source":516,"target":23},{"source":516,"target":521},{"source":516,"target":319},{"source":521,"target":23},{"source":517,"target":522},{"source":517,"target":319},{"source":518,"target":23},{"source":518,"target":523},{"source":518,"target":319},{"source":523,"target":23},{"source":519,"target":524},{"source":519,"target":319},{"source":520,"target":525},{"source":520,"target":319},{"source":320,"target":39},{"source":320,"target":526},{"source":320,"target":39},{"source":320,"target":527},{"source":526,"target":286},{"source":527,"target":39},{"source":527,"target":528},{"source":527,"target":320},{"source":528,"target":529},{"source":528,"target":39},{"source":321,"target":39},{"source":321,"target":530},{"source":321,"target":39},{"source":321,"target":531},{"source":530,"target":286},{"source":531,"target":39},{"source":531,"target":532},{"source":531,"target":321},{"source":532,"target":533},{"source":532,"target":39},{"source":322,"target":534},{"source":322,"target":39},{"source":322,"target":535},{"source":535,"target":536},{"source":535,"target":322},{"source":323,"target":23},{"source":323,"target":537},{"source":323,"target":39},{"source":537,"target":23},{"source":324,"target":538},{"source":324,"target":39},{"source":325,"target":23},{"source":325,"target":539},{"source":325,"target":39},{"source":539,"target":23},{"source":326,"target":540},{"source":326,"target":39},{"source":327,"target":541},{"source":327,"target":39},{"source":328,"target":12},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":542},{"source":542,"target":543},{"source":542,"target":39},{"source":543,"target":40},{"source":41,"target":0},{"source":41,"target":12},{"source":41,"target":544},{"source":41,"target":545},{"source":544,"target":546},{"source":544,"target":41},{"source":545,"target":12},{"source":42,"target":0},{"source":42,"target":12},{"source":42,"target":547},{"source":42,"target":548},{"source":547,"target":549},{"source":547,"target":42},{"source":548,"target":12},{"source":43,"target":0},{"source":43,"target":12},{"source":43,"target":550},{"source":43,"target":551},{"source":550,"target":552},{"source":550,"target":43},{"source":551,"target":12},{"source":44,"target":0},{"source":44,"target":12},{"source":44,"target":553},{"source":44,"target":554},{"source":44,"target":555},{"source":553,"target":556},{"source":553,"target":44},{"source":554,"target":557},{"source":554,"target":44},{"source":555,"target":12},{"source":45,"target":0},{"source":45,"target":6},{"source":45,"target":558},{"source":45,"target":559},{"source":558,"target":560},{"source":558,"target":45},{"source":559,"target":6},{"source":46,"target":0},{"source":46,"target":12},{"source":46,"target":561},{"source":46,"target":562},{"source":46,"target":563},{"source":561,"target":564},{"source":561,"target":46},{"source":562,"target":1},{"source":562,"target":565},{"source":562,"target":46},{"source":565,"target":1},{"source":563,"target":12},{"source":47,"target":0},{"source":47,"target":566},{"source":47,"target":567},{"source":47,"target":568},{"source":566,"target":47},{"source":567,"target":47},{"source":568,"target":47},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":569},{"source":48,"target":570},{"source":569,"target":47},{"source":569,"target":571},{"source":569,"target":48},{"source":571,"target":47},{"source":570,"target":12},{"source":49,"target":0},{"source":49,"target":572},{"source":49,"target":573},{"source":49,"target":574},{"source":49,"target":575},{"source":49,"target":576},{"source":572,"target":577},{"source":572,"target":49},{"source":573,"target":51},{"source":573,"target":578},{"source":573,"target":49},{"source":578,"target":51},{"source":574,"target":579},{"source":574,"target":49},{"source":575,"target":580},{"source":575,"target":49},{"source":576,"target":581},{"source":576,"target":49},{"source":50,"target":0},{"source":50,"target":19},{"source":50,"target":582},{"source":50,"target":583},{"source":50,"target":584},{"source":50,"target":585},{"source":50,"target":586},{"source":50,"target":587},{"source":50,"target":588},{"source":50,"target":589},{"source":582,"target":1},{"source":582,"target":590},{"source":582,"target":50},{"source":590,"target":1},{"source":583,"target":27},{"source":583,"target":591},{"source":583,"target":50},{"source":591,"target":27},{"source":584,"target":28},{"source":584,"target":592},{"source":584,"target":50},{"source":592,"target":28},{"source":585,"target":593},{"source":585,"target":50},{"source":586,"target":594},{"source":586,"target":50},{"source":587,"target":595},{"source":587,"target":50},{"source":588,"target":596},{"source":588,"target":50},{"source":589,"target":19},{"source":51,"target":0},{"source":51,"target":597},{"source":51,"target":598},{"source":51,"target":599},{"source":51,"target":600},{"source":51,"target":601},{"source":51,"target":602},{"source":597,"target":51},{"source":598,"target":51},{"source":599,"target":51},{"source":600,"target":51},{"source":601,"target":51},{"source":602,"target":51},{"source":52,"target":0},{"source":52,"target":603},{"source":52,"target":604},{"source":603,"target":12},{"source":603,"target":605},{"source":603,"target":52},{"source":605,"target":12},{"source":604,"target":606},{"source":604,"target":52},{"source":53,"target":0},{"source":53,"target":12},{"source":53,"target":607},{"source":53,"target":608},{"source":607,"target":609},{"source":607,"target":53},{"source":608,"target":12},{"source":54,"target":0},{"source":54,"target":12},{"source":54,"target":610},{"source":54,"target":611},{"source":54,"target":612},{"source":54,"target":613},{"source":54,"target":614},{"source":610,"target":615},{"source":610,"target":54},{"source":611,"target":616},{"source":611,"target":54},{"source":612,"target":617},{"source":612,"target":54},{"source":613,"target":23},{"source":613,"target":618},{"source":613,"target":54},{"source":618,"target":23},{"source":614,"target":12},{"source":55,"target":0},{"source":55,"target":12},{"source":55,"target":619},{"source":55,"target":620},{"source":55,"target":621},{"source":619,"target":56},{"source":619,"target":622},{"source":619,"target":55},{"source":622,"target":56},{"source":620,"target":23},{"source":620,"target":623},{"source":620,"target":55},{"source":623,"target":23},{"source":621,"target":12},{"source":56,"target":0},{"source":56,"target":624},{"source":56,"target":625},{"source":56,"target":626},{"source":56,"target":627},{"source":56,"target":628},{"source":56,"target":629},{"source":624,"target":56},{"source":625,"target":56},{"source":626,"target":56},{"source":627,"target":56},{"source":628,"target":56},{"source":629,"target":56},{"source":57,"target":0},{"source":57,"target":12},{"source":57,"target":630},{"source":57,"target":631},{"source":57,"target":632},{"source":630,"target":52},{"source":630,"target":633},{"source":630,"target":57},{"source":633,"target":52},{"source":631,"target":634},{"source":631,"target":57},{"source":634,"target":635},{"source":635,"target":12},{"source":632,"target":12},{"source":58,"target":0},{"source":58,"target":12},{"source":58,"target":636},{"source":58,"target":637},{"source":58,"target":638},{"source":636,"target":639},{"source":636,"target":58},{"source":637,"target":23},{"source":637,"target":640},{"source":637,"target":58},{"source":640,"target":23},{"source":638,"target":12},{"source":59,"target":0},{"source":59,"target":641},{"source":59,"target":642},{"source":59,"target":643},{"source":641,"target":59},{"source":642,"target":59},{"source":643,"target":59},{"source":60,"target":0},{"source":60,"target":12},{"source":60,"target":644},{"source":60,"target":645},{"source":60,"target":646},{"source":644,"target":59},{"source":644,"target":647},{"source":644,"target":60},{"source":647,"target":59},{"source":645,"target":648},{"source":645,"target":60},{"source":646,"target":12},{"source":61,"target":0},{"source":61,"target":649},{"source":61,"target":650},{"source":61,"target":651},{"source":649,"target":61},{"source":650,"target":61},{"source":651,"target":61},{"source":62,"target":0}],"multigraph":true} | ecore |
iot | repo-ecore-all/data/Hejle/MDSDIoTProject/xtext.pycom/model/generated/Pycom.ecore | pycom
System
boards
servers
Server
name
conn
exps
Connection
host
portnumber
Host
ipAdr
website
Board
name
boardMembers
BoardMember
ConditionalAction
type
condition
ExpMembers
ExpMember
Sensor
sensorTypes
Actuator
actuatorTypes
Communication
type
ModuleType
typeName
name
pins
Pin
power
input
PinName
name
Condition
logicEx
operator
nestedCondition
LogicExp
boolVal
compExp
Boolean
value
ComparisonExp
left
op
right
Expression
outputValue
outputfunction
Function
board
functionName
ModuleFunction
moduleType
FunctionName
name
ActuatorType
SensorType | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pycom" nsURI="http://www.Pycom.xtext" nsPrefix="pycom">
<eClassifiers xsi:type="ecore:EClass" name="System">
<eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1"
eType="#//Board" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="servers" upperBound="-1"
eType="#//Server" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Server">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conn" eType="#//Connection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exps" upperBound="-1" eType="#//ConditionalAction"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection">
<eStructuralFeatures xsi:type="ecore:EReference" name="host" eType="#//Host" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="portnumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Host">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipAdr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="website" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Board">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boardMembers" upperBound="-1"
eType="#//BoardMember" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoardMember"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAction" eSuperTypes="#//ExpMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ExpMembers" upperBound="-1"
eType="#//ExpMember" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpMember"/>
<eClassifiers xsi:type="ecore:EClass" name="Sensor" eSuperTypes="#//BoardMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="sensorTypes" upperBound="-1"
eType="#//ModuleType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actuator" eSuperTypes="#//BoardMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="actuatorTypes" upperBound="-1"
eType="#//ModuleType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Communication" eSuperTypes="#//BoardMember">
<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="ModuleType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" 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="pins" eType="#//Pin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pin">
<eStructuralFeatures xsi:type="ecore:EReference" name="power" eType="#//PinName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//PinName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PinName">
<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="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="logicEx" eType="#//LogicExp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedCondition" eType="#//Condition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="boolVal" eType="#//Boolean"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compExp" eType="#//ComparisonExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Boolean">
<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="ComparisonExp">
<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="Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputfunction" eType="#//Function"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//ExpMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="board" eType="#//Board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionName" eType="#//FunctionName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleFunction" eSuperTypes="#//Function">
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleType" eType="#//ModuleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionName">
<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="ActuatorType" eSuperTypes="#//ModuleType"/>
<eClassifiers xsi:type="ecore:EClass" name="SensorType" eSuperTypes="#//ModuleType"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"pycom","nsURI":"http://www.Pycom.xtext","name":"pycom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Host","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoardMember","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpMember","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PinName","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleFunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionName","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActuatorType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boards","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":"servers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conn","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":"exps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"host","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":"portnumber","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ipAdr","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":"website","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boardMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"ExpMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensorTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actuatorTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"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":"typeName","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pins","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"power","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":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"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":"logicEx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolVal","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":true,"unsettable":false,"transient":false,"unique":true,"name":"compExp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":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":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"outputValue","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":"outputfunction","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"board","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":true,"unsettable":false,"transient":false,"unique":true,"name":"functionName","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":"moduleType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":5},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":5},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":1},{"source":28,"target":2},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":29,"target":32},{"source":29,"target":2},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":2},{"source":33,"target":3},{"source":31,"target":7},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":7},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":4},{"source":35,"target":37},{"source":35,"target":3},{"source":37,"target":4},{"source":36,"target":38},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":41},{"source":39,"target":4},{"source":40,"target":42},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":45},{"source":43,"target":5},{"source":44,"target":6},{"source":44,"target":46},{"source":44,"target":5},{"source":46,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":47,"target":51},{"source":47,"target":7},{"source":48,"target":15},{"source":48,"target":52},{"source":48,"target":7},{"source":52,"target":15},{"source":49,"target":8},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":8},{"source":50,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":54},{"source":9,"target":55},{"source":54,"target":12},{"source":54,"target":56},{"source":54,"target":9},{"source":56,"target":12},{"source":55,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":12},{"source":58,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":60},{"source":11,"target":61},{"source":60,"target":62},{"source":60,"target":11},{"source":61,"target":6},{"source":12,"target":0},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":66},{"source":63,"target":12},{"source":64,"target":67},{"source":64,"target":12},{"source":65,"target":13},{"source":65,"target":68},{"source":65,"target":12},{"source":68,"target":13},{"source":13,"target":0},{"source":13,"target":69},{"source":13,"target":70},{"source":69,"target":14},{"source":69,"target":71},{"source":69,"target":13},{"source":71,"target":14},{"source":70,"target":14},{"source":70,"target":72},{"source":70,"target":13},{"source":72,"target":14},{"source":14,"target":0},{"source":14,"target":73},{"source":73,"target":74},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":76},{"source":15,"target":77},{"source":75,"target":16},{"source":75,"target":78},{"source":75,"target":15},{"source":78,"target":16},{"source":76,"target":79},{"source":76,"target":15},{"source":77,"target":15},{"source":77,"target":80},{"source":77,"target":15},{"source":80,"target":15},{"source":16,"target":0},{"source":16,"target":81},{"source":16,"target":82},{"source":81,"target":17},{"source":81,"target":83},{"source":81,"target":16},{"source":83,"target":17},{"source":82,"target":18},{"source":82,"target":84},{"source":82,"target":16},{"source":84,"target":18},{"source":17,"target":0},{"source":17,"target":85},{"source":85,"target":86},{"source":85,"target":17},{"source":18,"target":0},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":87,"target":19},{"source":87,"target":90},{"source":87,"target":18},{"source":90,"target":19},{"source":88,"target":91},{"source":88,"target":18},{"source":89,"target":19},{"source":89,"target":92},{"source":89,"target":18},{"source":92,"target":19},{"source":19,"target":0},{"source":19,"target":93},{"source":19,"target":94},{"source":93,"target":95},{"source":93,"target":19},{"source":94,"target":20},{"source":94,"target":96},{"source":94,"target":19},{"source":96,"target":20},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":97,"target":5},{"source":97,"target":100},{"source":97,"target":20},{"source":100,"target":5},{"source":98,"target":22},{"source":98,"target":101},{"source":98,"target":20},{"source":101,"target":22},{"source":99,"target":8},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":102},{"source":21,"target":103},{"source":102,"target":12},{"source":102,"target":104},{"source":102,"target":21},{"source":104,"target":12},{"source":103,"target":20},{"source":22,"target":0},{"source":22,"target":105},{"source":105,"target":106},{"source":105,"target":22},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":107},{"source":107,"target":12},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":108},{"source":108,"target":12}],"multigraph":true} | ecore |
mvc | repo-ecore-all/data/mimm1/model-engineering/task 3/src/metamodel/smvcml.ecore | SMVC
SMVCApplication
name
homeController
controller
daos
entities
Controller
url
operation
subController
page
Operation
_create
_create
read
read
update
update
delete
delete
readONE
readONE
readALL
readALL
forward
forward
EntityController
dao
returnOKURL
returnKOURL
DataAccessObject
name
forEntity
showDirectInstancesOnly
Entity
name
attributes
Attribute
name
type
label
false
multiValued
complexType
AttributeType
VARCHAR
VARCHAR
BIGINTEGER
BIGINTEGER
DOUBLE
DOUBLE
OID
OID
VOID
VOID
Page
title
links
view
Link
url
View
components
text
Component
EntityComponent
entity
List
supportedOperations
Form
SupportedOperation
operationKind
url | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SMVC"
nsURI="http://www.smvcml.org/smvc" nsPrefix="SMVC">
<eClassifiers xsi:type="ecore:EClass" name="SMVCApplication">
<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="homeController" lowerBound="1"
eType="#//Controller" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-1"
eType="#//Controller" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="daos" upperBound="-1" eType="#//DataAccessObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Controller">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subController" upperBound="-1"
eType="#//Controller" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Operation">
<eLiterals name="_create"/>
<eLiterals name="read"/>
<eLiterals name="update"/>
<eLiterals name="delete"/>
<eLiterals name="readONE"/>
<eLiterals name="readALL"/>
<eLiterals name="forward"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityController" eSuperTypes="#//Controller">
<eStructuralFeatures xsi:type="ecore:EReference" name="dao" lowerBound="1" eType="#//DataAccessObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnOKURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnKOURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAccessObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forEntity" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showDirectInstancesOnly"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</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:EAttribute" name="type" lowerBound="1" eType="#//AttributeType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiValued" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeType">
<eLiterals name="VARCHAR"/>
<eLiterals name="BIGINTEGER" value="1"/>
<eLiterals name="DOUBLE" value="2"/>
<eLiterals name="OID" value="3"/>
<eLiterals name="VOID"/>
</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:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="view" lowerBound="1" eType="#//View"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//Component" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EntityComponent" abstract="true" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//EntityComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedOperations" upperBound="4"
eType="#//SupportedOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//EntityComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="SupportedOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationKind" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"SMVC","nsURI":"http://www.smvcml.org/smvc","name":"SMVC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMVCApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityController","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccessObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityComponent","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedOperation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"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":"homeController","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"controller","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":"daos","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"_create","id":35,"value":0,"literal":"_create","eClass":"EEnumLiteral"},{"name":"read","id":36,"value":0,"literal":"read","eClass":"EEnumLiteral"},{"name":"update","id":37,"value":0,"literal":"update","eClass":"EEnumLiteral"},{"name":"delete","id":38,"value":0,"literal":"delete","eClass":"EEnumLiteral"},{"name":"readONE","id":39,"value":0,"literal":"readONE","eClass":"EEnumLiteral"},{"name":"readALL","id":40,"value":0,"literal":"readALL","eClass":"EEnumLiteral"},{"name":"forward","id":41,"value":0,"literal":"forward","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":"dao","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"returnOKURL","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":"returnKOURL","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showDirectInstancesOnly","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"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":60,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiValued","changeable":true,"lowerBound":0,"iD":false,"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":"complexType","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"},{"id":68,"eClass":"EGenericType"},{"name":"VARCHAR","id":69,"value":0,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"BIGINTEGER","id":70,"value":1,"literal":"BIGINTEGER","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":71,"value":2,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"OID","id":72,"value":3,"literal":"OID","eClass":"EEnumLiteral"},{"name":"VOID","id":73,"value":0,"literal":"VOID","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"view","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationKind","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":"url","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":2},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":2},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":5},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":6},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":27,"target":31},{"source":27,"target":2},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":2},{"source":32,"target":3},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":2},{"source":30,"target":9},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":9},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":35,"target":3},{"source":36,"target":3},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":41,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":42,"target":5},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":5},{"source":43,"target":47},{"source":43,"target":4},{"source":44,"target":48},{"source":44,"target":4},{"source":45,"target":2},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":49,"target":52},{"source":49,"target":5},{"source":50,"target":6},{"source":50,"target":53},{"source":50,"target":5},{"source":53,"target":6},{"source":51,"target":54},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":55,"target":57},{"source":55,"target":6},{"source":56,"target":7},{"source":56,"target":58},{"source":56,"target":6},{"source":58,"target":7},{"source":7,"target":0},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":59,"target":64},{"source":59,"target":7},{"source":60,"target":8},{"source":60,"target":65},{"source":60,"target":7},{"source":65,"target":8},{"source":61,"target":66},{"source":61,"target":7},{"source":62,"target":67},{"source":62,"target":7},{"source":63,"target":6},{"source":63,"target":68},{"source":63,"target":7},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":69,"target":8},{"source":70,"target":8},{"source":71,"target":8},{"source":72,"target":8},{"source":73,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":77},{"source":74,"target":9},{"source":75,"target":10},{"source":75,"target":78},{"source":75,"target":9},{"source":78,"target":10},{"source":76,"target":11},{"source":76,"target":79},{"source":76,"target":9},{"source":79,"target":11},{"source":10,"target":0},{"source":10,"target":80},{"source":80,"target":81},{"source":80,"target":10},{"source":11,"target":0},{"source":11,"target":82},{"source":11,"target":83},{"source":82,"target":12},{"source":82,"target":84},{"source":82,"target":11},{"source":84,"target":12},{"source":83,"target":85},{"source":83,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":86},{"source":13,"target":87},{"source":86,"target":6},{"source":86,"target":88},{"source":86,"target":13},{"source":88,"target":6},{"source":87,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":16},{"source":89,"target":91},{"source":89,"target":14},{"source":91,"target":16},{"source":90,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":92},{"source":92,"target":13},{"source":16,"target":0},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":3},{"source":93,"target":95},{"source":93,"target":16},{"source":95,"target":3},{"source":94,"target":96},{"source":94,"target":16}],"multigraph":true} | ecore |
metrics | repo-ecore-all/data/atlanmod/DynamicAnalyser/parsing/src/main/resources/hawk/smm.ecore | smm
AbstractMeasureElement
Accumulator
sum
sum
maximum
maximum
minimum
minimum
average
average
standardDeviation
standardDeviation
product
product
custom
custom
Annotation
text
Argument
Type
value
observedMeasure
Attribute
tag
value
Base1MeasureRelationship
Base1MeasurementRelationship
Base2MeasureRelationship
Base2MeasurementRelationship
BaseNMeasureRelationship
mappedFrom
BaseNMeasurementRelationship
mapsTo
BinaryMeasure
functor
baseMeasure1To
baseMeasure2To
customFunctor
BinaryMeasurement
isBaseSupplied
baseMeasurement2To
baseMeasurement1To
baseQuery
CategoryRelationship
Characteristic
parent
CollectiveMeasure
accumulator
baseMeasureTo
customAccumulator
CollectiveMeasurement
isBaseSupplied
baseMeasurementTo
baseQuery
DimensionalMeasure
baseMeasure1From
baseMeasureFrom
baseMeasure2From
rankingFrom
rescaleTo
gradeFrom
unit
formula
DimensionalMeasurement
value
baseMeasurement1From
baseMeasurementFrom
baseMeasurement2From
gradeFrom
rescaleTo
rankingFrom
DirectMeasure
operation
DirectMeasurement
EquivalentMeasureRelationship
mapping
EquivalentMeasurementRelationship
GradeMeasurement
isBaseSupplied
value
gradeTo
baseQuery
Measure
getArguments
getAllArguments
visible
true
source
measureLabelFormat
measurementLabelFormat
scale
customScale
refinementFrom
refinementTo
inbound
outbound
equivalentTo
equivalentFrom
defaultQuery
category
scope
trait
measureRelationships
MeasureCategory
categoryMeasure
category
categoryElement
MeasureLibrary
measureElements
categoryRelationships
MeasureRelationship
influence
measurandQuery
Measurement
getMeasureLabel
getMeasurementLabel
breakValue
error
measurementRelationships
equivalentFrom
equivalentTo
outbound
inbound
refinementTo
refinementFrom
observedMeasure
measurand
MeasurementRelationship
MeasurementScale
ordinal
ordinal
nominal
nominal
ratio
ratio
interval
interval
NamedMeasure
NamedMeasurement
OCLOperation
body
context
Observation
observer
tool
whenObserved
scopes
observedMeasures
arguments
requestedMeasures
ObservationScope
scopeUri
ObservedMeasure
arguments
measurements
measure
Operation
getParamStrings
body
language
GradeMeasure
gradeTo
interval
GradeInterval
symbol
RankingMeasureRelationship
GradeMeasurementRelationship
RatioMeasure
RatioMeasurement
RefinementMeasureRelationship
RefinementMeasurementRelationship
RescaledMeasure
rescaleFrom
rescales
operation
offset
0.0
multiplier
1.0
operationFirst
false
RescaledMeasureRelationship
RescaledMeasurement
isBaseSupplied
rescaleFrom
baseQuery
RescaledMeasurementRelationship
Scope
breakCondition
recognizer
Class
stereotype
SmmElement
name
shortDescription
description
attributes
annotations
inRelationships
outRelationships
SmmModel
libraries
observations
SmmRelationship
to
from
Influence
positive
positive
negative
negative
BinaryFunctor
plus
plus
minus
minus
multiply
multiply
divide
divide
custom
custom
RankingMeasure
interval
rankingTo
RankingInterval
ranking
value
GradeMeasureRelationship
ScaledBaseMeasureRelationship
rescaledMeasure
ScaleOfMeasurement
nominal
nominal
ordinal
ordinal
interval
interval
ratio
ratio
custom
custom
Interval
maximum
maximumOpen
false
minimum
minimumOpen
false
RankingMeasurement
baseQuery
rankingTo
isBaseSupplied
RankingMeasurementRelationship
UnitOfMeasure
ScaledBaseMeasurementRelationship
TimeStamp
java.text.SimpleDateFormat
java.text.SimpleDateFormat
CountingUnit
scope
BaseMeasureRelationship
BaseMeasurementRelationship | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smm" nsURI="http://www.atlanmod.org/zoo/smm" nsPrefix="smm">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMeasureElement" abstract="true"
eSuperTypes="#//SmmElement"/>
<eClassifiers xsi:type="ecore:EEnum" name="Accumulator">
<eLiterals name="sum"/>
<eLiterals name="maximum"/>
<eLiterals name="minimum"/>
<eLiterals name="average"/>
<eLiterals name="standardDeviation"/>
<eLiterals name="product"/>
<eLiterals name="custom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasure" eType="#//ObservedMeasure"
eOpposite="#//ObservedMeasure/arguments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Base1MeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Base1MeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Base2MeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Base2MeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="BaseNMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="mappedFrom" lowerBound="1"
upperBound="-1" eType="#//BaseNMeasurementRelationship" eOpposite="#//BaseNMeasurementRelationship/mapsTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseNMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" eType="#//BaseNMeasureRelationship"
eOpposite="#//BaseNMeasureRelationship/mappedFrom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryMeasure" eSuperTypes="#//DimensionalMeasure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functor" unique="false"
lowerBound="1" eType="#//BinaryFunctor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure1To" lowerBound="1"
eType="#//Base1MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure2To" lowerBound="1"
eType="#//Base2MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customFunctor" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryMeasurement" eSuperTypes="#//DimensionalMeasurement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement2To" eType="#//Base2MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement1To" eType="#//Base1MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CategoryRelationship" eSuperTypes="#//SmmRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Characteristic" eSuperTypes="#//AbstractMeasureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Characteristic"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectiveMeasure" eSuperTypes="#//DimensionalMeasure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulator" unique="false"
lowerBound="1" eType="#//Accumulator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasureTo" lowerBound="1"
upperBound="-1" eType="#//BaseNMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customAccumulator" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectiveMeasurement" eSuperTypes="#//DimensionalMeasurement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurementTo" lowerBound="1"
upperBound="-1" eType="#//BaseNMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DimensionalMeasure" abstract="true"
eSuperTypes="#//Measure">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure1From" upperBound="-1"
eType="#//Base1MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasureFrom" upperBound="-1"
eType="#//BaseNMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure2From" upperBound="-1"
eType="#//Base2MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rankingFrom" upperBound="-1"
eType="#//RankingMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rescaleTo" upperBound="-1"
eType="#//RescaledMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gradeFrom" upperBound="-1"
eType="#//GradeMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" lowerBound="1" eType="#//UnitOfMeasure"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DimensionalMeasurement" abstract="true"
eSuperTypes="#//Measurement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement1From" upperBound="-1"
eType="#//Base1MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurementFrom" upperBound="-1"
eType="#//BaseNMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement2From" upperBound="-1"
eType="#//Base2MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gradeFrom" upperBound="-1"
eType="#//GradeMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rescaleTo" upperBound="-1"
eType="#//RescaledMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rankingFrom" upperBound="-1"
eType="#//RankingMeasurementRelationship"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectMeasure" eSuperTypes="#//DimensionalMeasure">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectMeasurement" eSuperTypes="#//DimensionalMeasurement"/>
<eClassifiers xsi:type="ecore:EClass" name="EquivalentMeasureRelationship" eSuperTypes="#//MeasureRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EquivalentMeasurementRelationship" eSuperTypes="#//MeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="GradeMeasurement" eSuperTypes="#//Measurement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gradeTo" eType="#//GradeMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measure" abstract="true" eSuperTypes="#//AbstractMeasureElement">
<eOperations name="getArguments" unique="false" upperBound="-1" eType="#//Argument">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return null;"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllArguments" unique="false" upperBound="-1" eType="#//Argument">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return null;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="measureLabelFormat" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="measurementLabelFormat"
unique="false" eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" unique="false" eType="#//ScaleOfMeasurement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customScale" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinementFrom" upperBound="-1"
eType="#//RefinementMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinementTo" upperBound="-1"
eType="#//RefinementMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inbound" upperBound="-1"
eType="#//MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outbound" upperBound="-1"
eType="#//MeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentTo" upperBound="-1"
eType="#//EquivalentMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentFrom" upperBound="-1"
eType="#//EquivalentMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultQuery" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1"
eType="#//MeasureCategory" eOpposite="#//MeasureCategory/categoryMeasure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Scope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trait" lowerBound="1" eType="#//Characteristic"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measureRelationships" upperBound="-1"
eType="#//MeasureRelationship" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureCategory" eSuperTypes="#//AbstractMeasureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryMeasure" upperBound="-1"
eType="#//Measure" eOpposite="#//Measure/category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1"
eType="#//MeasureCategory" eOpposite="#//MeasureCategory/categoryElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryElement" upperBound="-1"
eType="#//MeasureCategory" eOpposite="#//MeasureCategory/category"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureLibrary" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="measureElements" upperBound="-1"
eType="#//AbstractMeasureElement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryRelationships"
upperBound="-1" eType="#//CategoryRelationship" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureRelationship" abstract="true"
eSuperTypes="#//SmmRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="influence" unique="false"
eType="#//Influence"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurandQuery" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measurement" abstract="true" eSuperTypes="#//SmmElement">
<eOperations name="getMeasureLabel" unique="false" lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return null;"/>
</eAnnotations>
</eOperations>
<eOperations name="getMeasurementLabel" unique="false" lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return null;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakValue" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="error" unique="false" eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurementRelationships"
upperBound="-1" eType="#//MeasurementRelationship" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentFrom" upperBound="-1"
eType="#//EquivalentMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentTo" upperBound="-1"
eType="#//EquivalentMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outbound" upperBound="-1"
eType="#//MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inbound" upperBound="-1"
eType="#//MeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinementTo" upperBound="-1"
eType="#//RefinementMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinementFrom" upperBound="-1"
eType="#//RefinementMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasure" lowerBound="1"
eType="#//ObservedMeasure" eOpposite="#//ObservedMeasure/measurements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurand" eType="ecore:EClass Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasurementRelationship" abstract="true"
eSuperTypes="#//SmmRelationship"/>
<eClassifiers xsi:type="ecore:EEnum" name="MeasurementScale">
<eLiterals name="ordinal"/>
<eLiterals name="nominal"/>
<eLiterals name="ratio"/>
<eLiterals name="interval"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedMeasure" eSuperTypes="#//DimensionalMeasure"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedMeasurement" eSuperTypes="#//DimensionalMeasurement"/>
<eClassifiers xsi:type="ecore:EClass" name="OCLOperation" eSuperTypes="#//AbstractMeasureElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Observation" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observer" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" unique="false" eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whenObserved" unique="false"
eType="#//TimeStamp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scopes" upperBound="-1"
eType="#//ObservationScope" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasures" upperBound="-1"
eType="#//ObservedMeasure" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Argument" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requestedMeasures" upperBound="-1"
eType="#//AbstractMeasureElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObservationScope" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeUri" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObservedMeasure" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Argument" containment="true" resolveProxies="false" eOpposite="#//Argument/observedMeasure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurements" upperBound="-1"
eType="#//Measurement" containment="true" resolveProxies="false" eOpposite="#//Measurement/observedMeasure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measure" lowerBound="1"
eType="#//Measure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//AbstractMeasureElement">
<eOperations name="getParamStrings" unique="false" lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.getBody();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GradeMeasure" eSuperTypes="#//Measure">
<eStructuralFeatures xsi:type="ecore:EReference" name="gradeTo" eType="#//GradeMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interval" lowerBound="1"
upperBound="-1" eType="#//GradeInterval" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GradeInterval" eSuperTypes="#//Interval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RankingMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="GradeMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="RatioMeasure" eSuperTypes="#//BinaryMeasure"/>
<eClassifiers xsi:type="ecore:EClass" name="RatioMeasurement" eSuperTypes="#//BinaryMeasurement"/>
<eClassifiers xsi:type="ecore:EClass" name="RefinementMeasureRelationship" eSuperTypes="#//MeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="RefinementMeasurementRelationship" eSuperTypes="#//MeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="RescaledMeasure" eSuperTypes="#//DimensionalMeasure">
<eStructuralFeatures xsi:type="ecore:EReference" name="rescaleFrom" lowerBound="1"
upperBound="-1" eType="#//RescaledMeasureRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rescales" eType="#//ScaledBaseMeasureRelationship"
eOpposite="#//ScaledBaseMeasureRelationship/rescaledMeasure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplier" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationFirst" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RescaledMeasureRelationship" eSuperTypes="#//BaseMeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="RescaledMeasurement" eSuperTypes="#//DimensionalMeasurement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rescaleFrom" eType="#//RescaledMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RescaledMeasurementRelationship" eSuperTypes="#//BaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//AbstractMeasureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="breakCondition" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recognizer" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="ecore:EClass Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="ecore:EClass Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SmmElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shortDescription" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
eType="ecore:EDataType Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inRelationships" upperBound="-1"
eType="#//SmmRelationship" eOpposite="#//SmmRelationship/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outRelationships" upperBound="-1"
eType="#//SmmRelationship" eOpposite="#//SmmRelationship/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SmmModel" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1"
eType="#//MeasureLibrary" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="observations" upperBound="-1"
eType="#//Observation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SmmRelationship" abstract="true" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//SmmElement"
eOpposite="#//SmmElement/inRelationships"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//SmmElement"
eOpposite="#//SmmElement/outRelationships"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Influence">
<eLiterals name="positive"/>
<eLiterals name="negative"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryFunctor">
<eLiterals name="plus"/>
<eLiterals name="minus"/>
<eLiterals name="multiply"/>
<eLiterals name="divide"/>
<eLiterals name="custom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RankingMeasure" eSuperTypes="#//DimensionalMeasure">
<eStructuralFeatures xsi:type="ecore:EReference" name="interval" lowerBound="1"
upperBound="-1" eType="#//RankingInterval" containment="true" resolveProxies="false"
eOpposite="#//RankingInterval/ranking"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rankingTo" lowerBound="1"
eType="#//RankingMeasureRelationship"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RankingInterval" eSuperTypes="#//Interval">
<eStructuralFeatures xsi:type="ecore:EReference" name="ranking" lowerBound="1"
eType="#//RankingMeasure" eOpposite="#//RankingMeasure/interval"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType Ecore.ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GradeMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ScaledBaseMeasureRelationship" abstract="true"
eSuperTypes="#//BaseMeasureRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="rescaledMeasure" eType="#//RescaledMeasure"
containment="true" resolveProxies="false" eOpposite="#//RescaledMeasure/rescales"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ScaleOfMeasurement">
<eLiterals name="nominal"/>
<eLiterals name="ordinal"/>
<eLiterals name="interval"/>
<eLiterals name="ratio"/>
<eLiterals name="custom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interval" abstract="true" eSuperTypes="#//SmmElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumOpen" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumOpen" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RankingMeasurement" eSuperTypes="#//DimensionalMeasurement">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rankingTo" eType="#//RankingMeasurementRelationship"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false"
lowerBound="1" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RankingMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="UnitOfMeasure" eSuperTypes="#//AbstractMeasureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ScaledBaseMeasurementRelationship" abstract="true"
eSuperTypes="#//BaseMeasurementRelationship"/>
<eClassifiers xsi:type="ecore:EDataType" name="TimeStamp" instanceClassName="java.text.SimpleDateFormat"/>
<eClassifiers xsi:type="ecore:EClass" name="CountingUnit" eSuperTypes="#//UnitOfMeasure">
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseMeasureRelationship" abstract="true"
eSuperTypes="#//MeasureRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="BaseMeasurementRelationship" abstract="true"
eSuperTypes="#//MeasurementRelationship"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"smm","nsURI":"http://www.atlanmod.org/zoo/smm","name":"smm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMeasureElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Accumulator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","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":"Base1MeasureRelationship","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base1MeasurementRelationship","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base2MeasureRelationship","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base2MeasurementRelationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseNMeasureRelationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseNMeasurementRelationship","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryMeasure","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryMeasurement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characteristic","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectiveMeasure","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectiveMeasurement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionalMeasure","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionalMeasurement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectMeasure","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectMeasurement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquivalentMeasureRelationship","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquivalentMeasurementRelationship","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasurement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measure","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureCategory","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureLibrary","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureRelationship","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasurementRelationship","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MeasurementScale","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMeasure","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMeasurement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLOperation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObservationScope","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObservedMeasure","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasure","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeInterval","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasureRelationship","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasurementRelationship","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RatioMeasure","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RatioMeasurement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinementMeasureRelationship","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinementMeasurementRelationship","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasure","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasureRelationship","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasurement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasurementRelationship","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmModel","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmRelationship","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Influence","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryFunctor","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasure","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingInterval","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasureRelationship","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaledBaseMeasureRelationship","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScaleOfMeasurement","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasurement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasurementRelationship","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitOfMeasure","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaledBaseMeasurementRelationship","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.text.SimpleDateFormat","defaultValue":null,"instanceClassName":"java.text.SimpleDateFormat","name":"TimeStamp","instanceClass":"java.text.SimpleDateFormat","id":67,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountingUnit","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseMeasureRelationship","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseMeasurementRelationship","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"name":"sum","id":72,"value":0,"literal":"sum","eClass":"EEnumLiteral"},{"name":"maximum","id":73,"value":0,"literal":"maximum","eClass":"EEnumLiteral"},{"name":"minimum","id":74,"value":0,"literal":"minimum","eClass":"EEnumLiteral"},{"name":"average","id":75,"value":0,"literal":"average","eClass":"EEnumLiteral"},{"name":"standardDeviation","id":76,"value":0,"literal":"standardDeviation","eClass":"EEnumLiteral"},{"name":"product","id":77,"value":0,"literal":"product","eClass":"EEnumLiteral"},{"name":"custom","id":78,"value":0,"literal":"custom","eClass":"EEnumLiteral"},{"ordered":true,"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":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":false,"name":"Type","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"observedMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tag","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":"mappedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functor","changeable":true,"lowerBound":1,"iD":false,"id":105,"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":"baseMeasure1To","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"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":"baseMeasure2To","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customFunctor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurement2To","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurement1To","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accumulator","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"baseMeasureTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customAccumulator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"baseMeasurementTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasure1From","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":"baseMeasureFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"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":"baseMeasure2From","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rankingFrom","changeable":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"formula","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":158,"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":"baseMeasurement1From","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":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurementFrom","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":"baseMeasurement2From","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rankingFrom","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"},{"container":false,"ordered":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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":181,"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":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeTo","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":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":false,"name":"getArguments","lowerBound":0,"id":190,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"getAllArguments","lowerBound":0,"id":191,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":1,"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":false,"name":"source","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":false,"name":"measureLabelFormat","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":false,"name":"measurementLabelFormat","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"customScale","changeable":true,"lowerBound":0,"iD":false,"id":197,"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":"refinementFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"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":"refinementTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentFrom","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":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"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":"trait","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"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":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"influence","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measurandQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getMeasureLabel","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"getMeasurementLabel","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"breakValue","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"error","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measurementRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"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":"outbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"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":"refinementTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinementFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"observedMeasure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measurand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measurements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"name":"ordinal","id":275,"value":0,"literal":"ordinal","eClass":"EEnumLiteral"},{"name":"nominal","id":276,"value":0,"literal":"nominal","eClass":"EEnumLiteral"},{"name":"ratio","id":277,"value":0,"literal":"ratio","eClass":"EEnumLiteral"},{"name":"interval","id":278,"value":0,"literal":"interval","eClass":"EEnumLiteral"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"context","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"observer","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tool","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"whenObserved","changeable":true,"lowerBound":0,"iD":false,"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":"scopes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"observedMeasures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"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":"requestedMeasures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scopeUri","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"measure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getParamStrings","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"language","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"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":"interval","changeable":true,"resolveProxies":false,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"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"},{"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":"rescaleFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"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":"rescales","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":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":false,"name":"multiplier","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"operationFirst","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rescaledMeasure","changeable":true,"resolveProxies":false,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"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":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"breakCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recognizer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"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":362,"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":"shortDescription","changeable":true,"lowerBound":0,"iD":false,"id":363,"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":"description","changeable":true,"lowerBound":0,"iD":false,"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":"attributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":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":366,"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":"inRelationships","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":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":375,"derived":false},{"id":376,"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":377,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"observations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"name":"positive","id":386,"value":0,"literal":"positive","eClass":"EEnumLiteral"},{"name":"negative","id":387,"value":0,"literal":"negative","eClass":"EEnumLiteral"},{"name":"plus","id":388,"value":0,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":389,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"multiply","id":390,"value":0,"literal":"multiply","eClass":"EEnumLiteral"},{"name":"divide","id":391,"value":0,"literal":"divide","eClass":"EEnumLiteral"},{"name":"custom","id":392,"value":0,"literal":"custom","eClass":"EEnumLiteral"},{"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":"interval","changeable":true,"resolveProxies":false,"lowerBound":1,"id":393,"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":"rankingTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"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":"ranking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"nominal","id":406,"value":0,"literal":"nominal","eClass":"EEnumLiteral"},{"name":"ordinal","id":407,"value":0,"literal":"ordinal","eClass":"EEnumLiteral"},{"name":"interval","id":408,"value":0,"literal":"interval","eClass":"EEnumLiteral"},{"name":"ratio","id":409,"value":0,"literal":"ratio","eClass":"EEnumLiteral"},{"name":"custom","id":410,"value":0,"literal":"custom","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maximum","changeable":true,"lowerBound":1,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"maximumOpen","changeable":true,"lowerBound":1,"iD":false,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minimum","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"minimumOpen","changeable":true,"lowerBound":1,"iD":false,"id":414,"derived":false},{"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":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rankingTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"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":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"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":1,"target":0},{"source":1,"target":52},{"source":1,"target":71},{"source":71,"target":52},{"source":2,"target":0},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":72,"target":2},{"source":73,"target":2},{"source":74,"target":2},{"source":75,"target":2},{"source":76,"target":2},{"source":77,"target":2},{"source":78,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":79},{"source":3,"target":80},{"source":79,"target":81},{"source":79,"target":3},{"source":80,"target":52},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":82,"target":86},{"source":82,"target":4},{"source":83,"target":87},{"source":83,"target":4},{"source":84,"target":37},{"source":84,"target":88},{"source":84,"target":4},{"source":84,"target":89},{"source":88,"target":37},{"source":85,"target":52},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":90,"target":93},{"source":90,"target":5},{"source":91,"target":94},{"source":91,"target":5},{"source":92,"target":52},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":95},{"source":95,"target":60},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":96},{"source":96,"target":66},{"source":8,"target":0},{"source":8,"target":60},{"source":8,"target":97},{"source":97,"target":60},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":98},{"source":98,"target":66},{"source":10,"target":0},{"source":10,"target":60},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":11},{"source":99,"target":101},{"source":99,"target":10},{"source":99,"target":102},{"source":101,"target":11},{"source":100,"target":60},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":10},{"source":102,"target":104},{"source":102,"target":11},{"source":102,"target":99},{"source":104,"target":10},{"source":103,"target":66},{"source":12,"target":0},{"source":12,"target":18},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":56},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":56},{"source":106,"target":6},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":6},{"source":107,"target":8},{"source":107,"target":112},{"source":107,"target":12},{"source":112,"target":8},{"source":108,"target":38},{"source":108,"target":113},{"source":108,"target":12},{"source":113,"target":38},{"source":109,"target":18},{"source":13,"target":0},{"source":13,"target":19},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":114,"target":119},{"source":114,"target":13},{"source":115,"target":9},{"source":115,"target":120},{"source":115,"target":13},{"source":120,"target":9},{"source":116,"target":7},{"source":116,"target":121},{"source":116,"target":13},{"source":121,"target":7},{"source":117,"target":38},{"source":117,"target":122},{"source":117,"target":13},{"source":122,"target":38},{"source":118,"target":19},{"source":14,"target":0},{"source":14,"target":54},{"source":14,"target":123},{"source":123,"target":54},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":124},{"source":15,"target":125},{"source":124,"target":15},{"source":124,"target":126},{"source":124,"target":15},{"source":126,"target":15},{"source":125,"target":1},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":129},{"source":16,"target":130},{"source":127,"target":2},{"source":127,"target":131},{"source":127,"target":16},{"source":131,"target":2},{"source":128,"target":10},{"source":128,"target":132},{"source":128,"target":16},{"source":132,"target":10},{"source":129,"target":38},{"source":129,"target":133},{"source":129,"target":16},{"source":133,"target":38},{"source":130,"target":18},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":134,"target":138},{"source":134,"target":17},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":11},{"source":136,"target":38},{"source":136,"target":140},{"source":136,"target":17},{"source":140,"target":38},{"source":137,"target":19},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":18},{"source":150,"target":6},{"source":142,"target":10},{"source":142,"target":151},{"source":142,"target":18},{"source":151,"target":10},{"source":143,"target":8},{"source":143,"target":152},{"source":143,"target":18},{"source":152,"target":8},{"source":144,"target":41},{"source":144,"target":153},{"source":144,"target":18},{"source":153,"target":41},{"source":145,"target":48},{"source":145,"target":154},{"source":145,"target":18},{"source":154,"target":48},{"source":146,"target":59},{"source":146,"target":155},{"source":146,"target":18},{"source":155,"target":59},{"source":147,"target":65},{"source":147,"target":156},{"source":147,"target":18},{"source":156,"target":65},{"source":148,"target":157},{"source":148,"target":18},{"source":149,"target":25},{"source":19,"target":0},{"source":19,"target":29},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":158,"target":166},{"source":158,"target":19},{"source":159,"target":7},{"source":159,"target":167},{"source":159,"target":19},{"source":167,"target":7},{"source":160,"target":11},{"source":160,"target":168},{"source":160,"target":19},{"source":168,"target":11},{"source":161,"target":9},{"source":161,"target":169},{"source":161,"target":19},{"source":169,"target":9},{"source":162,"target":42},{"source":162,"target":170},{"source":162,"target":19},{"source":170,"target":42},{"source":163,"target":50},{"source":163,"target":171},{"source":163,"target":19},{"source":171,"target":50},{"source":164,"target":64},{"source":164,"target":172},{"source":164,"target":19},{"source":172,"target":64},{"source":165,"target":29},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":173},{"source":20,"target":174},{"source":173,"target":38},{"source":173,"target":175},{"source":173,"target":20},{"source":175,"target":38},{"source":174,"target":18},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":176},{"source":176,"target":19},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":177},{"source":22,"target":178},{"source":177,"target":38},{"source":177,"target":179},{"source":177,"target":22},{"source":179,"target":38},{"source":178,"target":28},{"source":23,"target":0},{"source":23,"target":30},{"source":23,"target":180},{"source":180,"target":30},{"source":24,"target":0},{"source":24,"target":29},{"source":24,"target":181},{"source":24,"target":182},{"source":24,"target":183},{"source":24,"target":184},{"source":24,"target":185},{"source":181,"target":186},{"source":181,"target":24},{"source":182,"target":187},{"source":182,"target":24},{"source":183,"target":42},{"source":183,"target":188},{"source":183,"target":24},{"source":188,"target":42},{"source":184,"target":38},{"source":184,"target":189},{"source":184,"target":24},{"source":189,"target":38},{"source":185,"target":29},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":190},{"source":25,"target":191},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":25,"target":195},{"source":25,"target":196},{"source":25,"target":197},{"source":25,"target":198},{"source":25,"target":199},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":25,"target":203},{"source":25,"target":204},{"source":25,"target":205},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":190,"target":4},{"source":190,"target":210},{"source":190,"target":25},{"source":210,"target":4},{"source":191,"target":4},{"source":191,"target":211},{"source":191,"target":25},{"source":211,"target":4},{"source":192,"target":212},{"source":192,"target":25},{"source":193,"target":213},{"source":193,"target":25},{"source":194,"target":214},{"source":194,"target":25},{"source":195,"target":215},{"source":195,"target":25},{"source":196,"target":61},{"source":196,"target":216},{"source":196,"target":25},{"source":216,"target":61},{"source":197,"target":217},{"source":197,"target":25},{"source":198,"target":45},{"source":198,"target":218},{"source":198,"target":25},{"source":218,"target":45},{"source":199,"target":45},{"source":199,"target":219},{"source":199,"target":25},{"source":219,"target":45},{"source":200,"target":28},{"source":200,"target":220},{"source":200,"target":25},{"source":220,"target":28},{"source":201,"target":28},{"source":201,"target":221},{"source":201,"target":25},{"source":221,"target":28},{"source":202,"target":22},{"source":202,"target":222},{"source":202,"target":25},{"source":222,"target":22},{"source":203,"target":22},{"source":203,"target":223},{"source":203,"target":25},{"source":223,"target":22},{"source":204,"target":38},{"source":204,"target":224},{"source":204,"target":25},{"source":224,"target":38},{"source":205,"target":26},{"source":205,"target":225},{"source":205,"target":25},{"source":205,"target":226},{"source":225,"target":26},{"source":206,"target":51},{"source":206,"target":227},{"source":206,"target":25},{"source":227,"target":51},{"source":207,"target":15},{"source":207,"target":228},{"source":207,"target":25},{"source":228,"target":15},{"source":208,"target":28},{"source":208,"target":229},{"source":208,"target":25},{"source":229,"target":28},{"source":209,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":226},{"source":26,"target":230},{"source":26,"target":231},{"source":26,"target":232},{"source":226,"target":25},{"source":226,"target":233},{"source":226,"target":26},{"source":226,"target":205},{"source":233,"target":25},{"source":230,"target":26},{"source":230,"target":234},{"source":230,"target":26},{"source":230,"target":231},{"source":234,"target":26},{"source":231,"target":26},{"source":231,"target":235},{"source":231,"target":26},{"source":231,"target":230},{"source":235,"target":26},{"source":232,"target":1},{"source":27,"target":0},{"source":27,"target":52},{"source":27,"target":236},{"source":27,"target":237},{"source":27,"target":238},{"source":236,"target":1},{"source":236,"target":239},{"source":236,"target":27},{"source":239,"target":1},{"source":237,"target":14},{"source":237,"target":240},{"source":237,"target":27},{"source":240,"target":14},{"source":238,"target":52},{"source":28,"target":0},{"source":28,"target":54},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":241,"target":55},{"source":241,"target":244},{"source":241,"target":28},{"source":244,"target":55},{"source":242,"target":38},{"source":242,"target":245},{"source":242,"target":28},{"source":245,"target":38},{"source":243,"target":54},{"source":29,"target":0},{"source":29,"target":52},{"source":29,"target":246},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":29,"target":250},{"source":29,"target":251},{"source":29,"target":252},{"source":29,"target":253},{"source":29,"target":254},{"source":29,"target":255},{"source":29,"target":256},{"source":29,"target":257},{"source":29,"target":258},{"source":29,"target":259},{"source":246,"target":260},{"source":246,"target":29},{"source":247,"target":261},{"source":247,"target":29},{"source":248,"target":262},{"source":248,"target":29},{"source":249,"target":263},{"source":249,"target":29},{"source":250,"target":30},{"source":250,"target":264},{"source":250,"target":29},{"source":264,"target":30},{"source":251,"target":23},{"source":251,"target":265},{"source":251,"target":29},{"source":265,"target":23},{"source":252,"target":23},{"source":252,"target":266},{"source":252,"target":29},{"source":266,"target":23},{"source":253,"target":30},{"source":253,"target":267},{"source":253,"target":29},{"source":267,"target":30},{"source":254,"target":30},{"source":254,"target":268},{"source":254,"target":29},{"source":268,"target":30},{"source":255,"target":46},{"source":255,"target":269},{"source":255,"target":29},{"source":269,"target":46},{"source":256,"target":46},{"source":256,"target":270},{"source":256,"target":29},{"source":270,"target":46},{"source":257,"target":37},{"source":257,"target":271},{"source":257,"target":29},{"source":257,"target":272},{"source":271,"target":37},{"source":258,"target":273},{"source":258,"target":29},{"source":259,"target":52},{"source":30,"target":0},{"source":30,"target":54},{"source":30,"target":274},{"source":274,"target":54},{"source":31,"target":0},{"source":31,"target":275},{"source":31,"target":276},{"source":31,"target":277},{"source":31,"target":278},{"source":275,"target":31},{"source":276,"target":31},{"source":277,"target":31},{"source":278,"target":31},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":279},{"source":279,"target":18},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":280},{"source":280,"target":19},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":281},{"source":34,"target":282},{"source":34,"target":283},{"source":281,"target":284},{"source":281,"target":34},{"source":282,"target":285},{"source":282,"target":34},{"source":283,"target":1},{"source":35,"target":0},{"source":35,"target":52},{"source":35,"target":286},{"source":35,"target":287},{"source":35,"target":288},{"source":35,"target":289},{"source":35,"target":290},{"source":35,"target":291},{"source":35,"target":292},{"source":35,"target":293},{"source":286,"target":294},{"source":286,"target":35},{"source":287,"target":295},{"source":287,"target":35},{"source":288,"target":67},{"source":288,"target":296},{"source":288,"target":35},{"source":296,"target":67},{"source":289,"target":36},{"source":289,"target":297},{"source":289,"target":35},{"source":297,"target":36},{"source":290,"target":37},{"source":290,"target":298},{"source":290,"target":35},{"source":298,"target":37},{"source":291,"target":4},{"source":291,"target":299},{"source":291,"target":35},{"source":299,"target":4},{"source":292,"target":1},{"source":292,"target":300},{"source":292,"target":35},{"source":300,"target":1},{"source":293,"target":52},{"source":36,"target":0},{"source":36,"target":52},{"source":36,"target":301},{"source":36,"target":302},{"source":301,"target":303},{"source":301,"target":36},{"source":302,"target":52},{"source":37,"target":0},{"source":37,"target":52},{"source":37,"target":89},{"source":37,"target":272},{"source":37,"target":304},{"source":37,"target":305},{"source":89,"target":4},{"source":89,"target":306},{"source":89,"target":37},{"source":89,"target":84},{"source":306,"target":4},{"source":272,"target":29},{"source":272,"target":307},{"source":272,"target":37},{"source":272,"target":257},{"source":307,"target":29},{"source":304,"target":25},{"source":304,"target":308},{"source":304,"target":37},{"source":308,"target":25},{"source":305,"target":52},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":309},{"source":38,"target":310},{"source":38,"target":311},{"source":38,"target":312},{"source":309,"target":313},{"source":309,"target":38},{"source":310,"target":314},{"source":310,"target":38},{"source":311,"target":315},{"source":311,"target":38},{"source":312,"target":1},{"source":39,"target":0},{"source":39,"target":25},{"source":39,"target":316},{"source":39,"target":317},{"source":39,"target":318},{"source":316,"target":59},{"source":316,"target":319},{"source":316,"target":39},{"source":319,"target":59},{"source":317,"target":40},{"source":317,"target":320},{"source":317,"target":39},{"source":320,"target":40},{"source":318,"target":25},{"source":40,"target":0},{"source":40,"target":62},{"source":40,"target":321},{"source":40,"target":322},{"source":321,"target":323},{"source":321,"target":40},{"source":322,"target":62},{"source":41,"target":0},{"source":41,"target":60},{"source":41,"target":324},{"source":324,"target":60},{"source":42,"target":0},{"source":42,"target":66},{"source":42,"target":325},{"source":325,"target":66},{"source":43,"target":0},{"source":43,"target":12},{"source":43,"target":326},{"source":326,"target":12},{"source":44,"target":0},{"source":44,"target":13},{"source":44,"target":327},{"source":327,"target":13},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":328},{"source":328,"target":28},{"source":46,"target":0},{"source":46,"target":30},{"source":46,"target":329},{"source":329,"target":30},{"source":47,"target":0},{"source":47,"target":18},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":47,"target":336},{"source":330,"target":48},{"source":330,"target":337},{"source":330,"target":47},{"source":337,"target":48},{"source":331,"target":60},{"source":331,"target":338},{"source":331,"target":47},{"source":331,"target":339},{"source":338,"target":60},{"source":332,"target":38},{"source":332,"target":340},{"source":332,"target":47},{"source":340,"target":38},{"source":333,"target":341},{"source":333,"target":47},{"source":334,"target":342},{"source":334,"target":47},{"source":335,"target":343},{"source":335,"target":47},{"source":336,"target":18},{"source":48,"target":0},{"source":48,"target":69},{"source":48,"target":344},{"source":344,"target":69},{"source":49,"target":0},{"source":49,"target":19},{"source":49,"target":345},{"source":49,"target":346},{"source":49,"target":347},{"source":49,"target":348},{"source":345,"target":349},{"source":345,"target":49},{"source":346,"target":50},{"source":346,"target":350},{"source":346,"target":49},{"source":350,"target":50},{"source":347,"target":38},{"source":347,"target":351},{"source":347,"target":49},{"source":351,"target":38},{"source":348,"target":19},{"source":50,"target":0},{"source":50,"target":70},{"source":50,"target":352},{"source":352,"target":70},{"source":51,"target":0},{"source":51,"target":1},{"source":51,"target":353},{"source":51,"target":354},{"source":51,"target":355},{"source":51,"target":356},{"source":51,"target":357},{"source":353,"target":38},{"source":353,"target":358},{"source":353,"target":51},{"source":358,"target":38},{"source":354,"target":38},{"source":354,"target":359},{"source":354,"target":51},{"source":359,"target":38},{"source":355,"target":360},{"source":355,"target":51},{"source":356,"target":361},{"source":356,"target":51},{"source":357,"target":1},{"source":52,"target":0},{"source":52,"target":362},{"source":52,"target":363},{"source":52,"target":364},{"source":52,"target":365},{"source":52,"target":366},{"source":52,"target":367},{"source":52,"target":368},{"source":362,"target":369},{"source":362,"target":52},{"source":363,"target":370},{"source":363,"target":52},{"source":364,"target":371},{"source":364,"target":52},{"source":365,"target":5},{"source":365,"target":372},{"source":365,"target":52},{"source":372,"target":5},{"source":366,"target":3},{"source":366,"target":373},{"source":366,"target":52},{"source":373,"target":3},{"source":367,"target":54},{"source":367,"target":374},{"source":367,"target":52},{"source":367,"target":375},{"source":374,"target":54},{"source":368,"target":54},{"source":368,"target":376},{"source":368,"target":52},{"source":368,"target":377},{"source":376,"target":54},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":378},{"source":53,"target":379},{"source":53,"target":380},{"source":378,"target":27},{"source":378,"target":381},{"source":378,"target":53},{"source":381,"target":27},{"source":379,"target":35},{"source":379,"target":382},{"source":379,"target":53},{"source":382,"target":35},{"source":380,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":375},{"source":54,"target":377},{"source":54,"target":383},{"source":375,"target":52},{"source":375,"target":384},{"source":375,"target":54},{"source":375,"target":367},{"source":384,"target":52},{"source":377,"target":52},{"source":377,"target":385},{"source":377,"target":54},{"source":377,"target":368},{"source":385,"target":52},{"source":383,"target":52},{"source":55,"target":0},{"source":55,"target":386},{"source":55,"target":387},{"source":386,"target":55},{"source":387,"target":55},{"source":56,"target":0},{"source":56,"target":388},{"source":56,"target":389},{"source":56,"target":390},{"source":56,"target":391},{"source":56,"target":392},{"source":388,"target":56},{"source":389,"target":56},{"source":390,"target":56},{"source":391,"target":56},{"source":392,"target":56},{"source":57,"target":0},{"source":57,"target":18},{"source":57,"target":393},{"source":57,"target":394},{"source":57,"target":395},{"source":393,"target":58},{"source":393,"target":396},{"source":393,"target":57},{"source":393,"target":397},{"source":396,"target":58},{"source":394,"target":41},{"source":394,"target":398},{"source":394,"target":57},{"source":398,"target":41},{"source":395,"target":18},{"source":58,"target":0},{"source":58,"target":62},{"source":58,"target":397},{"source":58,"target":399},{"source":58,"target":400},{"source":397,"target":57},{"source":397,"target":401},{"source":397,"target":58},{"source":397,"target":393},{"source":401,"target":57},{"source":399,"target":402},{"source":399,"target":58},{"source":400,"target":62},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":403},{"source":403,"target":60},{"source":60,"target":0},{"source":60,"target":69},{"source":60,"target":339},{"source":60,"target":404},{"source":339,"target":47},{"source":339,"target":405},{"source":339,"target":60},{"source":339,"target":331},{"source":405,"target":47},{"source":404,"target":69},{"source":61,"target":0},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":406,"target":61},{"source":407,"target":61},{"source":408,"target":61},{"source":409,"target":61},{"source":410,"target":61},{"source":62,"target":0},{"source":62,"target":52},{"source":62,"target":411},{"source":62,"target":412},{"source":62,"target":413},{"source":62,"target":414},{"source":62,"target":415},{"source":411,"target":416},{"source":411,"target":62},{"source":412,"target":417},{"source":412,"target":62},{"source":413,"target":418},{"source":413,"target":62},{"source":414,"target":419},{"source":414,"target":62},{"source":415,"target":52},{"source":63,"target":0},{"source":63,"target":19},{"source":63,"target":420},{"source":63,"target":421},{"source":63,"target":422},{"source":63,"target":423},{"source":420,"target":38},{"source":420,"target":424},{"source":420,"target":63},{"source":424,"target":38},{"source":421,"target":64},{"source":421,"target":425},{"source":421,"target":63},{"source":425,"target":64},{"source":422,"target":426},{"source":422,"target":63},{"source":423,"target":19},{"source":64,"target":0},{"source":64,"target":66},{"source":64,"target":427},{"source":427,"target":66},{"source":65,"target":0},{"source":65,"target":1},{"source":65,"target":428},{"source":428,"target":1},{"source":66,"target":0},{"source":66,"target":70},{"source":66,"target":429},{"source":429,"target":70},{"source":67,"target":0},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":430},{"source":68,"target":431},{"source":430,"target":51},{"source":430,"target":432},{"source":430,"target":68},{"source":432,"target":51},{"source":431,"target":65},{"source":69,"target":0},{"source":69,"target":28},{"source":69,"target":433},{"source":433,"target":28},{"source":70,"target":0},{"source":70,"target":30},{"source":70,"target":434},{"source":434,"target":30}],"multigraph":true} | ecore |
graphicaleditor | repo-ecore-all/data/MarkusGerhart/tprj-msi-ss13/archive/shape_dsl_xtext_standalone/org.eclipselabs.spray.shapes/model/generated/Shape.ecore | shape
ShapeContainer
shapeContainerElement
ShapeContainerElement
name
style
ConnectionDefinition
connectionStyle
layout
placing
ShapeDefinition
shapeLayout
shape
description
anchor
PlacingDefinition
offset
distance
angle
shapeCon
Anchor
type
AnchorType
AnchorPredefinied
value
AnchorManual
position
AnchorPosition
pos
AnchorPositionPos
AnchorRelativePosition
xoffset
yoffset
AnchorFixPointPosition
xcor
ycor
Shape
style
ShapeConnection
style
CDLine
layout
CDPolyline
layout
CDRectangle
layout
CDRoundedRectangle
layout
CDPolygon
layout
CDEllipse
layout
CDText
texttype
layout
body
Line
layout
Polyline
layout
Rectangle
compartmentInfo
layout
shape
RoundedRectangle
layout
shape
Polygon
layout
shape
Ellipse
compartmentInfo
layout
shape
Text
texttype
layout
body
CompartmentInfo
compartmentLayout
stretchH
stretchV
spacing
margin
invisible
id
CompartmentLayout
FIXED
fixed
VERTICAL
vertical
HORIZONTAL
horizontal
FIT
fit
Compartment
compartmentLayout
shape
CompartmentShape
layout
id
CompartmentRectangle
CompartmentRoundedRectangle
layout
id
CompartmentPolygon
layout
id
CompartmentEllipse
Description
style
hAlign
vAlign
body
ShapeLayout
minwidth
minheight
maxwidth
maxheight
stretchH
stretchV
proportional
RectangleEllipseLayout
common
layout
LineLayout
point
layout
PolyLineLayout
point
layout
RoundedRectangleLayout
common
curveWidth
curveHeight
layout
TextLayout
common
hAlign
vAlign
layout
ShapestyleLayout
CommonLayout
xcor
ycor
width
heigth
TextBody
value
Point
xcor
ycor
curveBefore
curveAfter
HAlign
LEFT
left
CENTER
center
RIGHT
right
VAlign
TOP
top
MIDDLE
middle
BOTTOM
bottom
ConnectionStyle
freeform
freeform
manhatten
manhatten
AnchorPredefiniedEnum
center
center
corners
corners
TextType
default
text
multiline
wrapped-text | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="shape" nsURI="http://www.eclipselabs.org/spray/shapes/Shape"
nsPrefix="shape">
<eClassifiers xsi:type="ecore:EClass" name="ShapeContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="shapeContainerElement"
upperBound="-1" eType="#//ShapeContainerElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeContainerElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionDefinition" eSuperTypes="#//ShapeContainerElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionStyle" eType="#//ConnectionStyle"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placing" upperBound="-1"
eType="#//PlacingDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeDefinition" eSuperTypes="#//ShapeContainerElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="shapeLayout" eType="#//ShapeLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-1"
eType="#//Shape" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anchor" eType="#//Anchor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlacingDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shapeCon" eType="#//ShapeConnection"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Anchor">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//AnchorType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnchorType"/>
<eClassifiers xsi:type="ecore:EClass" name="AnchorPredefinied" eSuperTypes="#//AnchorType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//AnchorPredefiniedEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnchorManual" eSuperTypes="#//AnchorType">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" upperBound="-1"
eType="#//AnchorPosition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnchorPosition">
<eStructuralFeatures xsi:type="ecore:EReference" name="pos" eType="#//AnchorPositionPos"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnchorPositionPos"/>
<eClassifiers xsi:type="ecore:EClass" name="AnchorRelativePosition" eSuperTypes="#//AnchorPositionPos">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xoffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yoffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnchorFixPointPosition" eSuperTypes="#//AnchorPositionPos">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xcor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ycor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shape">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDLine" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//LineLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDPolyline" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//PolyLineLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDRectangle" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RectangleEllipseLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDRoundedRectangle" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RoundedRectangleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDPolygon" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//PolyLineLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDEllipse" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RectangleEllipseLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CDText" eSuperTypes="#//ShapeConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texttype" eType="#//TextType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//TextLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//LineLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//PolyLineLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="compartmentInfo" eType="#//CompartmentInfo"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RectangleEllipseLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-1"
eType="#//Shape" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RoundedRectangleLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-1"
eType="#//Shape" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//PolyLineLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-1"
eType="#//Shape" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="compartmentInfo" eType="#//CompartmentInfo"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RectangleEllipseLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-1"
eType="#//Shape" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texttype" eType="#//TextType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//TextLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compartmentLayout" eType="#//CompartmentLayout"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stretchH" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stretchV" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="margin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompartmentLayout">
<eLiterals name="FIXED" literal="fixed"/>
<eLiterals name="VERTICAL" value="1" literal="vertical"/>
<eLiterals name="HORIZONTAL" value="2" literal="horizontal"/>
<eLiterals name="FIT" value="3" literal="fit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Compartment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compartmentLayout" eType="#//CompartmentLayout"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shape" eType="#//CompartmentShape"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RectangleEllipseLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentRectangle" eSuperTypes="#//CompartmentShape"/>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentRoundedRectangle">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//RoundedRectangleLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentPolygon">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//PolyLineLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentEllipse" eSuperTypes="#//CompartmentShape"/>
<eClassifiers xsi:type="ecore:EClass" name="Description">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hAlign" eType="#//HAlign"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vAlign" eType="#//VAlign"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//TextBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeLayout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minwidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minheight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxwidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxheight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stretchH" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stretchV" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proportional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RectangleEllipseLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="common" eType="#//CommonLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="point" upperBound="-1"
eType="#//Point" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolyLineLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="point" upperBound="-1"
eType="#//Point" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedRectangleLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="common" eType="#//CommonLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="curveWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="curveHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="common" eType="#//CommonLayout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hAlign" eType="#//HAlign"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vAlign" eType="#//VAlign"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//ShapestyleLayout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapestyleLayout"/>
<eClassifiers xsi:type="ecore:EClass" name="CommonLayout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xcor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ycor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heigth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextBody">
<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="Point">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xcor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ycor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="curveBefore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="curveAfter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HAlign">
<eLiterals name="LEFT" literal="left"/>
<eLiterals name="CENTER" value="1" literal="center"/>
<eLiterals name="RIGHT" value="2" literal="right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VAlign">
<eLiterals name="TOP" literal="top"/>
<eLiterals name="MIDDLE" value="1" literal="middle"/>
<eLiterals name="BOTTOM" value="2" literal="bottom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConnectionStyle">
<eLiterals name="freeform" literal="freeform"/>
<eLiterals name="manhatten" value="1" literal="manhatten"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AnchorPredefiniedEnum">
<eLiterals name="center" literal="center"/>
<eLiterals name="corners" value="1" literal="corners"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TextType">
<eLiterals name="default" literal="text"/>
<eLiterals name="multiline" value="1" literal="wrapped-text"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"shape","nsURI":"http://www.eclipselabs.org/spray/shapes/Shape","name":"shape","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeContainerElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlacingDefinition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anchor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorPredefinied","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorManual","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorPosition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorPositionPos","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorRelativePosition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnchorFixPointPosition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeConnection","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDLine","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDPolyline","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDRectangle","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDRoundedRectangle","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDPolygon","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDEllipse","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDText","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentInfo","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompartmentLayout","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentShape","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentRectangle","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentRoundedRectangle","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentPolygon","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentEllipse","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeLayout","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RectangleEllipseLayout","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineLayout","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolyLineLayout","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangleLayout","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextLayout","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapestyleLayout","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommonLayout","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextBody","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HAlign","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VAlign","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConnectionStyle","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnchorPredefiniedEnum","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextType","instanceClass":null,"id":53,"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":"shapeContainerElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"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":"style","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionStyle","changeable":true,"lowerBound":0,"iD":false,"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":"layout","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":"placing","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shapeLayout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shape","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":"description","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":"anchor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shapeCon","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"},{"container":false,"ordered":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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xoffset","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yoffset","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xcor","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ycor","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"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":"texttype","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartmentInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"shape","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":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shape","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":true,"unsettable":false,"transient":false,"unique":true,"name":"compartmentInfo","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":"layout","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":"shape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texttype","changeable":true,"lowerBound":0,"iD":false,"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compartmentLayout","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stretchH","changeable":true,"lowerBound":0,"iD":false,"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":"stretchV","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"margin","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invisible","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"name":"FIXED","id":184,"value":0,"literal":"fixed","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":185,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":186,"value":2,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"FIT","id":187,"value":3,"literal":"fit","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compartmentLayout","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"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":207,"derived":false},{"ordered":true,"upperBound":1,"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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"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":"minwidth","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"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":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxwidth","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxheight","changeable":true,"lowerBound":0,"iD":false,"id":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":"stretchH","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stretchV","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"proportional","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"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":"common","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":"layout","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"point","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":"layout","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":"point","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"common","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"curveWidth","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"curveHeight","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"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":"common","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hAlign","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"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":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":"layout","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xcor","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ycor","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heigth","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"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":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":"xcor","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ycor","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":"curveBefore","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":"curveAfter","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"LEFT","id":274,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":275,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":276,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"TOP","id":277,"value":0,"literal":"top","eClass":"EEnumLiteral"},{"name":"MIDDLE","id":278,"value":1,"literal":"middle","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":279,"value":2,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"freeform","id":280,"value":0,"literal":"freeform","eClass":"EEnumLiteral"},{"name":"manhatten","id":281,"value":1,"literal":"manhatten","eClass":"EEnumLiteral"},{"name":"center","id":282,"value":0,"literal":"center","eClass":"EEnumLiteral"},{"name":"corners","id":283,"value":1,"literal":"corners","eClass":"EEnumLiteral"},{"name":"default","id":284,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"multiline","id":285,"value":1,"literal":"wrapped-text","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":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":54},{"source":54,"target":2},{"source":54,"target":55},{"source":54,"target":1},{"source":55,"target":2},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":56,"target":58},{"source":56,"target":2},{"source":57,"target":59},{"source":57,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":60,"target":51},{"source":60,"target":64},{"source":60,"target":3},{"source":64,"target":51},{"source":61,"target":45},{"source":61,"target":65},{"source":61,"target":3},{"source":65,"target":45},{"source":62,"target":5},{"source":62,"target":66},{"source":62,"target":3},{"source":66,"target":5},{"source":63,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":67,"target":39},{"source":67,"target":72},{"source":67,"target":4},{"source":72,"target":39},{"source":68,"target":14},{"source":68,"target":73},{"source":68,"target":4},{"source":73,"target":14},{"source":69,"target":38},{"source":69,"target":74},{"source":69,"target":4},{"source":74,"target":38},{"source":70,"target":6},{"source":70,"target":75},{"source":70,"target":4},{"source":75,"target":6},{"source":71,"target":2},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":76,"target":80},{"source":76,"target":5},{"source":77,"target":81},{"source":77,"target":5},{"source":78,"target":82},{"source":78,"target":5},{"source":79,"target":15},{"source":79,"target":83},{"source":79,"target":5},{"source":83,"target":15},{"source":6,"target":0},{"source":6,"target":84},{"source":84,"target":7},{"source":84,"target":85},{"source":84,"target":6},{"source":85,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":86,"target":52},{"source":86,"target":88},{"source":86,"target":8},{"source":88,"target":52},{"source":87,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":89},{"source":9,"target":90},{"source":89,"target":10},{"source":89,"target":91},{"source":89,"target":9},{"source":91,"target":10},{"source":90,"target":7},{"source":10,"target":0},{"source":10,"target":92},{"source":92,"target":11},{"source":92,"target":93},{"source":92,"target":10},{"source":93,"target":11},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":94,"target":97},{"source":94,"target":12},{"source":95,"target":98},{"source":95,"target":12},{"source":96,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":99,"target":102},{"source":99,"target":13},{"source":100,"target":103},{"source":100,"target":13},{"source":101,"target":11},{"source":14,"target":0},{"source":14,"target":104},{"source":104,"target":105},{"source":104,"target":14},{"source":15,"target":0},{"source":15,"target":106},{"source":106,"target":107},{"source":106,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":108},{"source":16,"target":109},{"source":108,"target":41},{"source":108,"target":110},{"source":108,"target":16},{"source":110,"target":41},{"source":109,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":111},{"source":17,"target":112},{"source":111,"target":42},{"source":111,"target":113},{"source":111,"target":17},{"source":113,"target":42},{"source":112,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":114},{"source":18,"target":115},{"source":114,"target":40},{"source":114,"target":116},{"source":114,"target":18},{"source":116,"target":40},{"source":115,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":117},{"source":19,"target":118},{"source":117,"target":43},{"source":117,"target":119},{"source":117,"target":19},{"source":119,"target":43},{"source":118,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":120},{"source":20,"target":121},{"source":120,"target":42},{"source":120,"target":122},{"source":120,"target":20},{"source":122,"target":42},{"source":121,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":123},{"source":21,"target":124},{"source":123,"target":40},{"source":123,"target":125},{"source":123,"target":21},{"source":125,"target":40},{"source":124,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":126},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":126,"target":53},{"source":126,"target":130},{"source":126,"target":22},{"source":130,"target":53},{"source":127,"target":44},{"source":127,"target":131},{"source":127,"target":22},{"source":131,"target":44},{"source":128,"target":47},{"source":128,"target":132},{"source":128,"target":22},{"source":132,"target":47},{"source":129,"target":15},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":133},{"source":23,"target":134},{"source":133,"target":41},{"source":133,"target":135},{"source":133,"target":23},{"source":135,"target":41},{"source":134,"target":14},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":136},{"source":24,"target":137},{"source":136,"target":42},{"source":136,"target":138},{"source":136,"target":24},{"source":138,"target":42},{"source":137,"target":14},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":139},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":139,"target":30},{"source":139,"target":143},{"source":139,"target":25},{"source":143,"target":30},{"source":140,"target":40},{"source":140,"target":144},{"source":140,"target":25},{"source":144,"target":40},{"source":141,"target":14},{"source":141,"target":145},{"source":141,"target":25},{"source":145,"target":14},{"source":142,"target":14},{"source":26,"target":0},{"source":26,"target":14},{"source":26,"target":146},{"source":26,"target":147},{"source":26,"target":148},{"source":146,"target":43},{"source":146,"target":149},{"source":146,"target":26},{"source":149,"target":43},{"source":147,"target":14},{"source":147,"target":150},{"source":147,"target":26},{"source":150,"target":14},{"source":148,"target":14},{"source":27,"target":0},{"source":27,"target":14},{"source":27,"target":151},{"source":27,"target":152},{"source":27,"target":153},{"source":151,"target":42},{"source":151,"target":154},{"source":151,"target":27},{"source":154,"target":42},{"source":152,"target":14},{"source":152,"target":155},{"source":152,"target":27},{"source":155,"target":14},{"source":153,"target":14},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":156},{"source":28,"target":157},{"source":28,"target":158},{"source":28,"target":159},{"source":156,"target":30},{"source":156,"target":160},{"source":156,"target":28},{"source":160,"target":30},{"source":157,"target":40},{"source":157,"target":161},{"source":157,"target":28},{"source":161,"target":40},{"source":158,"target":14},{"source":158,"target":162},{"source":158,"target":28},{"source":162,"target":14},{"source":159,"target":14},{"source":29,"target":0},{"source":29,"target":14},{"source":29,"target":163},{"source":29,"target":164},{"source":29,"target":165},{"source":29,"target":166},{"source":163,"target":53},{"source":163,"target":167},{"source":163,"target":29},{"source":167,"target":53},{"source":164,"target":44},{"source":164,"target":168},{"source":164,"target":29},{"source":168,"target":44},{"source":165,"target":47},{"source":165,"target":169},{"source":165,"target":29},{"source":169,"target":47},{"source":166,"target":14},{"source":30,"target":0},{"source":30,"target":170},{"source":30,"target":171},{"source":30,"target":172},{"source":30,"target":173},{"source":30,"target":174},{"source":30,"target":175},{"source":30,"target":176},{"source":170,"target":31},{"source":170,"target":177},{"source":170,"target":30},{"source":177,"target":31},{"source":171,"target":178},{"source":171,"target":30},{"source":172,"target":179},{"source":172,"target":30},{"source":173,"target":180},{"source":173,"target":30},{"source":174,"target":181},{"source":174,"target":30},{"source":175,"target":182},{"source":175,"target":30},{"source":176,"target":47},{"source":176,"target":183},{"source":176,"target":30},{"source":183,"target":47},{"source":31,"target":0},{"source":31,"target":184},{"source":31,"target":185},{"source":31,"target":186},{"source":31,"target":187},{"source":184,"target":31},{"source":185,"target":31},{"source":186,"target":31},{"source":187,"target":31},{"source":32,"target":0},{"source":32,"target":188},{"source":32,"target":189},{"source":188,"target":31},{"source":188,"target":190},{"source":188,"target":32},{"source":190,"target":31},{"source":189,"target":33},{"source":189,"target":191},{"source":189,"target":32},{"source":191,"target":33},{"source":33,"target":0},{"source":33,"target":192},{"source":33,"target":193},{"source":192,"target":40},{"source":192,"target":194},{"source":192,"target":33},{"source":194,"target":40},{"source":193,"target":47},{"source":193,"target":195},{"source":193,"target":33},{"source":195,"target":47},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":196},{"source":196,"target":33},{"source":35,"target":0},{"source":35,"target":197},{"source":35,"target":198},{"source":197,"target":43},{"source":197,"target":199},{"source":197,"target":35},{"source":199,"target":43},{"source":198,"target":47},{"source":198,"target":200},{"source":198,"target":35},{"source":200,"target":47},{"source":36,"target":0},{"source":36,"target":201},{"source":36,"target":202},{"source":201,"target":42},{"source":201,"target":203},{"source":201,"target":36},{"source":203,"target":42},{"source":202,"target":47},{"source":202,"target":204},{"source":202,"target":36},{"source":204,"target":47},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":205},{"source":205,"target":33},{"source":38,"target":0},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":38,"target":209},{"source":206,"target":210},{"source":206,"target":38},{"source":207,"target":49},{"source":207,"target":211},{"source":207,"target":38},{"source":211,"target":49},{"source":208,"target":50},{"source":208,"target":212},{"source":208,"target":38},{"source":212,"target":50},{"source":209,"target":47},{"source":209,"target":213},{"source":209,"target":38},{"source":213,"target":47},{"source":39,"target":0},{"source":39,"target":214},{"source":39,"target":215},{"source":39,"target":216},{"source":39,"target":217},{"source":39,"target":218},{"source":39,"target":219},{"source":39,"target":220},{"source":214,"target":221},{"source":214,"target":39},{"source":215,"target":222},{"source":215,"target":39},{"source":216,"target":223},{"source":216,"target":39},{"source":217,"target":224},{"source":217,"target":39},{"source":218,"target":225},{"source":218,"target":39},{"source":219,"target":226},{"source":219,"target":39},{"source":220,"target":227},{"source":220,"target":39},{"source":40,"target":0},{"source":40,"target":228},{"source":40,"target":229},{"source":228,"target":46},{"source":228,"target":230},{"source":228,"target":40},{"source":230,"target":46},{"source":229,"target":45},{"source":229,"target":231},{"source":229,"target":40},{"source":231,"target":45},{"source":41,"target":0},{"source":41,"target":232},{"source":41,"target":233},{"source":232,"target":48},{"source":232,"target":234},{"source":232,"target":41},{"source":234,"target":48},{"source":233,"target":45},{"source":233,"target":235},{"source":233,"target":41},{"source":235,"target":45},{"source":42,"target":0},{"source":42,"target":236},{"source":42,"target":237},{"source":236,"target":48},{"source":236,"target":238},{"source":236,"target":42},{"source":238,"target":48},{"source":237,"target":45},{"source":237,"target":239},{"source":237,"target":42},{"source":239,"target":45},{"source":43,"target":0},{"source":43,"target":240},{"source":43,"target":241},{"source":43,"target":242},{"source":43,"target":243},{"source":240,"target":46},{"source":240,"target":244},{"source":240,"target":43},{"source":244,"target":46},{"source":241,"target":245},{"source":241,"target":43},{"source":242,"target":246},{"source":242,"target":43},{"source":243,"target":45},{"source":243,"target":247},{"source":243,"target":43},{"source":247,"target":45},{"source":44,"target":0},{"source":44,"target":248},{"source":44,"target":249},{"source":44,"target":250},{"source":44,"target":251},{"source":248,"target":46},{"source":248,"target":252},{"source":248,"target":44},{"source":252,"target":46},{"source":249,"target":49},{"source":249,"target":253},{"source":249,"target":44},{"source":253,"target":49},{"source":250,"target":50},{"source":250,"target":254},{"source":250,"target":44},{"source":254,"target":50},{"source":251,"target":45},{"source":251,"target":255},{"source":251,"target":44},{"source":255,"target":45},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":256},{"source":46,"target":257},{"source":46,"target":258},{"source":46,"target":259},{"source":256,"target":260},{"source":256,"target":46},{"source":257,"target":261},{"source":257,"target":46},{"source":258,"target":262},{"source":258,"target":46},{"source":259,"target":263},{"source":259,"target":46},{"source":47,"target":0},{"source":47,"target":264},{"source":264,"target":265},{"source":264,"target":47},{"source":48,"target":0},{"source":48,"target":266},{"source":48,"target":267},{"source":48,"target":268},{"source":48,"target":269},{"source":266,"target":270},{"source":266,"target":48},{"source":267,"target":271},{"source":267,"target":48},{"source":268,"target":272},{"source":268,"target":48},{"source":269,"target":273},{"source":269,"target":48},{"source":49,"target":0},{"source":49,"target":274},{"source":49,"target":275},{"source":49,"target":276},{"source":274,"target":49},{"source":275,"target":49},{"source":276,"target":49},{"source":50,"target":0},{"source":50,"target":277},{"source":50,"target":278},{"source":50,"target":279},{"source":277,"target":50},{"source":278,"target":50},{"source":279,"target":50},{"source":51,"target":0},{"source":51,"target":280},{"source":51,"target":281},{"source":280,"target":51},{"source":281,"target":51},{"source":52,"target":0},{"source":52,"target":282},{"source":52,"target":283},{"source":282,"target":52},{"source":283,"target":52},{"source":53,"target":0},{"source":53,"target":284},{"source":53,"target":285},{"source":284,"target":53},{"source":285,"target":53}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/TESTSD2EFSM/Tool/EFSM/model/efsm.ecore | efsm
EFSM
name
transitions
initialstate
states
contextVariables
Transition
name
output
source
target
guard
action
input
event
InitialState
AbstractState
name
State
ContextVariable
name
type
Input
name
variables
Event
name
return
class
args
Param
argName
argType
Variable
name
type
class | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="efsm" nsURI="http://www.example.org/efsm" nsPrefix="efsm">
<eClassifiers xsi:type="ecore:EClass" name="EFSM">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" lowerBound="1"
upperBound="-1" eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialstate" lowerBound="1"
eType="#//InitialState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1"
upperBound="-1" eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextVariables" upperBound="-1"
eType="#//ContextVariable" containment="true"/>
</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:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" 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="State" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="ContextVariable">
<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="Input">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="return" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Param"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="argName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="argType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"efsm","nsURI":"http://www.example.org/efsm","name":"efsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFSM","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":"InitialState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"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":"ContextVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","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":"Param","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"initialstate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contextVariables","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"guard","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","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"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"return","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":"class","changeable":true,"lowerBound":0,"iD":false,"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":"args","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"argName","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":"argType","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"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":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":"class","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":2},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":3},{"source":14,"target":5},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":5},{"source":15,"target":6},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":6},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":21,"target":29},{"source":21,"target":2},{"source":22,"target":30},{"source":22,"target":2},{"source":23,"target":4},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":4},{"source":24,"target":4},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":4},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":7},{"source":27,"target":35},{"source":27,"target":2},{"source":35,"target":7},{"source":28,"target":8},{"source":28,"target":36},{"source":28,"target":2},{"source":36,"target":8},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":37},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":38,"target":39},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":40},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":43},{"source":41,"target":6},{"source":42,"target":44},{"source":42,"target":6},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":7},{"source":48,"target":10},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":49,"target":53},{"source":49,"target":8},{"source":50,"target":54},{"source":50,"target":8},{"source":51,"target":55},{"source":51,"target":8},{"source":52,"target":9},{"source":52,"target":56},{"source":52,"target":8},{"source":56,"target":9},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":57,"target":59},{"source":57,"target":9},{"source":58,"target":60},{"source":58,"target":9},{"source":10,"target":0},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":61,"target":64},{"source":61,"target":10},{"source":62,"target":65},{"source":62,"target":10},{"source":63,"target":66},{"source":63,"target":10}],"multigraph":true} | ecore |
robots | repo-ecore-all/data/CFraller/ame-model-execution/ozobot.model/model/model.ecore | model
NamedElement
name
OzobotProgram
block
current
Command
outgoing
incoming
Move
distance
0
velocity
Light
color
Rotate
direction
velocity
angle
0
Wait
time
0
Repeat
count
0
block
Color
none
none
red
red
green
green
blue
blue
yellow
yellow
Direction
left
Left
right
Right
Velocity
very_slow
very_slow
slow
slow
medium
medium
fast
fast
very_fast
very_fast
Ozobot
programs
Block
commands
transitions
Transition
source
target | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.example.org/model" nsPrefix="model">
<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="OzobotProgram" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="current" lowerBound="1"
eType="#//Command"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//Transition"
eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" eType="#//Transition"
eOpposite="#//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Move" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="velocity" eType="#//Velocity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Light" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rotate" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="velocity" eType="#//Velocity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Color">
<eLiterals name="none"/>
<eLiterals name="red" value="1"/>
<eLiterals name="green" value="2"/>
<eLiterals name="blue" value="3"/>
<eLiterals name="yellow" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eLiterals name="left" literal="Left"/>
<eLiterals name="right" value="1" literal="Right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Velocity">
<eLiterals name="very_slow"/>
<eLiterals name="slow" value="1"/>
<eLiterals name="medium" value="2"/>
<eLiterals name="fast" value="3"/>
<eLiterals name="very_fast" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ozobot" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="programs" upperBound="-1"
eType="#//OzobotProgram" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//NamedElement">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Command" eOpposite="#//Command/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Command" eOpposite="#//Command/incoming"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://www.example.org/model","name":"model","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":"OzobotProgram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Move","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Light","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Velocity","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ozobot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":16,"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":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"current","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"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":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"velocity","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"velocity","changeable":true,"lowerBound":0,"iD":false,"id":38,"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":"angle","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"count","changeable":true,"lowerBound":0,"iD":false,"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":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"none","id":52,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"red","id":53,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"green","id":54,"value":2,"literal":"green","eClass":"EEnumLiteral"},{"name":"blue","id":55,"value":3,"literal":"blue","eClass":"EEnumLiteral"},{"name":"yellow","id":56,"value":4,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"left","id":57,"value":0,"literal":"Left","eClass":"EEnumLiteral"},{"name":"right","id":58,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"very_slow","id":59,"value":0,"literal":"very_slow","eClass":"EEnumLiteral"},{"name":"slow","id":60,"value":1,"literal":"slow","eClass":"EEnumLiteral"},{"name":"medium","id":61,"value":2,"literal":"medium","eClass":"EEnumLiteral"},{"name":"fast","id":62,"value":3,"literal":"fast","eClass":"EEnumLiteral"},{"name":"very_fast","id":63,"value":4,"literal":"very_fast","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":"programs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":16},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":13},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":13},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":14},{"source":22,"target":25},{"source":22,"target":3},{"source":22,"target":26},{"source":25,"target":14},{"source":23,"target":14},{"source":23,"target":27},{"source":23,"target":3},{"source":23,"target":28},{"source":27,"target":14},{"source":24,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":11},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":11},{"source":31,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":9},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":9},{"source":35,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":37,"target":10},{"source":37,"target":41},{"source":37,"target":6},{"source":41,"target":10},{"source":38,"target":11},{"source":38,"target":42},{"source":38,"target":6},{"source":42,"target":11},{"source":39,"target":43},{"source":39,"target":6},{"source":40,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":44},{"source":7,"target":45},{"source":44,"target":46},{"source":44,"target":7},{"source":45,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":13},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":13},{"source":49,"target":3},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":52,"target":9},{"source":53,"target":9},{"source":54,"target":9},{"source":55,"target":9},{"source":56,"target":9},{"source":10,"target":0},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":10},{"source":58,"target":10},{"source":11,"target":0},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":59,"target":11},{"source":60,"target":11},{"source":61,"target":11},{"source":62,"target":11},{"source":63,"target":11},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":64},{"source":12,"target":65},{"source":64,"target":2},{"source":64,"target":66},{"source":64,"target":12},{"source":66,"target":2},{"source":65,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":67,"target":3},{"source":67,"target":70},{"source":67,"target":13},{"source":70,"target":3},{"source":68,"target":14},{"source":68,"target":71},{"source":68,"target":13},{"source":71,"target":14},{"source":69,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":26},{"source":14,"target":28},{"source":14,"target":72},{"source":26,"target":3},{"source":26,"target":73},{"source":26,"target":14},{"source":26,"target":22},{"source":73,"target":3},{"source":28,"target":3},{"source":28,"target":74},{"source":28,"target":14},{"source":28,"target":23},{"source":74,"target":3},{"source":72,"target":1}],"multigraph":true} | ecore |
metamodelling | repo-ecore-all/data/nikteg/TDA593/types.ecore | types
Boolean
boolean
boolean
Real
double
double
String
java.lang.String
java.lang.String
UnlimitedNatural
int
int
Integer
int
int | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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="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>
<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="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>
</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":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","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":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","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 |
gpl | repo-ecore-all/data/italolins/CompiladorPascal/ufcg.compiladores.pascal/model/generated/Pascal.ecore | pascal
program
heading
block
program_heading
name
identifiers
block
declaration
statement
declaration_part
label_decl
constant_def
type_def
variable_decl
abstraction
label_declaration_part
labels
constant_definition_part
consts
constant_definition
name
const
type_definition_part
types
type_definition
name
type
variable_declaration_part
sections
variable_section
identifiers
type
procedure_and_function_declaration_part
procedures
functions
abstraction_heading
name
parameters
resultType
abstraction_declaration
heading
block
forward
statement_part
sequence
formal_parameter_list
parameters
formal_parameter_section
value
variable
procedure
function
value_parameter_section
identifiers
type
variable_parameter_section
identifiers
type
parameter_type
name
array
conformant_array_schema
packed
unpacked
packed_conformant_array_schema
bound
name
unpacked_conformant_array_schema
bounds
type
bound_specification
init
fin
name
statement_sequence
statements
statement
label
simple
structured
simple_statement
assignment
function
goto
function_noargs
assignment_statement
variable
expression
goto_statement
label
structured_statement
compound
repetitive
conditional
with_stt
compound_statement
sequence
repetitive_statement
while
repeat
for
while_statement
expression
statement
repeat_statement
sequence
expression
for_statement
initID
expressionInit
expressionFin
stmt
conditional_statement
ifStmt
if_statement
expression
ifStatement
elseStatement
with_statement
record
records
stmt
expression
expressions
operators
simple_expression
prefixOperator
terms
operators
term
factors
operators
factor
variable
number
string
set
nil
function
expression
not
boolean
variable
name
variable
resto
expressions
array
accessor
name
variable
pointer
set
brackets
expressions
expression_list
expressions
function_designator
name
expressions
type
simple
structured
pointer
simple_type
subrange
enumerated
name
enumerated_type
identifiers
subrange_type
initialConst
finalConst
subrange
const
structured_type
packed
type
unpacked_structured_type
array
record
set
file
array_type
indexes
type
record_type
record
fields
end
set_type
type
file_type
type
pointer_type
type
field_list
fixed
variants
fixed_part
sections
record_section
identifiers
type
variant_part
tag
name
variants
tag_field
name
variant
labels
fields
variable_identifier_list
names
identifier_list
ids
number
number
any_number
integer
real
label
number
constant
opterator
name
number
string
boolLiteral
nil
case_label_list
constants | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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/ufcg/compiladores/Pascal"
nsPrefix="pascal">
<eClassifiers xsi:type="ecore:EClass" name="program">
<eStructuralFeatures xsi:type="ecore:EReference" name="heading" eType="#//program_heading"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="program_heading">
<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="block">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//declaration_part"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement_part"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="declaration_part">
<eStructuralFeatures xsi:type="ecore:EReference" name="label_decl" eType="#//label_declaration_part"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constant_def" eType="#//constant_definition_part"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type_def" eType="#//type_definition_part"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_decl" eType="#//variable_declaration_part"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstraction" eType="#//procedure_and_function_declaration_part"
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="variable_declaration_part">
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1"
eType="#//variable_section" containment="true"/>
</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="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_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="resultType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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="statement_part">
<eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//statement_sequence"
containment="true"/>
</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="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>
<eClassifiers xsi:type="ecore:EClass" name="parameter_type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//conformant_array_schema"
containment="true"/>
</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="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="bound_specification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fin" 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="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="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="goto_statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//label"
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="with_stt" 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="while" eType="#//while_statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repeat" eType="#//repeat_statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" 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:EAttribute" name="initID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionInit" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionFin" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stmt" 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"/>
</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="with_statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="record" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="records" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stmt" eType="#//statement"
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: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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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="#//resto"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="resto">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//expression_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//resto"
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="#//resto"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//resto"
containment="true"/>
</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="expression_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//expression" 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="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="enumerated_type">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list"
containment="true"/>
</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="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="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="#//simple_type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="record_type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="record" 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="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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="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="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="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="identifier_list">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ids" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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="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="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="case_label_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//constant" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"pascal","nsURI":"http://www.xtext.org/ufcg/compiladores/Pascal","name":"pascal","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":"program_heading","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"declaration_part","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"label_declaration_part","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant_definition_part","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant_definition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type_definition_part","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type_definition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_declaration_part","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_section","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"procedure_and_function_declaration_part","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstraction_heading","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstraction_declaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement_part","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formal_parameter_list","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formal_parameter_section","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"value_parameter_section","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_parameter_section","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameter_type","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conformant_array_schema","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"packed_conformant_array_schema","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unpacked_conformant_array_schema","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bound_specification","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement_sequence","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_statement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"assignment_statement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"goto_statement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structured_statement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"compound_statement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"repetitive_statement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"while_statement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"repeat_statement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_statement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditional_statement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"if_statement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"with_statement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_expression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"term","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"factor","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"resto","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"set","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression_list","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"function_designator","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_type","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumerated_type","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"subrange_type","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structured_type","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unpacked_structured_type","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"array_type","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"record_type","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"set_type","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"file_type","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pointer_type","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"field_list","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fixed_part","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"record_section","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variant_part","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tag_field","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variant","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_identifier_list","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"identifier_list","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"number","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"any_number","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"label","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"case_label_list","instanceClass":null,"abstract":false,"id":71,"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":"heading","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":"block","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},{"container":false,"ordered":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":77,"derived":false},{"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":"declaration","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"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":"label_decl","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":"constant_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":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_decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"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":"consts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"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},{"container":false,"ordered":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":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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"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":"name","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heading","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forward","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"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":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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"unpacked","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fin","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":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":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":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":196,"derived":false},{"container":false,"ordered":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":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"with_stt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"while","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initID","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionInit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionFin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"ifStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"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":"record","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"records","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"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":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":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"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":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operators","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":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":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":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":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":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":"function","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"boolean","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"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":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"brackets","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":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":293,"derived":false},{"id":294,"eClass":"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":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":"expressions","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":"simple","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":"structured","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"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":"subrange","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"enumerated","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"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":"initialConst","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":"finalConst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subrange","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"container":false,"ordered":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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"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":321,"derived":false},{"container":false,"ordered":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":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"record","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"container":false,"ordered":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":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":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":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"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":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":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":360,"derived":false},{"container":false,"ordered":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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"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":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"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":371,"derived":false},{"id":372,"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":"ids","changeable":true,"lowerBound":0,"iD":false,"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":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"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":377,"derived":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":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"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":381,"derived":false},{"id":382,"eClass":"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":383,"derived":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":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":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":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"boolLiteral","changeable":true,"lowerBound":0,"iD":false,"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":"nil","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"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":1,"target":0},{"source":1,"target":72},{"source":1,"target":73},{"source":72,"target":2},{"source":72,"target":74},{"source":72,"target":1},{"source":74,"target":2},{"source":73,"target":3},{"source":73,"target":75},{"source":73,"target":1},{"source":75,"target":3},{"source":2,"target":0},{"source":2,"target":76},{"source":2,"target":77},{"source":76,"target":78},{"source":76,"target":2},{"source":77,"target":66},{"source":77,"target":79},{"source":77,"target":2},{"source":79,"target":66},{"source":3,"target":0},{"source":3,"target":80},{"source":3,"target":81},{"source":80,"target":4},{"source":80,"target":82},{"source":80,"target":3},{"source":82,"target":4},{"source":81,"target":15},{"source":81,"target":83},{"source":81,"target":3},{"source":83,"target":15},{"source":4,"target":0},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":84,"target":5},{"source":84,"target":89},{"source":84,"target":4},{"source":89,"target":5},{"source":85,"target":6},{"source":85,"target":90},{"source":85,"target":4},{"source":90,"target":6},{"source":86,"target":8},{"source":86,"target":91},{"source":86,"target":4},{"source":91,"target":8},{"source":87,"target":10},{"source":87,"target":92},{"source":87,"target":4},{"source":92,"target":10},{"source":88,"target":12},{"source":88,"target":93},{"source":88,"target":4},{"source":93,"target":12},{"source":5,"target":0},{"source":5,"target":94},{"source":94,"target":69},{"source":94,"target":95},{"source":94,"target":5},{"source":95,"target":69},{"source":6,"target":0},{"source":6,"target":96},{"source":96,"target":7},{"source":96,"target":97},{"source":96,"target":6},{"source":97,"target":7},{"source":7,"target":0},{"source":7,"target":98},{"source":7,"target":99},{"source":98,"target":100},{"source":98,"target":7},{"source":99,"target":70},{"source":99,"target":101},{"source":99,"target":7},{"source":101,"target":70},{"source":8,"target":0},{"source":8,"target":102},{"source":102,"target":9},{"source":102,"target":103},{"source":102,"target":8},{"source":103,"target":9},{"source":9,"target":0},{"source":9,"target":104},{"source":9,"target":105},{"source":104,"target":106},{"source":104,"target":9},{"source":105,"target":48},{"source":105,"target":107},{"source":105,"target":9},{"source":107,"target":48},{"source":10,"target":0},{"source":10,"target":108},{"source":108,"target":11},{"source":108,"target":109},{"source":108,"target":10},{"source":109,"target":11},{"source":11,"target":0},{"source":11,"target":110},{"source":11,"target":111},{"source":110,"target":65},{"source":110,"target":112},{"source":110,"target":11},{"source":112,"target":65},{"source":111,"target":48},{"source":111,"target":113},{"source":111,"target":11},{"source":113,"target":48},{"source":12,"target":0},{"source":12,"target":114},{"source":12,"target":115},{"source":114,"target":13},{"source":114,"target":116},{"source":114,"target":12},{"source":116,"target":13},{"source":115,"target":14},{"source":115,"target":117},{"source":115,"target":12},{"source":117,"target":14},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":13,"target":121},{"source":118,"target":122},{"source":118,"target":13},{"source":119,"target":16},{"source":119,"target":123},{"source":119,"target":13},{"source":123,"target":16},{"source":120,"target":124},{"source":120,"target":13},{"source":121,"target":14},{"source":14,"target":0},{"source":14,"target":125},{"source":14,"target":126},{"source":14,"target":127},{"source":125,"target":13},{"source":125,"target":128},{"source":125,"target":14},{"source":128,"target":13},{"source":126,"target":3},{"source":126,"target":129},{"source":126,"target":14},{"source":129,"target":3},{"source":127,"target":130},{"source":127,"target":14},{"source":15,"target":0},{"source":15,"target":131},{"source":131,"target":25},{"source":131,"target":132},{"source":131,"target":15},{"source":132,"target":25},{"source":16,"target":0},{"source":16,"target":133},{"source":133,"target":17},{"source":133,"target":134},{"source":133,"target":16},{"source":134,"target":17},{"source":17,"target":0},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":17,"target":138},{"source":135,"target":18},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":18},{"source":136,"target":19},{"source":136,"target":140},{"source":136,"target":17},{"source":140,"target":19},{"source":137,"target":13},{"source":137,"target":141},{"source":137,"target":17},{"source":141,"target":13},{"source":138,"target":13},{"source":138,"target":142},{"source":138,"target":17},{"source":142,"target":13},{"source":18,"target":0},{"source":18,"target":143},{"source":18,"target":144},{"source":143,"target":66},{"source":143,"target":145},{"source":143,"target":18},{"source":145,"target":66},{"source":144,"target":20},{"source":144,"target":146},{"source":144,"target":18},{"source":146,"target":20},{"source":19,"target":0},{"source":19,"target":147},{"source":19,"target":148},{"source":147,"target":66},{"source":147,"target":149},{"source":147,"target":19},{"source":149,"target":66},{"source":148,"target":20},{"source":148,"target":150},{"source":148,"target":19},{"source":150,"target":20},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":152},{"source":151,"target":153},{"source":151,"target":20},{"source":152,"target":21},{"source":152,"target":154},{"source":152,"target":20},{"source":154,"target":21},{"source":21,"target":0},{"source":21,"target":155},{"source":21,"target":156},{"source":155,"target":22},{"source":155,"target":157},{"source":155,"target":21},{"source":157,"target":22},{"source":156,"target":23},{"source":156,"target":158},{"source":156,"target":21},{"source":158,"target":23},{"source":22,"target":0},{"source":22,"target":159},{"source":22,"target":160},{"source":159,"target":24},{"source":159,"target":161},{"source":159,"target":22},{"source":161,"target":24},{"source":160,"target":162},{"source":160,"target":22},{"source":23,"target":0},{"source":23,"target":163},{"source":23,"target":164},{"source":163,"target":24},{"source":163,"target":165},{"source":163,"target":23},{"source":165,"target":24},{"source":164,"target":20},{"source":164,"target":166},{"source":164,"target":23},{"source":166,"target":20},{"source":24,"target":0},{"source":24,"target":167},{"source":24,"target":168},{"source":24,"target":169},{"source":167,"target":170},{"source":167,"target":24},{"source":168,"target":171},{"source":168,"target":24},{"source":169,"target":172},{"source":169,"target":24},{"source":25,"target":0},{"source":25,"target":173},{"source":173,"target":26},{"source":173,"target":174},{"source":173,"target":25},{"source":174,"target":26},{"source":26,"target":0},{"source":26,"target":175},{"source":26,"target":176},{"source":26,"target":177},{"source":175,"target":69},{"source":175,"target":178},{"source":175,"target":26},{"source":178,"target":69},{"source":176,"target":27},{"source":176,"target":179},{"source":176,"target":26},{"source":179,"target":27},{"source":177,"target":30},{"source":177,"target":180},{"source":177,"target":26},{"source":180,"target":30},{"source":27,"target":0},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":27,"target":184},{"source":181,"target":28},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":28},{"source":182,"target":47},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":47},{"source":183,"target":29},{"source":183,"target":187},{"source":183,"target":27},{"source":187,"target":29},{"source":184,"target":188},{"source":184,"target":27},{"source":28,"target":0},{"source":28,"target":189},{"source":28,"target":190},{"source":189,"target":43},{"source":189,"target":191},{"source":189,"target":28},{"source":191,"target":43},{"source":190,"target":39},{"source":190,"target":192},{"source":190,"target":28},{"source":192,"target":39},{"source":29,"target":0},{"source":29,"target":193},{"source":193,"target":69},{"source":193,"target":194},{"source":193,"target":29},{"source":194,"target":69},{"source":30,"target":0},{"source":30,"target":195},{"source":30,"target":196},{"source":30,"target":197},{"source":30,"target":198},{"source":195,"target":31},{"source":195,"target":199},{"source":195,"target":30},{"source":199,"target":31},{"source":196,"target":32},{"source":196,"target":200},{"source":196,"target":30},{"source":200,"target":32},{"source":197,"target":36},{"source":197,"target":201},{"source":197,"target":30},{"source":201,"target":36},{"source":198,"target":38},{"source":198,"target":202},{"source":198,"target":30},{"source":202,"target":38},{"source":31,"target":0},{"source":31,"target":203},{"source":203,"target":25},{"source":203,"target":204},{"source":203,"target":31},{"source":204,"target":25},{"source":32,"target":0},{"source":32,"target":205},{"source":32,"target":206},{"source":32,"target":207},{"source":205,"target":33},{"source":205,"target":208},{"source":205,"target":32},{"source":208,"target":33},{"source":206,"target":34},{"source":206,"target":209},{"source":206,"target":32},{"source":209,"target":34},{"source":207,"target":35},{"source":207,"target":210},{"source":207,"target":32},{"source":210,"target":35},{"source":33,"target":0},{"source":33,"target":211},{"source":33,"target":212},{"source":211,"target":39},{"source":211,"target":213},{"source":211,"target":33},{"source":213,"target":39},{"source":212,"target":26},{"source":212,"target":214},{"source":212,"target":33},{"source":214,"target":26},{"source":34,"target":0},{"source":34,"target":215},{"source":34,"target":216},{"source":215,"target":25},{"source":215,"target":217},{"source":215,"target":34},{"source":217,"target":25},{"source":216,"target":39},{"source":216,"target":218},{"source":216,"target":34},{"source":218,"target":39},{"source":35,"target":0},{"source":35,"target":219},{"source":35,"target":220},{"source":35,"target":221},{"source":35,"target":222},{"source":219,"target":223},{"source":219,"target":35},{"source":220,"target":39},{"source":220,"target":224},{"source":220,"target":35},{"source":224,"target":39},{"source":221,"target":39},{"source":221,"target":225},{"source":221,"target":35},{"source":225,"target":39},{"source":222,"target":26},{"source":222,"target":226},{"source":222,"target":35},{"source":226,"target":26},{"source":36,"target":0},{"source":36,"target":227},{"source":227,"target":37},{"source":227,"target":228},{"source":227,"target":36},{"source":228,"target":37},{"source":37,"target":0},{"source":37,"target":229},{"source":37,"target":230},{"source":37,"target":231},{"source":229,"target":39},{"source":229,"target":232},{"source":229,"target":37},{"source":232,"target":39},{"source":230,"target":26},{"source":230,"target":233},{"source":230,"target":37},{"source":233,"target":26},{"source":231,"target":26},{"source":231,"target":234},{"source":231,"target":37},{"source":234,"target":26},{"source":38,"target":0},{"source":38,"target":235},{"source":38,"target":236},{"source":38,"target":237},{"source":235,"target":238},{"source":235,"target":38},{"source":236,"target":239},{"source":236,"target":38},{"source":237,"target":26},{"source":237,"target":240},{"source":237,"target":38},{"source":240,"target":26},{"source":39,"target":0},{"source":39,"target":241},{"source":39,"target":242},{"source":241,"target":40},{"source":241,"target":243},{"source":241,"target":39},{"source":243,"target":40},{"source":242,"target":244},{"source":242,"target":39},{"source":40,"target":0},{"source":40,"target":245},{"source":40,"target":246},{"source":40,"target":247},{"source":245,"target":248},{"source":245,"target":40},{"source":246,"target":249},{"source":246,"target":40},{"source":247,"target":250},{"source":247,"target":40},{"source":41,"target":0},{"source":41,"target":251},{"source":41,"target":252},{"source":251,"target":42},{"source":251,"target":253},{"source":251,"target":41},{"source":253,"target":42},{"source":252,"target":254},{"source":252,"target":41},{"source":42,"target":0},{"source":42,"target":255},{"source":42,"target":256},{"source":42,"target":257},{"source":42,"target":258},{"source":42,"target":259},{"source":42,"target":260},{"source":42,"target":261},{"source":42,"target":262},{"source":42,"target":263},{"source":255,"target":43},{"source":255,"target":264},{"source":255,"target":42},{"source":264,"target":43},{"source":256,"target":67},{"source":256,"target":265},{"source":256,"target":42},{"source":265,"target":67},{"source":257,"target":266},{"source":257,"target":42},{"source":258,"target":45},{"source":258,"target":267},{"source":258,"target":42},{"source":267,"target":45},{"source":259,"target":268},{"source":259,"target":42},{"source":260,"target":47},{"source":260,"target":269},{"source":260,"target":42},{"source":269,"target":47},{"source":261,"target":39},{"source":261,"target":270},{"source":261,"target":42},{"source":270,"target":39},{"source":262,"target":42},{"source":262,"target":271},{"source":262,"target":42},{"source":271,"target":42},{"source":263,"target":272},{"source":263,"target":42},{"source":43,"target":0},{"source":43,"target":273},{"source":43,"target":274},{"source":273,"target":275},{"source":273,"target":43},{"source":274,"target":44},{"source":274,"target":276},{"source":274,"target":43},{"source":276,"target":44},{"source":44,"target":0},{"source":44,"target":277},{"source":44,"target":278},{"source":44,"target":279},{"source":44,"target":280},{"source":44,"target":281},{"source":44,"target":282},{"source":277,"target":46},{"source":277,"target":283},{"source":277,"target":44},{"source":283,"target":46},{"source":278,"target":44},{"source":278,"target":284},{"source":278,"target":44},{"source":284,"target":44},{"source":279,"target":285},{"source":279,"target":44},{"source":280,"target":286},{"source":280,"target":44},{"source":281,"target":44},{"source":281,"target":287},{"source":281,"target":44},{"source":287,"target":44},{"source":282,"target":44},{"source":282,"target":288},{"source":282,"target":44},{"source":288,"target":44},{"source":45,"target":0},{"source":45,"target":289},{"source":45,"target":290},{"source":289,"target":291},{"source":289,"target":45},{"source":290,"target":46},{"source":290,"target":292},{"source":290,"target":45},{"source":292,"target":46},{"source":46,"target":0},{"source":46,"target":293},{"source":293,"target":39},{"source":293,"target":294},{"source":293,"target":46},{"source":294,"target":39},{"source":47,"target":0},{"source":47,"target":295},{"source":47,"target":296},{"source":295,"target":297},{"source":295,"target":47},{"source":296,"target":46},{"source":296,"target":298},{"source":296,"target":47},{"source":298,"target":46},{"source":48,"target":0},{"source":48,"target":299},{"source":48,"target":300},{"source":48,"target":301},{"source":299,"target":49},{"source":299,"target":302},{"source":299,"target":48},{"source":302,"target":49},{"source":300,"target":52},{"source":300,"target":303},{"source":300,"target":48},{"source":303,"target":52},{"source":301,"target":58},{"source":301,"target":304},{"source":301,"target":48},{"source":304,"target":58},{"source":49,"target":0},{"source":49,"target":305},{"source":49,"target":306},{"source":49,"target":307},{"source":305,"target":51},{"source":305,"target":308},{"source":305,"target":49},{"source":308,"target":51},{"source":306,"target":50},{"source":306,"target":309},{"source":306,"target":49},{"source":309,"target":50},{"source":307,"target":310},{"source":307,"target":49},{"source":50,"target":0},{"source":50,"target":311},{"source":311,"target":66},{"source":311,"target":312},{"source":311,"target":50},{"source":312,"target":66},{"source":51,"target":0},{"source":51,"target":313},{"source":51,"target":314},{"source":51,"target":315},{"source":51,"target":316},{"source":313,"target":70},{"source":313,"target":317},{"source":313,"target":51},{"source":317,"target":70},{"source":314,"target":70},{"source":314,"target":318},{"source":314,"target":51},{"source":318,"target":70},{"source":315,"target":319},{"source":315,"target":51},{"source":316,"target":70},{"source":316,"target":320},{"source":316,"target":51},{"source":320,"target":70},{"source":52,"target":0},{"source":52,"target":321},{"source":52,"target":322},{"source":321,"target":323},{"source":321,"target":52},{"source":322,"target":53},{"source":322,"target":324},{"source":322,"target":52},{"source":324,"target":53},{"source":53,"target":0},{"source":53,"target":325},{"source":53,"target":326},{"source":53,"target":327},{"source":53,"target":328},{"source":325,"target":54},{"source":325,"target":329},{"source":325,"target":53},{"source":329,"target":54},{"source":326,"target":55},{"source":326,"target":330},{"source":326,"target":53},{"source":330,"target":55},{"source":327,"target":56},{"source":327,"target":331},{"source":327,"target":53},{"source":331,"target":56},{"source":328,"target":57},{"source":328,"target":332},{"source":328,"target":53},{"source":332,"target":57},{"source":54,"target":0},{"source":54,"target":333},{"source":54,"target":334},{"source":333,"target":49},{"source":333,"target":335},{"source":333,"target":54},{"source":335,"target":49},{"source":334,"target":48},{"source":334,"target":336},{"source":334,"target":54},{"source":336,"target":48},{"source":55,"target":0},{"source":55,"target":337},{"source":55,"target":338},{"source":55,"target":339},{"source":337,"target":340},{"source":337,"target":55},{"source":338,"target":59},{"source":338,"target":341},{"source":338,"target":55},{"source":341,"target":59},{"source":339,"target":342},{"source":339,"target":55},{"source":56,"target":0},{"source":56,"target":343},{"source":343,"target":48},{"source":343,"target":344},{"source":343,"target":56},{"source":344,"target":48},{"source":57,"target":0},{"source":57,"target":345},{"source":345,"target":48},{"source":345,"target":346},{"source":345,"target":57},{"source":346,"target":48},{"source":58,"target":0},{"source":58,"target":347},{"source":347,"target":48},{"source":347,"target":348},{"source":347,"target":58},{"source":348,"target":48},{"source":59,"target":0},{"source":59,"target":349},{"source":59,"target":350},{"source":349,"target":60},{"source":349,"target":351},{"source":349,"target":59},{"source":351,"target":60},{"source":350,"target":62},{"source":350,"target":352},{"source":350,"target":59},{"source":352,"target":62},{"source":60,"target":0},{"source":60,"target":353},{"source":353,"target":61},{"source":353,"target":354},{"source":353,"target":60},{"source":354,"target":61},{"source":61,"target":0},{"source":61,"target":355},{"source":61,"target":356},{"source":355,"target":66},{"source":355,"target":357},{"source":355,"target":61},{"source":357,"target":66},{"source":356,"target":48},{"source":356,"target":358},{"source":356,"target":61},{"source":358,"target":48},{"source":62,"target":0},{"source":62,"target":359},{"source":62,"target":360},{"source":62,"target":361},{"source":359,"target":63},{"source":359,"target":362},{"source":359,"target":62},{"source":362,"target":63},{"source":360,"target":363},{"source":360,"target":62},{"source":361,"target":64},{"source":361,"target":364},{"source":361,"target":62},{"source":364,"target":64},{"source":63,"target":0},{"source":63,"target":365},{"source":365,"target":366},{"source":365,"target":63},{"source":64,"target":0},{"source":64,"target":367},{"source":64,"target":368},{"source":367,"target":71},{"source":367,"target":369},{"source":367,"target":64},{"source":369,"target":71},{"source":368,"target":59},{"source":368,"target":370},{"source":368,"target":64},{"source":370,"target":59},{"source":65,"target":0},{"source":65,"target":371},{"source":371,"target":372},{"source":371,"target":65},{"source":66,"target":0},{"source":66,"target":373},{"source":373,"target":374},{"source":373,"target":66},{"source":67,"target":0},{"source":67,"target":375},{"source":375,"target":68},{"source":375,"target":376},{"source":375,"target":67},{"source":376,"target":68},{"source":68,"target":0},{"source":68,"target":377},{"source":68,"target":378},{"source":377,"target":379},{"source":377,"target":68},{"source":378,"target":380},{"source":378,"target":68},{"source":69,"target":0},{"source":69,"target":381},{"source":381,"target":382},{"source":381,"target":69},{"source":70,"target":0},{"source":70,"target":383},{"source":70,"target":384},{"source":70,"target":385},{"source":70,"target":386},{"source":70,"target":387},{"source":70,"target":388},{"source":383,"target":389},{"source":383,"target":70},{"source":384,"target":390},{"source":384,"target":70},{"source":385,"target":67},{"source":385,"target":391},{"source":385,"target":70},{"source":391,"target":67},{"source":386,"target":392},{"source":386,"target":70},{"source":387,"target":393},{"source":387,"target":70},{"source":388,"target":394},{"source":388,"target":70},{"source":71,"target":0},{"source":71,"target":395},{"source":395,"target":70},{"source":395,"target":396},{"source":395,"target":71},{"source":396,"target":70}],"multigraph":true} | ecore |
iot | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/gemoc/arduinomodeling/dev/language_workbench_concurrency/org.gemoc.arduino.concurrent.xarduino/model/XArduino.ecore | arduino
Board
project
Module
DigitalPin
module
Pin
level
AnalogPin
module
Sketch
project
block
board
Project
initializeModel
args
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
evaluate
finalize
iteration
5
i
ModuleGet
While
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
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
toggle
isPushed
Buzzer
RotationSensor
MicroServo
InfraRedSensor
AmbientLightSensor
SoundSensor
Fan
MusicPlayer
ArduinoModule
Block
instructions
ArduinoBoard
digitalPins
analogPins
ArduinoDigitalModule
ArduinoAnalogModule
BooleanVariableRef
variable
Color
blue
blue
red
red
white
white
Object
java.lang.Object
java.lang.Object
ArduinoCommunicationModule
push
BluetoothTransceiver
push
connectedTransceiver
dataToSend
dataReceived | <?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://org.gemoc.arduino.concurrent.xarduino/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#//EIntegerObject"/>
</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="initializeModel">
<eAnnotations source="aspect"/>
<eParameters name="args" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eParameters>
</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="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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="i" 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="ModuleGet" abstract="true" eSuperTypes="//Expression //ModuleInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//Control">
<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>
<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">
<eOperations name="toggle">
<eAnnotations source="aspect"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPushed" unique="false">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<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">
<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:EDataType" name="Object" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EClass" name="ArduinoCommunicationModule" abstract="true" eSuperTypes="//ArduinoAnalogModule">
<eOperations name="push">
<eAnnotations source="aspect"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BluetoothTransceiver" eSuperTypes="//ArduinoCommunicationModule">
<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>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://org.gemoc.arduino.concurrent.xarduino/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":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":63,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoCommunicationModule","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BluetoothTransceiver","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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":null,"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":"initializeModel","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":89,"many":true,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","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":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":110,"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":111,"derived":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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"MilliSecond","id":116,"value":0,"literal":"MilliSecond","eClass":"EEnumLiteral"},{"name":"MicroSecond","id":117,"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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":121,"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":122,"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":"i","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"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":130,"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":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"minus","id":140,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"plus","id":141,"value":1,"literal":"plus","eClass":"EEnumLiteral"},{"name":"mul","id":142,"value":2,"literal":"mul","eClass":"EEnumLiteral"},{"name":"div","id":143,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"name":"min","id":144,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":145,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"pourcent","id":146,"value":6,"literal":"pourcent","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":150,"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":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":155,"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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":161,"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":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toggle","lowerBound":0,"id":254,"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":false,"name":"isPushed","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digitalPins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"analogPins","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"},{"container":false,"ordered":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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"name":"blue","id":280,"value":0,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":281,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"white","id":282,"value":2,"literal":"white","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EOperation"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":285,"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":286,"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":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":88,"target":89},{"source":89,"target":90},{"source":89,"target":88},{"source":69,"target":1},{"source":69,"target":91},{"source":69,"target":7},{"source":69,"target":66},{"source":91,"target":1},{"source":85,"target":6},{"source":85,"target":92},{"source":85,"target":7},{"source":85,"target":80},{"source":92,"target":6},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":93,"target":8},{"source":94,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":32},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":95,"target":9},{"source":96,"target":10},{"source":97,"target":32},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":98,"target":10},{"source":99,"target":2},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":2},{"source":100,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":11},{"source":103,"target":106},{"source":103,"target":11},{"source":104,"target":57},{"source":104,"target":107},{"source":104,"target":11},{"source":107,"target":57},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":108},{"source":12,"target":109},{"source":108,"target":12},{"source":109,"target":8},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":110,"target":13},{"source":111,"target":14},{"source":111,"target":114},{"source":111,"target":13},{"source":114,"target":14},{"source":112,"target":115},{"source":112,"target":13},{"source":113,"target":12},{"source":14,"target":0},{"source":14,"target":116},{"source":14,"target":117},{"source":116,"target":14},{"source":117,"target":14},{"source":15,"target":0},{"source":15,"target":118},{"source":118,"target":119},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":120,"target":125},{"source":120,"target":16},{"source":121,"target":16},{"source":122,"target":126},{"source":122,"target":16},{"source":123,"target":127},{"source":123,"target":16},{"source":124,"target":11},{"source":17,"target":0},{"source":17,"target":25},{"source":17,"target":10},{"source":17,"target":128},{"source":17,"target":129},{"source":128,"target":25},{"source":129,"target":10},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":130,"target":133},{"source":130,"target":18},{"source":131,"target":30},{"source":131,"target":134},{"source":131,"target":18},{"source":134,"target":30},{"source":132,"target":11},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":135},{"source":19,"target":136},{"source":19,"target":137},{"source":135,"target":25},{"source":135,"target":138},{"source":135,"target":19},{"source":138,"target":25},{"source":136,"target":25},{"source":136,"target":139},{"source":136,"target":19},{"source":139,"target":25},{"source":137,"target":25},{"source":20,"target":0},{"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":20,"target":146},{"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":146,"target":20},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":147},{"source":21,"target":148},{"source":147,"target":63},{"source":147,"target":149},{"source":147,"target":21},{"source":149,"target":63},{"source":148,"target":15},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":32},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":22,"target":153},{"source":150,"target":22},{"source":151,"target":21},{"source":151,"target":154},{"source":151,"target":22},{"source":154,"target":21},{"source":152,"target":8},{"source":153,"target":32},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":31},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":23,"target":158},{"source":155,"target":63},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":63},{"source":156,"target":20},{"source":156,"target":160},{"source":156,"target":23},{"source":160,"target":20},{"source":157,"target":19},{"source":158,"target":31},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":30},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":161,"target":63},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":63},{"source":162,"target":37},{"source":162,"target":166},{"source":162,"target":24},{"source":166,"target":37},{"source":163,"target":19},{"source":164,"target":30},{"source":25,"target":0},{"source":25,"target":167},{"source":167,"target":63},{"source":167,"target":168},{"source":167,"target":25},{"source":168,"target":63},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":169},{"source":26,"target":170},{"source":169,"target":63},{"source":169,"target":171},{"source":169,"target":26},{"source":171,"target":63},{"source":170,"target":25},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":172,"target":176},{"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":63},{"source":179,"target":183},{"source":179,"target":28},{"source":183,"target":63},{"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":63},{"source":185,"target":189},{"source":185,"target":29},{"source":189,"target":63},{"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":63},{"source":196,"target":200},{"source":196,"target":33},{"source":200,"target":63},{"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":63},{"source":203,"target":207},{"source":203,"target":34},{"source":207,"target":63},{"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":63},{"source":210,"target":213},{"source":210,"target":35},{"source":213,"target":63},{"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":63},{"source":214,"target":217},{"source":214,"target":36},{"source":217,"target":63},{"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":63},{"source":244,"target":246},{"source":244,"target":44},{"source":246,"target":63},{"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":47,"target":255},{"source":47,"target":256},{"source":254,"target":47},{"source":255,"target":257},{"source":255,"target":47},{"source":256,"target":59},{"source":48,"target":0},{"source":48,"target":59},{"source":48,"target":258},{"source":258,"target":59},{"source":49,"target":0},{"source":49,"target":60},{"source":49,"target":259},{"source":259,"target":60},{"source":50,"target":0},{"source":50,"target":59},{"source":50,"target":260},{"source":260,"target":59},{"source":51,"target":0},{"source":51,"target":59},{"source":51,"target":261},{"source":261,"target":59},{"source":52,"target":0},{"source":52,"target":60},{"source":52,"target":262},{"source":262,"target":60},{"source":53,"target":0},{"source":53,"target":60},{"source":53,"target":263},{"source":263,"target":60},{"source":54,"target":0},{"source":54,"target":59},{"source":54,"target":264},{"source":264,"target":59},{"source":55,"target":0},{"source":55,"target":60},{"source":55,"target":265},{"source":265,"target":60},{"source":56,"target":0},{"source":56,"target":2},{"source":56,"target":266},{"source":266,"target":2},{"source":57,"target":0},{"source":57,"target":267},{"source":267,"target":8},{"source":267,"target":268},{"source":267,"target":57},{"source":268,"target":8},{"source":58,"target":0},{"source":58,"target":1},{"source":58,"target":269},{"source":58,"target":270},{"source":58,"target":271},{"source":269,"target":3},{"source":269,"target":272},{"source":269,"target":58},{"source":272,"target":3},{"source":270,"target":5},{"source":270,"target":273},{"source":270,"target":58},{"source":273,"target":5},{"source":271,"target":1},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":274},{"source":274,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":275},{"source":275,"target":56},{"source":61,"target":0},{"source":61,"target":44},{"source":61,"target":30},{"source":61,"target":276},{"source":61,"target":277},{"source":61,"target":278},{"source":276,"target":34},{"source":276,"target":279},{"source":276,"target":61},{"source":279,"target":34},{"source":277,"target":44},{"source":278,"target":30},{"source":62,"target":0},{"source":62,"target":280},{"source":62,"target":281},{"source":62,"target":282},{"source":280,"target":62},{"source":281,"target":62},{"source":282,"target":62},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":283},{"source":64,"target":284},{"source":283,"target":64},{"source":284,"target":60},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":285},{"source":65,"target":286},{"source":65,"target":287},{"source":65,"target":288},{"source":65,"target":289},{"source":285,"target":65},{"source":286,"target":65},{"source":286,"target":290},{"source":286,"target":65},{"source":290,"target":65},{"source":287,"target":291},{"source":287,"target":65},{"source":288,"target":292},{"source":288,"target":65},{"source":289,"target":64}],"multigraph":true} | ecore |
modelling | repo-ecore-all/data/xxxmen/ModelDriven-SIMF--/EMF/smif.ecore | smif
Repository
lexicalScope
types
Type
categorizes
hasProperty
assertsPattern
hasCovering
hasSpecialization
hasMultiplicity
propertiesOfType
recordingTypes
hasGeneralization
returnedBy
respectOf
assertedBy
conceptRule
representsRule
IntersectionType
UnionType
EntityType
situations
SituationType
Situation
matchedBy
ActualSituation
values
QuantityKind
UnitType
ratio
offset
symbol
unitReference
definedWithinSystem
BaseUnitType
ValueType
Value
SystemOfUnits
unitOfSystem
StructuredValueType
StructuredValue
Boolean
boolean
boolean
String
java.lang.String
java.lang.String
DataValue
java.lang.String
java.lang.String
PrimitiveValue
java.lang.String
java.lang.String
Numeric
java.lang.String
java.lang.String
MeasurementValue
java.lang.String
java.lang.String
Integer
int
int
Real
double
double
Number
java.lang.String
java.lang.String
UnitValue
hasValue
ScalarQuantity
_unnamed_ScalarQuantity
identifiers
UniqueIdentifier
uniqueWithin
IRIIdentifier
Term
UniqueTextIdentifier
Identifier
identifies
preferredFor
Namespace
scopesIdentifier
TextIdentifier
value
Name
names
TechnicalIdentifier
expressions
FunctionType
implementedBy
isUsedBy
ConstantReference
hasValue
ExpressionNode
expressionText
expressionTextLanguage
evaluatedBy
implements
FunctionCall
calls
Traversal
traverseToRelation
inverse
traversesThrough
ObjectOperationType
receiver
Equality
hasEqual
Evaluation
evaluates
ExpressionContext
evaluatesIn
resultingType
relationships
Relationship
RelationshipType
constraints
Rule
constrains
subsumes
subsumedBy
MultiplicityConstraint
mininumNumber
maximumNumber
atOnce
isSufficent
withRespectTo
multiplicityOf
UniquenessConstraint
isPrimaryIdentity
hasUnique
ConditionalRule
TypeConstraint
Equivalent
Disjoint
Enumerated
GeneralizationConstraint
redefines
hasGeneral
hasSpecific
PropertyConstraint
PropertyTransitivityConstraint
PropertyTypeConstraint
prerequisiteType
isOfType
CoveringConstraint
isCoveredBy
FacetClassificationConstraint
Conditional
condition
toplevel
IdentifiableEntity
wasStatedIn
hasPreferred
definedBy
identifiedBy
hasMetadata
hasName
hasRecord
constrainedBy
hasAuthoritativeSource
hasBinding
Thing
definedIn
inContextOf
hasType
statedBy
referencedBy
hasEquality
boundIn
Context
asserts
contextualizes
negates
contextualizesExpress
referencedByLR
Proposition
holdsWithin
negatedWithin
qualifiedWithin
ActualEntity
TemporalEntity
patterns
Pattern
ownsVariable
satisfiedBy
PatternVariable
qualification
explicit
hasOwningPattern
hasSubset
mapsTo
subsets
excludedBy
excludes
referenceMapping
concreteMapping
PropositionVariable
qualifies
VariableQualification
Select
Select
Optional
Optional
Assert
Assert
Negate
Negate
ExactlyOne
ExactlyOne
ThereExists
ThereExists
All
All
ExpressionVariable
PartVariable
isBoundaryPart
FocusVariable
TypePatternVariable
PatternOfType
subjectType
PatternMatch
_unnamed_PatternMatch
satisfies
matches
VariableBinding
_unnamed_VariableBinding
Computed
computation
mapping
MatchRule
coerce
concreteEnd
referenceEnd
mapRuleOf
MatchEnd
assertedType
mapsVariable
matchFrom
matchTo
Mapping
concreteFocus
hasMapRule
referenceFocus
strength
Facade
ComputedFacade
push
pull
RepresentationRule
mapAll
representedBy
representedType
AssertionStrength
Global
Global
Local
Local
lexicalscope
Model
LexicalScope
defines
references
states
LexicalReference
referencedScope
extendsScope
Include
Package
hasPrefix
MOFPackage
LogicalPackage
PhysicalPackage
MappingPackage
Prefix
prefixOf
kernel
associations
AssociationType
Association
metadata
Statement
statementDateAndTime
version
transactionId
resultedIn
InformationSource
madeStatement
Metadata
metadataAbout
Definition
textDefinition
externalReference
externalTerm
summaryDescription
definesEntity
properties
PropertyBinding
binds
boundBy
boundTo
PropertyType
propertyOf
traversedBy
receivedBy
hasUniquenessConstraint
hasBindingProperty
CharacteristicType
CharacteristicBinding
AnnotationProperty
OwnedPropertyType
PropertyOwnerType
OwnedPropertyBinding
PropertyOwner
facets
FacetOfEntity
Phase
Role
Facet
Category
records
Record
about
RecordType
aboutType | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smif" nsURI="http://www.omg.org/smif/Smif" nsPrefix="smif">
<eAnnotations source="http://www.xocl.org/OCL">
<details key="rootConstraint" value="trg.name = 'Repository'"/>
</eAnnotations>
<eAnnotations source="http://www.xocl.org/UUID">
<details key="useUUIDs" value="true"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg"/>
</eAnnotations>
<eAnnotations source="http://www.xocl.org/EDITORCONFIG">
<details key="hideAdvancedProperties" value="null"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Repository">
<eStructuralFeatures xsi:type="ecore:EReference" name="lexicalScope" upperBound="-1"
eType="#//lexicalscope/LexicalScope" unsettable="true" containment="true"/>
</eClassifiers>
<eSubpackages name="types" nsURI="http://www.omg.org/smif/Smif/Types" nsPrefix="TYPE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//lexicalscope/LexicalScope #//toplevel/Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="categorizes" upperBound="-1"
eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasProperty" upperBound="-1"
eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/propertyOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertsPattern" upperBound="-1"
eType="#//patterns/PatternOfType" eOpposite="#//patterns/PatternOfType/subjectType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCovering" upperBound="-1"
eType="#//constraints/CoveringConstraint" eOpposite="#//constraints/CoveringConstraint/isCoveredBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecialization" upperBound="-1"
eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasGeneral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMultiplicity" upperBound="-1"
eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/multiplicityOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertiesOfType" upperBound="-1"
eType="#//constraints/PropertyTypeConstraint" eOpposite="#//constraints/PropertyTypeConstraint/isOfType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recordingTypes" upperBound="-1"
eType="#//records/RecordType" eOpposite="#//records/RecordType/aboutType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneralization" upperBound="-1"
eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasSpecific"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnedBy" upperBound="-1"
eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/resultingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="respectOf" upperBound="-1"
eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/withRespectTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertedBy" upperBound="-1"
eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/assertedType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptRule" lowerBound="1"
eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representsRule" lowerBound="1"
eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntersectionType" eSuperTypes="#//types/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//types/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//types/Type"/>
</eSubpackages>
<eSubpackages name="situations" nsURI="http://www.omg.org/smif/Smif/Situations"
nsPrefix="smif.situations">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="SituationType" eSuperTypes="#//types/EntityType"/>
<eClassifiers xsi:type="ecore:EClass" name="Situation" abstract="true" eSuperTypes="#//toplevel/Proposition #//toplevel/TemporalEntity #//toplevel/Context #//lexicalscope/LexicalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchedBy" upperBound="-1"
eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/matches"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActualSituation" eSuperTypes="#//toplevel/ActualEntity #//situations/Situation"/>
</eSubpackages>
<eSubpackages name="values" nsURI="http://www.omg.org/smif/Smif/Values" nsPrefix="smif.values">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="QuantityKind" eSuperTypes="#//values/ValueType"/>
<eClassifiers xsi:type="ecore:EClass" name="UnitType" eSuperTypes="#//values/ValueType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" lowerBound="1"
eType="#//values/Real"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1"
eType="#//values/Real"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unitReference" eType="#//metadata/Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedWithinSystem"
eType="#//values/SystemOfUnits" eOpposite="#//values/SystemOfUnits/unitOfSystem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseUnitType" eSuperTypes="#//values/UnitType"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueType" eSuperTypes="#//types/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//toplevel/Thing"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemOfUnits" eSuperTypes="#//toplevel/Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="unitOfSystem" upperBound="-1"
eType="#//values/UnitType" eOpposite="#//values/UnitType/definedWithinSystem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredValueType" eSuperTypes="#//values/ValueType #//properties/PropertyOwnerType"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredValue" eSuperTypes="#//values/Value #//properties/PropertyOwner"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="DataValue" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="PrimitiveValue" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Numeric" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="MeasurementValue" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="UnitValue" abstract="true" eSuperTypes="#//values/Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" lowerBound="1"
eType="#//values/MeasurementValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalarQuantity" abstract="true" eSuperTypes="#//values/UnitValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_unnamed_ScalarQuantity"
lowerBound="1" eType="#//values/Number"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="identifiers" nsURI="http://www.omg.org/smif/Smif/Identifiers"
nsPrefix="smif.identifiers">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true"
eSuperTypes="#//identifiers/Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="uniqueWithin" lowerBound="1"
eType="#//identifiers/Namespace" eOpposite="#//identifiers/Namespace/scopesIdentifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IRIIdentifier" eSuperTypes="#//identifiers/TechnicalIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//identifiers/Name #//identifiers/UniqueTextIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UniqueTextIdentifier" eSuperTypes="#//identifiers/UniqueIdentifier #//identifiers/TextIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//values/Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifies" lowerBound="1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/identifiedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferredFor" eType="#//toplevel/IdentifiableEntity"
eOpposite="#//toplevel/IdentifiableEntity/hasPreferred"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//toplevel/Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="scopesIdentifier" upperBound="-1"
eType="#//identifiers/UniqueIdentifier" eOpposite="#//identifiers/UniqueIdentifier/uniqueWithin"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextIdentifier" eSuperTypes="#//identifiers/Identifier">
<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="Name" eSuperTypes="#//identifiers/TextIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="names" lowerBound="1"
upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TechnicalIdentifier" eSuperTypes="#//identifiers/UniqueTextIdentifier"/>
</eSubpackages>
<eSubpackages name="expressions" nsURI="http://www.omg.org/smif/Smif/Expressions"
nsPrefix="smif.expressions">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//properties/PropertyOwnerType #//expressions/ExpressionContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="implementedBy" eType="#//expressions/ExpressionNode"
eOpposite="#//expressions/ExpressionNode/implements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isUsedBy" upperBound="-1"
eType="#//expressions/FunctionCall" eOpposite="#//expressions/FunctionCall/calls"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantReference" eSuperTypes="#//expressions/ExpressionNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasValue" lowerBound="1"
eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/referencedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionNode" abstract="true" eSuperTypes="#//expressions/ExpressionContext">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionTextLanguage"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluatedBy" upperBound="-1"
eType="#//expressions/Evaluation" eOpposite="#//expressions/Evaluation/evaluates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" eType="#//expressions/FunctionType"
eOpposite="#//expressions/FunctionType/implementedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner">
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1"
eType="#//expressions/FunctionType" eOpposite="#//expressions/FunctionType/isUsedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Traversal" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traverseToRelation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="traversesThrough" lowerBound="1"
upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/traversedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectOperationType" eSuperTypes="#//expressions/FunctionType">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" lowerBound="1"
eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/receivedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//expressions/ExpressionNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasEqual" lowerBound="1"
upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasEquality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Evaluation" eSuperTypes="#//expressions/ExpressionContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluates" lowerBound="1"
eType="#//expressions/ExpressionNode" eOpposite="#//expressions/ExpressionNode/evaluatedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionContext" abstract="true"
eSuperTypes="#//toplevel/IdentifiableEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluatesIn" eType="#//toplevel/Context"
eOpposite="#//toplevel/Context/contextualizesExpress"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultingType" lowerBound="1"
upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/returnedBy"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="relationships" nsURI="http://www.omg.org/smif/Smif/Relationships"
nsPrefix="smif.relationships">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType"/>
</eSubpackages>
<eSubpackages name="constraints" nsURI="http://www.omg.org/smif/Smif/Constraints"
nsPrefix="smif.constraints">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#//toplevel/Proposition">
<eStructuralFeatures xsi:type="ecore:EReference" name="constrains" upperBound="-1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/constrainedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsumes" upperBound="-1"
eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsumedBy" upperBound="-1"
eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityConstraint" eSuperTypes="#//constraints/TypeConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mininumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atOnce" lowerBound="1"
eType="#//values/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSufficent" lowerBound="1"
eType="#//values/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="withRespectTo" upperBound="-1"
eType="#//types/Type" eOpposite="#//types/Type/respectOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicityOf" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/hasMultiplicity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UniquenessConstraint" eSuperTypes="#//constraints/TypeConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryIdentity" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnique" lowerBound="1"
upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasUniquenessConstraint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalRule" eSuperTypes="#//constraints/Rule #//constraints/Conditional"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeConstraint" abstract="true" eSuperTypes="#//constraints/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="Equivalent" eSuperTypes="#//constraints/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="Disjoint" eSuperTypes="#//constraints/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumerated" eSuperTypes="#//constraints/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationConstraint" eSuperTypes="#//constraints/TypeConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="redefines" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneral" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/hasSpecialization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecific" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/hasGeneralization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyConstraint" abstract="true"
eSuperTypes="#//constraints/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyTransitivityConstraint" eSuperTypes="#//constraints/PropertyConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyTypeConstraint" eSuperTypes="#//constraints/PropertyConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisiteType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isOfType" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/propertiesOfType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CoveringConstraint" eSuperTypes="#//constraints/TypeConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="isCoveredBy" upperBound="-1"
eType="#//types/Type" eOpposite="#//types/Type/hasCovering"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetClassificationConstraint" eSuperTypes="#//constraints/GeneralizationConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expressions/ExpressionNode"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="toplevel" nsURI="http://www.omg.org/smif/Smif/Toplevel" nsPrefix="smif.toplevel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiableEntity" eSuperTypes="#//toplevel/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="wasStatedIn" upperBound="-1"
eType="#//metadata/Statement" eOpposite="#//metadata/Statement/resultedIn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPreferred" eType="#//identifiers/Identifier"
eOpposite="#//identifiers/Identifier/preferredFor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" upperBound="-1"
eType="#//metadata/Definition" eOpposite="#//metadata/Definition/definesEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifiedBy" upperBound="-1"
eType="#//identifiers/Identifier" eOpposite="#//identifiers/Identifier/identifies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMetadata" upperBound="-1"
eType="#//metadata/Metadata" eOpposite="#//metadata/Metadata/metadataAbout"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasName" upperBound="-1"
eType="#//identifiers/Name" eOpposite="#//identifiers/Name/names"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRecord" upperBound="-1"
eType="#//records/Record" eOpposite="#//records/Record/about"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedBy" upperBound="-1"
eType="#//constraints/Rule" eOpposite="#//constraints/Rule/constrains"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasAuthoritativeSource"
upperBound="-1" eType="#//metadata/InformationSource" eOpposite="#//metadata/InformationSource/madeStatement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasBinding" upperBound="-1"
eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Thing" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="definedIn" lowerBound="1"
eType="#//lexicalscope/LexicalScope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inContextOf" lowerBound="1"
upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/contextualizes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasType" lowerBound="1"
upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/categorizes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statedBy" eType="#//lexicalscope/LexicalScope"
eOpposite="#//lexicalscope/LexicalScope/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1"
eType="#//expressions/ConstantReference" eOpposite="#//expressions/ConstantReference/hasValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasEquality" upperBound="-1"
eType="#//expressions/Equality" eOpposite="#//expressions/Equality/hasEqual"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundIn" upperBound="-1"
eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/binds"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="asserts" upperBound="-1"
eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/holdsWithin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextualizes" upperBound="-1"
eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/inContextOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negates" upperBound="-1"
eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/negatedWithin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextualizesExpress"
upperBound="-1" eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/evaluatesIn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedByLR" upperBound="-1"
eType="#//lexicalscope/LexicalReference" eOpposite="#//lexicalscope/LexicalReference/referencedScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Proposition" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="holdsWithin" upperBound="-1"
eType="#//toplevel/Context" eOpposite="#//toplevel/Context/asserts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negatedWithin" upperBound="-1"
eType="#//toplevel/Context" eOpposite="#//toplevel/Context/negates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedWithin" eType="#//patterns/PropositionVariable"
eOpposite="#//patterns/PropositionVariable/qualifies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActualEntity" eSuperTypes="#//toplevel/TemporalEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="TemporalEntity" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"/>
</eSubpackages>
<eSubpackages name="patterns" nsURI="http://www.omg.org/smif/Smif/Patterns" nsPrefix="smif.patterns">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//situations/SituationType #//situations/Situation #//lexicalscope/LexicalScope #//properties/PropertyOwner">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownsVariable" upperBound="-1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasOwningPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1"
eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/satisfies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternVariable" eSuperTypes="#//properties/OwnedPropertyType #//constraints/Conditional">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualification" lowerBound="1"
eType="#//patterns/VariableQualification"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasOwningPattern" lowerBound="1"
eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/ownsVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSubset" upperBound="-1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/subsets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" upperBound="-1"
eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/mapsVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsets" upperBound="-1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasSubset"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="excludedBy" upperBound="-1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="excludes" upperBound="-1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceMapping" eType="#//mapping/Mapping"
eOpposite="#//mapping/Mapping/referenceFocus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteMapping" eType="#//mapping/Mapping"
eOpposite="#//mapping/Mapping/concreteFocus"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropositionVariable" eSuperTypes="#//patterns/PatternVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifies" lowerBound="1"
eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/qualifiedWithin"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VariableQualification">
<eLiterals name="Select" literal="Select"/>
<eLiterals name="Optional" value="1" literal="Optional"/>
<eLiterals name="Assert" value="2" literal="Assert"/>
<eLiterals name="Negate" value="3" literal="Negate"/>
<eLiterals name="ExactlyOne" value="4" literal="ExactlyOne"/>
<eLiterals name="ThereExists" value="5" literal="ThereExists"/>
<eLiterals name="All" value="6" literal="All"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionVariable" eSuperTypes="#//patterns/PatternVariable #//patterns/Computed"/>
<eClassifiers xsi:type="ecore:EClass" name="PartVariable" eSuperTypes="#//patterns/TypePatternVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBoundaryPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FocusVariable" eSuperTypes="#//patterns/TypePatternVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="TypePatternVariable" abstract="true"
eSuperTypes="#//patterns/PatternVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="PatternOfType" eSuperTypes="#//patterns/Pattern">
<eStructuralFeatures xsi:type="ecore:EReference" name="subjectType" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/assertsPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternMatch" eSuperTypes="#//situations/ActualSituation">
<eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_PatternMatch"
upperBound="-1" eType="#//patterns/VariableBinding" eOpposite="#//patterns/VariableBinding/_unnamed_VariableBinding"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfies" lowerBound="1"
eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/satisfiedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="matches" lowerBound="1"
eType="#//situations/Situation" eOpposite="#//situations/Situation/matchedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableBinding" eSuperTypes="#//properties/OwnedPropertyBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_VariableBinding"
lowerBound="1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/_unnamed_PatternMatch"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Computed" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="computation" eType="#//expressions/ExpressionNode"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="mapping" nsURI="http://www.omg.org/smif/Smif/Mapping" nsPrefix="smif.mapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="MatchRule" eSuperTypes="#//constraints/Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coerce" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteEnd" lowerBound="1"
eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchFrom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceEnd" lowerBound="1"
eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapRuleOf" lowerBound="1"
eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/hasMapRule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchEnd" eSuperTypes="#//constraints/Conditional #//patterns/Computed">
<eStructuralFeatures xsi:type="ecore:EReference" name="assertedType" upperBound="-1"
eType="#//types/Type" eOpposite="#//types/Type/assertedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsVariable" lowerBound="1"
eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="matchFrom" eType="#//mapping/MatchRule"
eOpposite="#//mapping/MatchRule/concreteEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="matchTo" eType="#//mapping/MatchRule"
eOpposite="#//mapping/MatchRule/referenceEnd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//patterns/Pattern #//constraints/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteFocus" lowerBound="1"
eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/concreteMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMapRule" upperBound="-1"
eType="#//mapping/MatchRule" containment="true" eOpposite="#//mapping/MatchRule/mapRuleOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceFocus" lowerBound="1"
eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/referenceMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" lowerBound="1"
eType="#//mapping/AssertionStrength"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Facade" eSuperTypes="#//records/RecordType"/>
<eClassifiers xsi:type="ecore:EClass" name="ComputedFacade" abstract="true" eSuperTypes="#//mapping/Facade">
<eOperations name="push" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="http://www.xocl.org/OCL">
<details key="body" value="null"/>
</eAnnotations>
</eOperations>
<eOperations name="pull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="http://www.xocl.org/OCL">
<details key="body" value="null"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationRule" eSuperTypes="#//constraints/ConditionalRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapAll" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representedBy" lowerBound="1"
eType="#//types/Type" eOpposite="#//types/Type/representsRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representedType" lowerBound="1"
upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/conceptRule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssertionStrength">
<eLiterals name="Global" literal="Global"/>
<eLiterals name="Local" value="1" literal="Local"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="lexicalscope" nsURI="http://www.omg.org/smif/Smif/Lexicalscope"
nsPrefix="smif.lexicalscope">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//lexicalscope/Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LexicalScope" eSuperTypes="#//identifiers/Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1"
eType="#//toplevel/Thing" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//lexicalscope/LexicalReference" containment="true" eOpposite="#//lexicalscope/LexicalReference/extendsScope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//toplevel/Thing" containment="true" eOpposite="#//toplevel/Thing/statedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LexicalReference" eSuperTypes="#//toplevel/Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedScope" lowerBound="1"
eType="#//toplevel/Context" eOpposite="#//toplevel/Context/referencedByLR"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendsScope" lowerBound="1"
eType="#//lexicalscope/LexicalScope" eOpposite="#//lexicalscope/LexicalScope/references"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//lexicalscope/LexicalReference"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//lexicalscope/LexicalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPrefix" eType="#//lexicalscope/Prefix"
eOpposite="#//lexicalscope/Prefix/prefixOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MOFPackage" eSuperTypes="#//lexicalscope/Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LogicalPackage" eSuperTypes="#//lexicalscope/Package"/>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalPackage" eSuperTypes="#//lexicalscope/Package"/>
<eClassifiers xsi:type="ecore:EClass" name="MappingPackage" eSuperTypes="#//lexicalscope/Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Prefix" eSuperTypes="#//identifiers/UniqueTextIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="prefixOf" lowerBound="1"
eType="#//lexicalscope/Package" eOpposite="#//lexicalscope/Package/hasPrefix"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="kernel" nsURI="http://www.omg.org/smif/Smif/Kernel" nsPrefix="smif.kernel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
</eSubpackages>
<eSubpackages name="associations" nsURI="http://www.omg.org/smif/Smif/Associations"
nsPrefix="smif.associations">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AssociationType" eSuperTypes="#//properties/PropertyOwnerType"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//properties/PropertyOwner #//toplevel/Proposition"/>
</eSubpackages>
<eSubpackages name="metadata" nsURI="http://www.omg.org/smif/Smif/Metadata" nsPrefix="smif.metadata">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//metadata/Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="statementDateAndTime"
lowerBound="1" eType="#//values/ValueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1"
eType="#//values/ValueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transactionId" lowerBound="1"
eType="#//values/ValueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultedIn" lowerBound="1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/wasStatedIn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformationSource" eSuperTypes="#//toplevel/ActualEntity #//metadata/Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="madeStatement" lowerBound="1"
upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasAuthoritativeSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata" eSuperTypes="#//records/Record">
<eStructuralFeatures xsi:type="ecore:EReference" name="metadataAbout" upperBound="-1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasMetadata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//metadata/Metadata">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textDefinition" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" lowerBound="1"
eType="#//identifiers/IRIIdentifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalTerm" lowerBound="1"
eType="#//identifiers/Term"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summaryDescription" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definesEntity" lowerBound="1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/definedBy"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="properties" nsURI="http://www.omg.org/smif/Smif/Properties"
nsPrefix="smif.properties">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="PropertyBinding" abstract="true" eSuperTypes="#//toplevel/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="binds" lowerBound="1"
eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/boundIn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundBy" lowerBound="1"
eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasBindingProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundTo" lowerBound="1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasBinding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//types/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyOf" eType="#//types/Type"
eOpposite="#//types/Type/hasProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="traversedBy" upperBound="-1"
eType="#//expressions/Traversal" eOpposite="#//expressions/Traversal/traversesThrough"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receivedBy" upperBound="-1"
eType="#//expressions/ObjectOperationType" eOpposite="#//expressions/ObjectOperationType/receiver"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUniquenessConstraint"
upperBound="-1" eType="#//constraints/UniquenessConstraint" eOpposite="#//constraints/UniquenessConstraint/hasUnique"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasBindingProperty" upperBound="-1"
eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicType" eSuperTypes="#//properties/PropertyType #//situations/SituationType"/>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicBinding" eSuperTypes="#//properties/PropertyBinding #//situations/ActualSituation"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty" eSuperTypes="#//properties/CharacteristicType"/>
<eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyType" eSuperTypes="#//properties/PropertyType"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyOwnerType" abstract="true"
eSuperTypes="#//types/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyBinding" eSuperTypes="#//properties/PropertyBinding"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//toplevel/Thing"/>
</eSubpackages>
<eSubpackages name="facets" nsURI="http://www.omg.org/smif/Smif/Facets" nsPrefix="smif.facets">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="FacetOfEntity" eSuperTypes="#//relationships/Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//facets/Facet #//situations/SituationType"/>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//facets/Facet"/>
<eClassifiers xsi:type="ecore:EClass" name="Facet" eSuperTypes="#//types/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//facets/Facet"/>
</eSubpackages>
<eSubpackages name="records" nsURI="http://www.omg.org/smif/Smif/Records" nsPrefix="smif.records">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.omg.smif"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner">
<eStructuralFeatures xsi:type="ecore:EReference" name="about" upperBound="-1"
eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasRecord"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType">
<eStructuralFeatures xsi:type="ecore:EReference" name="aboutType" eType="#//types/Type"
eOpposite="#//types/Type/recordingTypes"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"smif","nsURI":"http://www.omg.org/smif/Smif","name":"smif","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"TYPE","nsURI":"http://www.omg.org/smif/Smif/Types","name":"types","id":2,"eClass":"EPackage"},{"nsPrefix":"smif.situations","nsURI":"http://www.omg.org/smif/Smif/Situations","name":"situations","id":3,"eClass":"EPackage"},{"nsPrefix":"smif.values","nsURI":"http://www.omg.org/smif/Smif/Values","name":"values","id":4,"eClass":"EPackage"},{"nsPrefix":"smif.identifiers","nsURI":"http://www.omg.org/smif/Smif/Identifiers","name":"identifiers","id":5,"eClass":"EPackage"},{"nsPrefix":"smif.expressions","nsURI":"http://www.omg.org/smif/Smif/Expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"smif.relationships","nsURI":"http://www.omg.org/smif/Smif/Relationships","name":"relationships","id":7,"eClass":"EPackage"},{"nsPrefix":"smif.constraints","nsURI":"http://www.omg.org/smif/Smif/Constraints","name":"constraints","id":8,"eClass":"EPackage"},{"nsPrefix":"smif.toplevel","nsURI":"http://www.omg.org/smif/Smif/Toplevel","name":"toplevel","id":9,"eClass":"EPackage"},{"nsPrefix":"smif.patterns","nsURI":"http://www.omg.org/smif/Smif/Patterns","name":"patterns","id":10,"eClass":"EPackage"},{"nsPrefix":"smif.mapping","nsURI":"http://www.omg.org/smif/Smif/Mapping","name":"mapping","id":11,"eClass":"EPackage"},{"nsPrefix":"smif.lexicalscope","nsURI":"http://www.omg.org/smif/Smif/Lexicalscope","name":"lexicalscope","id":12,"eClass":"EPackage"},{"nsPrefix":"smif.kernel","nsURI":"http://www.omg.org/smif/Smif/Kernel","name":"kernel","id":13,"eClass":"EPackage"},{"nsPrefix":"smif.associations","nsURI":"http://www.omg.org/smif/Smif/Associations","name":"associations","id":14,"eClass":"EPackage"},{"nsPrefix":"smif.metadata","nsURI":"http://www.omg.org/smif/Smif/Metadata","name":"metadata","id":15,"eClass":"EPackage"},{"nsPrefix":"smif.properties","nsURI":"http://www.omg.org/smif/Smif/Properties","name":"properties","id":16,"eClass":"EPackage"},{"nsPrefix":"smif.facets","nsURI":"http://www.omg.org/smif/Smif/Facets","name":"facets","id":17,"eClass":"EPackage"},{"nsPrefix":"smif.records","nsURI":"http://www.omg.org/smif/Smif/Records","name":"records","id":18,"eClass":"EPackage"},{"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":"lexicalScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalScope","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizes","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":"hasProperty","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":false,"unsettable":false,"transient":false,"unique":true,"name":"assertsPattern","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":"hasCovering","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":"hasSpecialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertiesOfType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"recordingTypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasGeneralization","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":"returnedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"respectOf","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":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representsRule","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":"Thing","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"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":"hasType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"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":"propertyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternOfType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subjectType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoveringConstraint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"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":"isCoveredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationConstraint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"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":"hasGeneral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityConstraint","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"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":"multiplicityOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTypeConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isOfType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aboutType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSpecific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionContext","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"withRespectTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchEnd","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationRule","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"id":78,"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":"representedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SituationType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Situation","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualSituation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalEntity","instanceClass":null,"abstract":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"matchedBy","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMatch","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"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":"matches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualEntity","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityKind","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseUnitType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOfUnits","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValueType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValue","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":110,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":111,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DataValue","instanceClass":"java.lang.String","id":112,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PrimitiveValue","instanceClass":"java.lang.String","id":113,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Numeric","instanceClass":"java.lang.String","id":114,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MeasurementValue","instanceClass":"java.lang.String","id":115,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":116,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":117,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Number","instanceClass":"java.lang.String","id":118,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitValue","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarQuantity","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"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":"ratio","changeable":true,"lowerBound":1,"iD":false,"id":122,"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":"offset","changeable":true,"lowerBound":1,"iD":false,"id":123,"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":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedWithinSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"unitOfSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwnerType","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":143,"interface":false,"eClass":"EClass"},{"id":144,"eClass":"EGenericType"},{"id":145,"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":"hasValue","changeable":true,"lowerBound":1,"iD":false,"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":"_unnamed_ScalarQuantity","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRIIdentifier","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTextIdentifier","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextIdentifier","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalIdentifier","instanceClass":null,"abstract":false,"id":160,"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":"uniqueWithin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopesIdentifier","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"},{"container":false,"ordered":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":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preferredFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableEntity","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"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":"identifiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPreferred","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"names","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantReference","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionNode","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traversal","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperationType","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":195,"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":"implementedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"isUsedBy","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"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":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"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":"hasValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"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":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionText","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionTextLanguage","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"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":"traverseToRelation","changeable":true,"lowerBound":1,"iD":false,"id":220,"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":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":221,"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":"traversesThrough","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"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":"receivedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"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":"hasEqual","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEquality","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"evaluatesIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizesExpress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipType","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessConstraint","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":true,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equivalent","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjoint","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerated","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstraint","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTransitivityConstraint","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetClassificationConstraint","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":260,"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":"constrains","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subsumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"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":"subsumedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mininumNumber","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumNumber","changeable":true,"lowerBound":0,"iD":false,"id":270,"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":"atOnce","changeable":true,"lowerBound":1,"iD":false,"id":271,"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":"isSufficent","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"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":"isPrimaryIdentity","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"hasUnique","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUniquenessConstraint","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"},{"id":290,"eClass":"EGenericType"},{"id":291,"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":"redefines","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"prerequisiteType","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wasStatedIn","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":false,"unsettable":false,"transient":false,"unique":true,"name":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"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":"hasMetadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"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":"hasRecord","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAuthoritativeSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"id":316,"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":"resultedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"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":"definesEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"id":323,"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":"metadataAbout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"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":"about","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSource","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"id":331,"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":"madeStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBinding","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"id":334,"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":335,"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":"definedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"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":"inContextOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"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":"statedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"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":"boundIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":349,"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":"asserts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"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":"negates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"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":"referencedByLR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"holdsWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negatedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalReference","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"id":361,"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":"referencedScope","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"qualifiedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropositionVariable","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"id":368,"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":"qualifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternVariable","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableQualification","instanceClass":null,"id":374,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionVariable","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartVariable","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FocusVariable","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypePatternVariable","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableBinding","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Computed","instanceClass":null,"abstract":true,"id":380,"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":"ownsVariable","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":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasOwningPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"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":"satisfies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyType","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualification","changeable":true,"lowerBound":1,"iD":false,"id":392,"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":"explicit","changeable":true,"lowerBound":1,"iD":false,"id":393,"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":"hasSubset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"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":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"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":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"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":"excludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"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":"referenceMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"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":"concreteMapping","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"id":413,"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":"referenceFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"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":"concreteFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"name":"Select","id":419,"value":0,"literal":"Select","eClass":"EEnumLiteral"},{"name":"Optional","id":420,"value":1,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Assert","id":421,"value":2,"literal":"Assert","eClass":"EEnumLiteral"},{"name":"Negate","id":422,"value":3,"literal":"Negate","eClass":"EEnumLiteral"},{"name":"ExactlyOne","id":423,"value":4,"literal":"ExactlyOne","eClass":"EEnumLiteral"},{"name":"ThereExists","id":424,"value":5,"literal":"ThereExists","eClass":"EEnumLiteral"},{"name":"All","id":425,"value":6,"literal":"All","eClass":"EEnumLiteral"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBoundaryPart","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"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":"_unnamed_PatternMatch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":"_unnamed_VariableBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyBinding","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"computation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRule","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facade","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedFacade","instanceClass":null,"abstract":true,"id":448,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssertionStrength","instanceClass":null,"id":449,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coerce","changeable":true,"lowerBound":1,"iD":false,"id":450,"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":"concreteEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"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":"referenceEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"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":"mapRuleOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":"matchFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"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":"matchTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMapRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strength","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pull","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"mapAll","changeable":true,"lowerBound":1,"iD":false,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"name":"Global","id":486,"value":0,"literal":"Global","eClass":"EEnumLiteral"},{"name":"Local","id":487,"value":1,"literal":"Local","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MOFPackage","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalPackage","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalPackage","instanceClass":null,"abstract":false,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingPackage","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"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":"extendsScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPrefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefixOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"abstract":false,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statementDateAndTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"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":"transactionId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"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"},{"id":534,"eClass":"EGenericType"},{"id":535,"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":"textDefinition","changeable":true,"lowerBound":1,"iD":false,"id":536,"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":"externalReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"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":"externalTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"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":"summaryDescription","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"},{"id":545,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicType","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicBinding","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":548,"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":"boundBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBindingProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetOfEntity","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facet","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":20},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":0},{"source":22,"target":2},{"source":22,"target":20},{"source":22,"target":26},{"source":22,"target":27},{"source":22,"target":28},{"source":22,"target":29},{"source":22,"target":30},{"source":22,"target":31},{"source":22,"target":32},{"source":22,"target":33},{"source":22,"target":34},{"source":22,"target":35},{"source":22,"target":36},{"source":22,"target":37},{"source":22,"target":38},{"source":22,"target":39},{"source":22,"target":40},{"source":22,"target":41},{"source":22,"target":42},{"source":27,"target":43},{"source":27,"target":44},{"source":27,"target":22},{"source":27,"target":45},{"source":44,"target":43},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":22},{"source":28,"target":48},{"source":47,"target":46},{"source":29,"target":49},{"source":29,"target":50},{"source":29,"target":22},{"source":29,"target":51},{"source":50,"target":49},{"source":30,"target":52},{"source":30,"target":53},{"source":30,"target":22},{"source":30,"target":54},{"source":53,"target":52},{"source":31,"target":55},{"source":31,"target":56},{"source":31,"target":22},{"source":31,"target":57},{"source":56,"target":55},{"source":32,"target":58},{"source":32,"target":59},{"source":32,"target":22},{"source":32,"target":60},{"source":59,"target":58},{"source":33,"target":61},{"source":33,"target":62},{"source":33,"target":22},{"source":33,"target":63},{"source":62,"target":61},{"source":34,"target":64},{"source":34,"target":65},{"source":34,"target":22},{"source":34,"target":66},{"source":65,"target":64},{"source":35,"target":55},{"source":35,"target":67},{"source":35,"target":22},{"source":35,"target":68},{"source":67,"target":55},{"source":36,"target":69},{"source":36,"target":70},{"source":36,"target":22},{"source":36,"target":71},{"source":70,"target":69},{"source":37,"target":58},{"source":37,"target":72},{"source":37,"target":22},{"source":37,"target":73},{"source":72,"target":58},{"source":38,"target":74},{"source":38,"target":75},{"source":38,"target":22},{"source":38,"target":76},{"source":75,"target":74},{"source":39,"target":77},{"source":39,"target":78},{"source":39,"target":22},{"source":39,"target":79},{"source":78,"target":77},{"source":40,"target":77},{"source":40,"target":80},{"source":40,"target":22},{"source":40,"target":81},{"source":80,"target":77},{"source":41,"target":20},{"source":42,"target":26},{"source":23,"target":2},{"source":23,"target":22},{"source":23,"target":82},{"source":82,"target":22},{"source":24,"target":2},{"source":24,"target":22},{"source":24,"target":83},{"source":83,"target":22},{"source":25,"target":2},{"source":25,"target":22},{"source":25,"target":84},{"source":84,"target":22},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":0},{"source":85,"target":3},{"source":85,"target":25},{"source":85,"target":88},{"source":88,"target":25},{"source":86,"target":3},{"source":86,"target":89},{"source":86,"target":90},{"source":86,"target":26},{"source":86,"target":20},{"source":86,"target":91},{"source":86,"target":92},{"source":86,"target":93},{"source":86,"target":94},{"source":86,"target":95},{"source":91,"target":96},{"source":91,"target":97},{"source":91,"target":86},{"source":91,"target":98},{"source":97,"target":96},{"source":92,"target":89},{"source":93,"target":90},{"source":94,"target":26},{"source":95,"target":20},{"source":87,"target":3},{"source":87,"target":99},{"source":87,"target":86},{"source":87,"target":100},{"source":87,"target":101},{"source":100,"target":99},{"source":101,"target":86},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":0},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":121},{"source":121,"target":105},{"source":103,"target":4},{"source":103,"target":105},{"source":103,"target":122},{"source":103,"target":123},{"source":103,"target":124},{"source":103,"target":125},{"source":103,"target":126},{"source":103,"target":127},{"source":122,"target":117},{"source":122,"target":128},{"source":122,"target":103},{"source":128,"target":117},{"source":123,"target":117},{"source":123,"target":129},{"source":123,"target":103},{"source":129,"target":117},{"source":124,"target":130},{"source":124,"target":103},{"source":125,"target":131},{"source":125,"target":132},{"source":125,"target":103},{"source":132,"target":131},{"source":126,"target":107},{"source":126,"target":133},{"source":126,"target":103},{"source":126,"target":134},{"source":133,"target":107},{"source":127,"target":105},{"source":104,"target":4},{"source":104,"target":103},{"source":104,"target":135},{"source":135,"target":103},{"source":105,"target":4},{"source":105,"target":22},{"source":105,"target":136},{"source":136,"target":22},{"source":106,"target":4},{"source":106,"target":43},{"source":106,"target":137},{"source":137,"target":43},{"source":107,"target":4},{"source":107,"target":26},{"source":107,"target":134},{"source":107,"target":138},{"source":134,"target":103},{"source":134,"target":139},{"source":134,"target":107},{"source":134,"target":126},{"source":139,"target":103},{"source":138,"target":26},{"source":108,"target":4},{"source":108,"target":105},{"source":108,"target":140},{"source":108,"target":141},{"source":108,"target":142},{"source":141,"target":105},{"source":142,"target":140},{"source":109,"target":4},{"source":109,"target":106},{"source":109,"target":143},{"source":109,"target":144},{"source":109,"target":145},{"source":144,"target":106},{"source":145,"target":143},{"source":110,"target":4},{"source":111,"target":4},{"source":112,"target":4},{"source":113,"target":4},{"source":114,"target":4},{"source":115,"target":4},{"source":116,"target":4},{"source":117,"target":4},{"source":118,"target":4},{"source":119,"target":4},{"source":119,"target":106},{"source":119,"target":146},{"source":119,"target":147},{"source":146,"target":115},{"source":146,"target":148},{"source":146,"target":119},{"source":148,"target":115},{"source":147,"target":106},{"source":120,"target":4},{"source":120,"target":119},{"source":120,"target":149},{"source":120,"target":150},{"source":149,"target":118},{"source":149,"target":151},{"source":149,"target":120},{"source":151,"target":118},{"source":150,"target":119},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":0},{"source":152,"target":5},{"source":152,"target":156},{"source":152,"target":161},{"source":152,"target":162},{"source":161,"target":157},{"source":161,"target":163},{"source":161,"target":152},{"source":161,"target":164},{"source":163,"target":157},{"source":162,"target":156},{"source":153,"target":5},{"source":153,"target":160},{"source":153,"target":165},{"source":165,"target":160},{"source":154,"target":5},{"source":154,"target":159},{"source":154,"target":155},{"source":154,"target":166},{"source":154,"target":167},{"source":166,"target":159},{"source":167,"target":155},{"source":155,"target":5},{"source":155,"target":152},{"source":155,"target":158},{"source":155,"target":168},{"source":155,"target":169},{"source":168,"target":152},{"source":169,"target":158},{"source":156,"target":5},{"source":156,"target":106},{"source":156,"target":170},{"source":156,"target":171},{"source":156,"target":172},{"source":170,"target":173},{"source":170,"target":174},{"source":170,"target":156},{"source":170,"target":175},{"source":174,"target":173},{"source":171,"target":173},{"source":171,"target":176},{"source":171,"target":156},{"source":171,"target":177},{"source":176,"target":173},{"source":172,"target":106},{"source":157,"target":5},{"source":157,"target":26},{"source":157,"target":164},{"source":157,"target":178},{"source":164,"target":152},{"source":164,"target":179},{"source":164,"target":157},{"source":164,"target":161},{"source":179,"target":152},{"source":178,"target":26},{"source":158,"target":5},{"source":158,"target":156},{"source":158,"target":180},{"source":158,"target":181},{"source":180,"target":182},{"source":180,"target":158},{"source":181,"target":156},{"source":159,"target":5},{"source":159,"target":158},{"source":159,"target":183},{"source":159,"target":184},{"source":183,"target":173},{"source":183,"target":185},{"source":183,"target":159},{"source":183,"target":186},{"source":185,"target":173},{"source":184,"target":158},{"source":160,"target":5},{"source":160,"target":155},{"source":160,"target":187},{"source":187,"target":155},{"source":6,"target":188},{"source":6,"target":189},{"source":6,"target":190},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":193},{"source":6,"target":194},{"source":6,"target":195},{"source":6,"target":69},{"source":6,"target":0},{"source":188,"target":6},{"source":188,"target":140},{"source":188,"target":69},{"source":188,"target":196},{"source":188,"target":197},{"source":188,"target":198},{"source":188,"target":199},{"source":196,"target":190},{"source":196,"target":200},{"source":196,"target":188},{"source":196,"target":201},{"source":200,"target":190},{"source":197,"target":191},{"source":197,"target":202},{"source":197,"target":188},{"source":197,"target":203},{"source":202,"target":191},{"source":198,"target":140},{"source":199,"target":69},{"source":189,"target":6},{"source":189,"target":190},{"source":189,"target":204},{"source":189,"target":205},{"source":204,"target":43},{"source":204,"target":206},{"source":204,"target":189},{"source":204,"target":207},{"source":206,"target":43},{"source":205,"target":190},{"source":190,"target":6},{"source":190,"target":69},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":201},{"source":190,"target":211},{"source":208,"target":212},{"source":208,"target":190},{"source":209,"target":213},{"source":209,"target":190},{"source":210,"target":195},{"source":210,"target":214},{"source":210,"target":190},{"source":210,"target":215},{"source":214,"target":195},{"source":201,"target":188},{"source":201,"target":216},{"source":201,"target":190},{"source":201,"target":196},{"source":216,"target":188},{"source":211,"target":69},{"source":191,"target":6},{"source":191,"target":190},{"source":191,"target":143},{"source":191,"target":203},{"source":191,"target":217},{"source":191,"target":218},{"source":203,"target":188},{"source":203,"target":219},{"source":203,"target":191},{"source":203,"target":197},{"source":219,"target":188},{"source":217,"target":190},{"source":218,"target":143},{"source":192,"target":6},{"source":192,"target":190},{"source":192,"target":143},{"source":192,"target":220},{"source":192,"target":221},{"source":192,"target":222},{"source":192,"target":223},{"source":192,"target":224},{"source":220,"target":225},{"source":220,"target":192},{"source":221,"target":226},{"source":221,"target":192},{"source":222,"target":46},{"source":222,"target":227},{"source":222,"target":192},{"source":222,"target":228},{"source":227,"target":46},{"source":223,"target":190},{"source":224,"target":143},{"source":193,"target":6},{"source":193,"target":188},{"source":193,"target":229},{"source":193,"target":230},{"source":229,"target":46},{"source":229,"target":231},{"source":229,"target":193},{"source":229,"target":232},{"source":231,"target":46},{"source":230,"target":188},{"source":194,"target":6},{"source":194,"target":190},{"source":194,"target":233},{"source":194,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":194},{"source":233,"target":236},{"source":235,"target":43},{"source":234,"target":190},{"source":195,"target":6},{"source":195,"target":69},{"source":195,"target":215},{"source":195,"target":237},{"source":215,"target":190},{"source":215,"target":238},{"source":215,"target":195},{"source":215,"target":210},{"source":238,"target":190},{"source":237,"target":69},{"source":69,"target":6},{"source":69,"target":173},{"source":69,"target":239},{"source":69,"target":71},{"source":69,"target":240},{"source":239,"target":26},{"source":239,"target":241},{"source":239,"target":69},{"source":239,"target":242},{"source":241,"target":26},{"source":71,"target":22},{"source":71,"target":243},{"source":71,"target":69},{"source":71,"target":36},{"source":243,"target":22},{"source":240,"target":173},{"source":7,"target":244},{"source":7,"target":245},{"source":7,"target":0},{"source":244,"target":7},{"source":244,"target":87},{"source":244,"target":143},{"source":244,"target":246},{"source":244,"target":247},{"source":246,"target":87},{"source":247,"target":143},{"source":245,"target":7},{"source":245,"target":85},{"source":245,"target":140},{"source":245,"target":248},{"source":245,"target":249},{"source":248,"target":85},{"source":249,"target":140},{"source":8,"target":250},{"source":8,"target":58},{"source":8,"target":251},{"source":8,"target":252},{"source":8,"target":253},{"source":8,"target":254},{"source":8,"target":255},{"source":8,"target":256},{"source":8,"target":55},{"source":8,"target":257},{"source":8,"target":258},{"source":8,"target":61},{"source":8,"target":52},{"source":8,"target":259},{"source":8,"target":260},{"source":8,"target":0},{"source":250,"target":8},{"source":250,"target":89},{"source":250,"target":261},{"source":250,"target":262},{"source":250,"target":263},{"source":250,"target":264},{"source":261,"target":173},{"source":261,"target":265},{"source":261,"target":250},{"source":261,"target":266},{"source":265,"target":173},{"source":262,"target":250},{"source":262,"target":267},{"source":262,"target":250},{"source":262,"target":263},{"source":267,"target":250},{"source":263,"target":250},{"source":263,"target":268},{"source":263,"target":250},{"source":263,"target":262},{"source":268,"target":250},{"source":264,"target":89},{"source":58,"target":8},{"source":58,"target":253},{"source":58,"target":269},{"source":58,"target":270},{"source":58,"target":271},{"source":58,"target":272},{"source":58,"target":73},{"source":58,"target":60},{"source":58,"target":273},{"source":269,"target":274},{"source":269,"target":58},{"source":270,"target":275},{"source":270,"target":58},{"source":271,"target":110},{"source":271,"target":276},{"source":271,"target":58},{"source":276,"target":110},{"source":272,"target":110},{"source":272,"target":277},{"source":272,"target":58},{"source":277,"target":110},{"source":73,"target":22},{"source":73,"target":278},{"source":73,"target":58},{"source":73,"target":37},{"source":278,"target":22},{"source":60,"target":22},{"source":60,"target":279},{"source":60,"target":58},{"source":60,"target":32},{"source":279,"target":22},{"source":273,"target":253},{"source":251,"target":8},{"source":251,"target":253},{"source":251,"target":280},{"source":251,"target":281},{"source":251,"target":282},{"source":280,"target":283},{"source":280,"target":251},{"source":281,"target":46},{"source":281,"target":284},{"source":281,"target":251},{"source":281,"target":285},{"source":284,"target":46},{"source":282,"target":253},{"source":252,"target":8},{"source":252,"target":250},{"source":252,"target":260},{"source":252,"target":286},{"source":252,"target":287},{"source":286,"target":250},{"source":287,"target":260},{"source":253,"target":8},{"source":253,"target":250},{"source":253,"target":288},{"source":288,"target":250},{"source":254,"target":8},{"source":254,"target":250},{"source":254,"target":289},{"source":289,"target":250},{"source":255,"target":8},{"source":255,"target":250},{"source":255,"target":290},{"source":290,"target":250},{"source":256,"target":8},{"source":256,"target":250},{"source":256,"target":291},{"source":291,"target":250},{"source":55,"target":8},{"source":55,"target":253},{"source":55,"target":292},{"source":55,"target":57},{"source":55,"target":68},{"source":55,"target":293},{"source":292,"target":294},{"source":292,"target":55},{"source":57,"target":22},{"source":57,"target":295},{"source":57,"target":55},{"source":57,"target":31},{"source":295,"target":22},{"source":68,"target":22},{"source":68,"target":296},{"source":68,"target":55},{"source":68,"target":35},{"source":296,"target":22},{"source":293,"target":253},{"source":257,"target":8},{"source":257,"target":250},{"source":257,"target":297},{"source":297,"target":250},{"source":258,"target":8},{"source":258,"target":257},{"source":258,"target":298},{"source":298,"target":257},{"source":61,"target":8},{"source":61,"target":257},{"source":61,"target":299},{"source":61,"target":63},{"source":61,"target":300},{"source":299,"target":301},{"source":299,"target":61},{"source":63,"target":22},{"source":63,"target":302},{"source":63,"target":61},{"source":63,"target":33},{"source":302,"target":22},{"source":300,"target":257},{"source":52,"target":8},{"source":52,"target":253},{"source":52,"target":54},{"source":52,"target":303},{"source":54,"target":22},{"source":54,"target":304},{"source":54,"target":52},{"source":54,"target":30},{"source":304,"target":22},{"source":303,"target":253},{"source":259,"target":8},{"source":259,"target":55},{"source":259,"target":305},{"source":305,"target":55},{"source":260,"target":8},{"source":260,"target":306},{"source":306,"target":190},{"source":306,"target":307},{"source":306,"target":260},{"source":307,"target":190},{"source":9,"target":173},{"source":9,"target":43},{"source":9,"target":26},{"source":9,"target":89},{"source":9,"target":99},{"source":9,"target":90},{"source":9,"target":0},{"source":173,"target":9},{"source":173,"target":43},{"source":173,"target":308},{"source":173,"target":177},{"source":173,"target":309},{"source":173,"target":175},{"source":173,"target":310},{"source":173,"target":186},{"source":173,"target":311},{"source":173,"target":266},{"source":173,"target":312},{"source":173,"target":313},{"source":173,"target":314},{"source":308,"target":315},{"source":308,"target":316},{"source":308,"target":173},{"source":308,"target":317},{"source":316,"target":315},{"source":177,"target":156},{"source":177,"target":318},{"source":177,"target":173},{"source":177,"target":171},{"source":318,"target":156},{"source":309,"target":131},{"source":309,"target":319},{"source":309,"target":173},{"source":309,"target":320},{"source":319,"target":131},{"source":175,"target":156},{"source":175,"target":321},{"source":175,"target":173},{"source":175,"target":170},{"source":321,"target":156},{"source":310,"target":322},{"source":310,"target":323},{"source":310,"target":173},{"source":310,"target":324},{"source":323,"target":322},{"source":186,"target":159},{"source":186,"target":325},{"source":186,"target":173},{"source":186,"target":183},{"source":325,"target":159},{"source":311,"target":326},{"source":311,"target":327},{"source":311,"target":173},{"source":311,"target":328},{"source":327,"target":326},{"source":266,"target":250},{"source":266,"target":329},{"source":266,"target":173},{"source":266,"target":261},{"source":329,"target":250},{"source":312,"target":330},{"source":312,"target":331},{"source":312,"target":173},{"source":312,"target":332},{"source":331,"target":330},{"source":313,"target":333},{"source":313,"target":334},{"source":313,"target":173},{"source":313,"target":335},{"source":334,"target":333},{"source":314,"target":43},{"source":43,"target":9},{"source":43,"target":336},{"source":43,"target":337},{"source":43,"target":45},{"source":43,"target":338},{"source":43,"target":207},{"source":43,"target":236},{"source":43,"target":339},{"source":336,"target":20},{"source":336,"target":340},{"source":336,"target":43},{"source":340,"target":20},{"source":337,"target":26},{"source":337,"target":341},{"source":337,"target":43},{"source":337,"target":342},{"source":341,"target":26},{"source":45,"target":22},{"source":45,"target":343},{"source":45,"target":43},{"source":45,"target":27},{"source":343,"target":22},{"source":338,"target":20},{"source":338,"target":344},{"source":338,"target":43},{"source":338,"target":345},{"source":344,"target":20},{"source":207,"target":189},{"source":207,"target":346},{"source":207,"target":43},{"source":207,"target":204},{"source":346,"target":189},{"source":236,"target":194},{"source":236,"target":347},{"source":236,"target":43},{"source":236,"target":233},{"source":347,"target":194},{"source":339,"target":333},{"source":339,"target":348},{"source":339,"target":43},{"source":339,"target":349},{"source":348,"target":333},{"source":26,"target":9},{"source":26,"target":173},{"source":26,"target":350},{"source":26,"target":342},{"source":26,"target":351},{"source":26,"target":242},{"source":26,"target":352},{"source":26,"target":353},{"source":350,"target":89},{"source":350,"target":354},{"source":350,"target":26},{"source":350,"target":355},{"source":354,"target":89},{"source":342,"target":43},{"source":342,"target":356},{"source":342,"target":26},{"source":342,"target":337},{"source":356,"target":43},{"source":351,"target":89},{"source":351,"target":357},{"source":351,"target":26},{"source":351,"target":358},{"source":357,"target":89},{"source":242,"target":69},{"source":242,"target":359},{"source":242,"target":26},{"source":242,"target":239},{"source":359,"target":69},{"source":352,"target":360},{"source":352,"target":361},{"source":352,"target":26},{"source":352,"target":362},{"source":361,"target":360},{"source":353,"target":173},{"source":89,"target":9},{"source":89,"target":173},{"source":89,"target":355},{"source":89,"target":358},{"source":89,"target":363},{"source":89,"target":364},{"source":355,"target":26},{"source":355,"target":365},{"source":355,"target":89},{"source":355,"target":350},{"source":365,"target":26},{"source":358,"target":26},{"source":358,"target":366},{"source":358,"target":89},{"source":358,"target":351},{"source":366,"target":26},{"source":363,"target":367},{"source":363,"target":368},{"source":363,"target":89},{"source":363,"target":369},{"source":368,"target":367},{"source":364,"target":173},{"source":99,"target":9},{"source":99,"target":90},{"source":99,"target":370},{"source":370,"target":90},{"source":90,"target":9},{"source":90,"target":173},{"source":90,"target":371},{"source":371,"target":173},{"source":10,"target":372},{"source":10,"target":373},{"source":10,"target":367},{"source":10,"target":374},{"source":10,"target":375},{"source":10,"target":376},{"source":10,"target":377},{"source":10,"target":378},{"source":10,"target":49},{"source":10,"target":96},{"source":10,"target":379},{"source":10,"target":380},{"source":10,"target":0},{"source":372,"target":10},{"source":372,"target":85},{"source":372,"target":86},{"source":372,"target":20},{"source":372,"target":143},{"source":372,"target":381},{"source":372,"target":382},{"source":372,"target":383},{"source":372,"target":384},{"source":372,"target":385},{"source":372,"target":386},{"source":381,"target":373},{"source":381,"target":387},{"source":381,"target":372},{"source":381,"target":388},{"source":387,"target":373},{"source":382,"target":96},{"source":382,"target":389},{"source":382,"target":372},{"source":382,"target":390},{"source":389,"target":96},{"source":383,"target":85},{"source":384,"target":86},{"source":385,"target":20},{"source":386,"target":143},{"source":373,"target":10},{"source":373,"target":391},{"source":373,"target":260},{"source":373,"target":392},{"source":373,"target":393},{"source":373,"target":388},{"source":373,"target":394},{"source":373,"target":395},{"source":373,"target":396},{"source":373,"target":397},{"source":373,"target":398},{"source":373,"target":399},{"source":373,"target":400},{"source":373,"target":401},{"source":373,"target":402},{"source":392,"target":374},{"source":392,"target":403},{"source":392,"target":373},{"source":403,"target":374},{"source":393,"target":404},{"source":393,"target":373},{"source":388,"target":372},{"source":388,"target":405},{"source":388,"target":373},{"source":388,"target":381},{"source":405,"target":372},{"source":394,"target":373},{"source":394,"target":406},{"source":394,"target":373},{"source":394,"target":396},{"source":406,"target":373},{"source":395,"target":74},{"source":395,"target":407},{"source":395,"target":373},{"source":395,"target":408},{"source":407,"target":74},{"source":396,"target":373},{"source":396,"target":409},{"source":396,"target":373},{"source":396,"target":394},{"source":409,"target":373},{"source":397,"target":373},{"source":397,"target":410},{"source":397,"target":373},{"source":397,"target":398},{"source":410,"target":373},{"source":398,"target":373},{"source":398,"target":411},{"source":398,"target":373},{"source":398,"target":397},{"source":411,"target":373},{"source":399,"target":412},{"source":399,"target":413},{"source":399,"target":373},{"source":399,"target":414},{"source":413,"target":412},{"source":400,"target":412},{"source":400,"target":415},{"source":400,"target":373},{"source":400,"target":416},{"source":415,"target":412},{"source":401,"target":391},{"source":402,"target":260},{"source":367,"target":10},{"source":367,"target":373},{"source":367,"target":369},{"source":367,"target":417},{"source":369,"target":89},{"source":369,"target":418},{"source":369,"target":367},{"source":369,"target":363},{"source":418,"target":89},{"source":417,"target":373},{"source":374,"target":10},{"source":374,"target":419},{"source":374,"target":420},{"source":374,"target":421},{"source":374,"target":422},{"source":374,"target":423},{"source":374,"target":424},{"source":374,"target":425},{"source":419,"target":374},{"source":420,"target":374},{"source":421,"target":374},{"source":422,"target":374},{"source":423,"target":374},{"source":424,"target":374},{"source":425,"target":374},{"source":375,"target":10},{"source":375,"target":373},{"source":375,"target":380},{"source":375,"target":426},{"source":375,"target":427},{"source":426,"target":373},{"source":427,"target":380},{"source":376,"target":10},{"source":376,"target":378},{"source":376,"target":428},{"source":376,"target":429},{"source":428,"target":430},{"source":428,"target":376},{"source":429,"target":378},{"source":377,"target":10},{"source":377,"target":378},{"source":377,"target":431},{"source":431,"target":378},{"source":378,"target":10},{"source":378,"target":373},{"source":378,"target":432},{"source":432,"target":373},{"source":49,"target":10},{"source":49,"target":372},{"source":49,"target":51},{"source":49,"target":433},{"source":51,"target":22},{"source":51,"target":434},{"source":51,"target":49},{"source":51,"target":29},{"source":434,"target":22},{"source":433,"target":372},{"source":96,"target":10},{"source":96,"target":87},{"source":96,"target":435},{"source":96,"target":390},{"source":96,"target":98},{"source":96,"target":436},{"source":435,"target":379},{"source":435,"target":437},{"source":435,"target":96},{"source":435,"target":438},{"source":437,"target":379},{"source":390,"target":372},{"source":390,"target":439},{"source":390,"target":96},{"source":390,"target":382},{"source":439,"target":372},{"source":98,"target":86},{"source":98,"target":440},{"source":98,"target":96},{"source":98,"target":91},{"source":440,"target":86},{"source":436,"target":87},{"source":379,"target":10},{"source":379,"target":441},{"source":379,"target":438},{"source":379,"target":442},{"source":438,"target":96},{"source":438,"target":443},{"source":438,"target":379},{"source":438,"target":435},{"source":443,"target":96},{"source":442,"target":441},{"source":380,"target":10},{"source":380,"target":444},{"source":444,"target":190},{"source":444,"target":445},{"source":444,"target":380},{"source":445,"target":190},{"source":11,"target":446},{"source":11,"target":74},{"source":11,"target":412},{"source":11,"target":447},{"source":11,"target":448},{"source":11,"target":77},{"source":11,"target":449},{"source":11,"target":0},{"source":446,"target":11},{"source":446,"target":250},{"source":446,"target":450},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":446,"target":454},{"source":450,"target":455},{"source":450,"target":446},{"source":451,"target":74},{"source":451,"target":456},{"source":451,"target":446},{"source":451,"target":457},{"source":456,"target":74},{"source":452,"target":74},{"source":452,"target":458},{"source":452,"target":446},{"source":452,"target":459},{"source":458,"target":74},{"source":453,"target":412},{"source":453,"target":460},{"source":453,"target":446},{"source":453,"target":461},{"source":460,"target":412},{"source":454,"target":250},{"source":74,"target":11},{"source":74,"target":260},{"source":74,"target":380},{"source":74,"target":76},{"source":74,"target":408},{"source":74,"target":457},{"source":74,"target":459},{"source":74,"target":462},{"source":74,"target":463},{"source":76,"target":22},{"source":76,"target":464},{"source":76,"target":74},{"source":76,"target":38},{"source":464,"target":22},{"source":408,"target":373},{"source":408,"target":465},{"source":408,"target":74},{"source":408,"target":395},{"source":465,"target":373},{"source":457,"target":446},{"source":457,"target":466},{"source":457,"target":74},{"source":457,"target":451},{"source":466,"target":446},{"source":459,"target":446},{"source":459,"target":467},{"source":459,"target":74},{"source":459,"target":452},{"source":467,"target":446},{"source":462,"target":260},{"source":463,"target":380},{"source":412,"target":11},{"source":412,"target":372},{"source":412,"target":250},{"source":412,"target":416},{"source":412,"target":461},{"source":412,"target":414},{"source":412,"target":468},{"source":412,"target":469},{"source":412,"target":470},{"source":416,"target":373},{"source":416,"target":471},{"source":416,"target":412},{"source":416,"target":400},{"source":471,"target":373},{"source":461,"target":446},{"source":461,"target":472},{"source":461,"target":412},{"source":461,"target":453},{"source":472,"target":446},{"source":414,"target":373},{"source":414,"target":473},{"source":414,"target":412},{"source":414,"target":399},{"source":473,"target":373},{"source":468,"target":449},{"source":468,"target":474},{"source":468,"target":412},{"source":474,"target":449},{"source":469,"target":372},{"source":470,"target":250},{"source":447,"target":11},{"source":447,"target":64},{"source":447,"target":475},{"source":475,"target":64},{"source":448,"target":11},{"source":448,"target":447},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":476,"target":479},{"source":476,"target":448},{"source":477,"target":480},{"source":477,"target":448},{"source":478,"target":447},{"source":77,"target":11},{"source":77,"target":252},{"source":77,"target":481},{"source":77,"target":81},{"source":77,"target":79},{"source":77,"target":482},{"source":481,"target":483},{"source":481,"target":77},{"source":81,"target":22},{"source":81,"target":484},{"source":81,"target":77},{"source":81,"target":40},{"source":484,"target":22},{"source":79,"target":22},{"source":79,"target":485},{"source":79,"target":77},{"source":79,"target":39},{"source":485,"target":22},{"source":482,"target":252},{"source":449,"target":11},{"source":449,"target":486},{"source":449,"target":487},{"source":486,"target":449},{"source":487,"target":449},{"source":12,"target":488},{"source":12,"target":20},{"source":12,"target":360},{"source":12,"target":489},{"source":12,"target":490},{"source":12,"target":491},{"source":12,"target":492},{"source":12,"target":493},{"source":12,"target":494},{"source":12,"target":495},{"source":12,"target":0},{"source":488,"target":12},{"source":488,"target":490},{"source":488,"target":496},{"source":496,"target":490},{"source":20,"target":12},{"source":20,"target":157},{"source":20,"target":497},{"source":20,"target":498},{"source":20,"target":345},{"source":20,"target":499},{"source":497,"target":43},{"source":497,"target":500},{"source":497,"target":20},{"source":500,"target":43},{"source":498,"target":360},{"source":498,"target":501},{"source":498,"target":20},{"source":498,"target":502},{"source":501,"target":360},{"source":345,"target":43},{"source":345,"target":503},{"source":345,"target":20},{"source":345,"target":338},{"source":503,"target":43},{"source":499,"target":157},{"source":360,"target":12},{"source":360,"target":26},{"source":360,"target":362},{"source":360,"target":502},{"source":360,"target":504},{"source":362,"target":26},{"source":362,"target":505},{"source":362,"target":360},{"source":362,"target":352},{"source":505,"target":26},{"source":502,"target":20},{"source":502,"target":506},{"source":502,"target":360},{"source":502,"target":498},{"source":506,"target":20},{"source":504,"target":26},{"source":489,"target":12},{"source":489,"target":360},{"source":489,"target":507},{"source":507,"target":360},{"source":490,"target":12},{"source":490,"target":20},{"source":490,"target":508},{"source":490,"target":509},{"source":508,"target":495},{"source":508,"target":510},{"source":508,"target":490},{"source":508,"target":511},{"source":510,"target":495},{"source":509,"target":20},{"source":491,"target":12},{"source":491,"target":490},{"source":491,"target":512},{"source":512,"target":490},{"source":492,"target":12},{"source":492,"target":490},{"source":492,"target":513},{"source":513,"target":490},{"source":493,"target":12},{"source":493,"target":490},{"source":493,"target":514},{"source":514,"target":490},{"source":494,"target":12},{"source":494,"target":490},{"source":494,"target":515},{"source":515,"target":490},{"source":495,"target":12},{"source":495,"target":155},{"source":495,"target":511},{"source":495,"target":516},{"source":511,"target":490},{"source":511,"target":517},{"source":511,"target":495},{"source":511,"target":508},{"source":517,"target":490},{"source":516,"target":155},{"source":13,"target":0},{"source":14,"target":518},{"source":14,"target":519},{"source":14,"target":0},{"source":518,"target":14},{"source":518,"target":140},{"source":518,"target":520},{"source":520,"target":140},{"source":519,"target":14},{"source":519,"target":143},{"source":519,"target":89},{"source":519,"target":521},{"source":519,"target":522},{"source":521,"target":143},{"source":522,"target":89},{"source":15,"target":315},{"source":15,"target":330},{"source":15,"target":322},{"source":15,"target":131},{"source":15,"target":0},{"source":315,"target":15},{"source":315,"target":322},{"source":315,"target":523},{"source":315,"target":524},{"source":315,"target":525},{"source":315,"target":317},{"source":315,"target":526},{"source":523,"target":105},{"source":523,"target":527},{"source":523,"target":315},{"source":527,"target":105},{"source":524,"target":105},{"source":524,"target":528},{"source":524,"target":315},{"source":528,"target":105},{"source":525,"target":105},{"source":525,"target":529},{"source":525,"target":315},{"source":529,"target":105},{"source":317,"target":173},{"source":317,"target":530},{"source":317,"target":315},{"source":317,"target":308},{"source":530,"target":173},{"source":526,"target":322},{"source":330,"target":15},{"source":330,"target":99},{"source":330,"target":322},{"source":330,"target":332},{"source":330,"target":531},{"source":330,"target":532},{"source":332,"target":173},{"source":332,"target":533},{"source":332,"target":330},{"source":332,"target":312},{"source":533,"target":173},{"source":531,"target":99},{"source":532,"target":322},{"source":322,"target":15},{"source":322,"target":326},{"source":322,"target":324},{"source":322,"target":534},{"source":324,"target":173},{"source":324,"target":535},{"source":324,"target":322},{"source":324,"target":310},{"source":535,"target":173},{"source":534,"target":326},{"source":131,"target":15},{"source":131,"target":322},{"source":131,"target":536},{"source":131,"target":537},{"source":131,"target":538},{"source":131,"target":539},{"source":131,"target":320},{"source":131,"target":540},{"source":536,"target":541},{"source":536,"target":131},{"source":537,"target":153},{"source":537,"target":542},{"source":537,"target":131},{"source":542,"target":153},{"source":538,"target":154},{"source":538,"target":543},{"source":538,"target":131},{"source":543,"target":154},{"source":539,"target":544},{"source":539,"target":131},{"source":320,"target":173},{"source":320,"target":545},{"source":320,"target":131},{"source":320,"target":309},{"source":545,"target":173},{"source":540,"target":322},{"source":16,"target":333},{"source":16,"target":46},{"source":16,"target":546},{"source":16,"target":547},{"source":16,"target":548},{"source":16,"target":391},{"source":16,"target":140},{"source":16,"target":441},{"source":16,"target":143},{"source":16,"target":0},{"source":333,"target":16},{"source":333,"target":43},{"source":333,"target":349},{"source":333,"target":549},{"source":333,"target":335},{"source":333,"target":550},{"source":349,"target":43},{"source":349,"target":551},{"source":349,"target":333},{"source":349,"target":339},{"source":551,"target":43},{"source":549,"target":46},{"source":549,"target":552},{"source":549,"target":333},{"source":549,"target":553},{"source":552,"target":46},{"source":335,"target":173},{"source":335,"target":554},{"source":335,"target":333},{"source":335,"target":313},{"source":554,"target":173},{"source":550,"target":43},{"source":46,"target":16},{"source":46,"target":22},{"source":46,"target":48},{"source":46,"target":228},{"source":46,"target":232},{"source":46,"target":285},{"source":46,"target":553},{"source":46,"target":555},{"source":48,"target":22},{"source":48,"target":556},{"source":48,"target":46},{"source":48,"target":28},{"source":556,"target":22},{"source":228,"target":192},{"source":228,"target":557},{"source":228,"target":46},{"source":228,"target":222},{"source":557,"target":192},{"source":232,"target":193},{"source":232,"target":558},{"source":232,"target":46},{"source":232,"target":229},{"source":558,"target":193},{"source":285,"target":251},{"source":285,"target":559},{"source":285,"target":46},{"source":285,"target":281},{"source":559,"target":251},{"source":553,"target":333},{"source":553,"target":560},{"source":553,"target":46},{"source":553,"target":549},{"source":560,"target":333},{"source":555,"target":22},{"source":546,"target":16},{"source":546,"target":46},{"source":546,"target":85},{"source":546,"target":561},{"source":546,"target":562},{"source":561,"target":46},{"source":562,"target":85},{"source":547,"target":16},{"source":547,"target":333},{"source":547,"target":87},{"source":547,"target":563},{"source":547,"target":564},{"source":563,"target":333},{"source":564,"target":87},{"source":548,"target":16},{"source":548,"target":546},{"source":548,"target":565},{"source":565,"target":546},{"source":391,"target":16},{"source":391,"target":46},{"source":391,"target":566},{"source":566,"target":46},{"source":140,"target":16},{"source":140,"target":22},{"source":140,"target":567},{"source":567,"target":22},{"source":441,"target":16},{"source":441,"target":333},{"source":441,"target":568},{"source":568,"target":333},{"source":143,"target":16},{"source":143,"target":43},{"source":143,"target":569},{"source":569,"target":43},{"source":17,"target":570},{"source":17,"target":571},{"source":17,"target":572},{"source":17,"target":573},{"source":17,"target":574},{"source":17,"target":0},{"source":570,"target":17},{"source":570,"target":244},{"source":570,"target":575},{"source":575,"target":244},{"source":571,"target":17},{"source":571,"target":573},{"source":571,"target":85},{"source":571,"target":576},{"source":571,"target":577},{"source":576,"target":573},{"source":577,"target":85},{"source":572,"target":17},{"source":572,"target":573},{"source":572,"target":578},{"source":578,"target":573},{"source":573,"target":17},{"source":573,"target":22},{"source":573,"target":579},{"source":579,"target":22},{"source":574,"target":17},{"source":574,"target":573},{"source":574,"target":580},{"source":580,"target":573},{"source":18,"target":326},{"source":18,"target":64},{"source":18,"target":0},{"source":326,"target":18},{"source":326,"target":87},{"source":326,"target":143},{"source":326,"target":328},{"source":326,"target":581},{"source":326,"target":582},{"source":328,"target":173},{"source":328,"target":583},{"source":328,"target":326},{"source":328,"target":311},{"source":583,"target":173},{"source":581,"target":87},{"source":582,"target":143},{"source":64,"target":18},{"source":64,"target":85},{"source":64,"target":140},{"source":64,"target":66},{"source":64,"target":584},{"source":64,"target":585},{"source":66,"target":22},{"source":66,"target":586},{"source":66,"target":64},{"source":66,"target":34},{"source":586,"target":22},{"source":584,"target":85},{"source":585,"target":140}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/benjimor/fuzzy-smalluml/SmallUML/model/smalluml.ecore | smalluml
NamedElement
name
Type
Enumeration
value
Class
isAbstract
false
attributes
methods
parents
Attribute
typedValue
Method
parameters
returnTypedValue
Relation
cardinality
from
to
Cardinality
lowerBound
0
upperBound
-1
Package
class
relation
types
EnumerationElement
value
ConcreteType | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smalluml" nsURI="http://www.univ-nantes.fr/smalluml" nsPrefix="smalluml">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1"
eType="#//EnumerationElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1"
eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedValue" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnTypedValue" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" lowerBound="1"
eType="#//Cardinality" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cardinality">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//Class" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteType" eSuperTypes="#//Type"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"smalluml","nsURI":"http://www.univ-nantes.fr/smalluml","name":"smalluml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnTypedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":10},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":10},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":18,"target":23},{"source":18,"target":4},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":4},{"source":24,"target":5},{"source":20,"target":6},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":6},{"source":21,"target":4},{"source":21,"target":26},{"source":21,"target":4},{"source":26,"target":4},{"source":22,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":27},{"source":5,"target":28},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":2},{"source":28,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":5},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":2},{"source":32,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":35,"target":8},{"source":35,"target":39},{"source":35,"target":7},{"source":39,"target":8},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":7},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":7},{"source":41,"target":4},{"source":38,"target":1},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":44},{"source":42,"target":8},{"source":43,"target":45},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":46,"target":4},{"source":46,"target":49},{"source":46,"target":9},{"source":49,"target":4},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":9},{"source":50,"target":7},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":9},{"source":51,"target":2},{"source":10,"target":0},{"source":10,"target":52},{"source":52,"target":53},{"source":52,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":54},{"source":54,"target":2}],"multigraph":true} | ecore |
workflow | repo-ecore-all/data/harveyalferez/harveyalferez.github.io/dynamicevolutionservcomp/models/bpmn.ecore | bpmn
Activity
orderedMessages
incomingMessages
outgoingMessages
groups
activityType
Task
eventHandlerFor
lane
looping
ActivityType
Task
Task
SubProcess
SubProcess
EventStartEmpty
EventStartEmpty
EventStartMessage
EventStartMessage
EventStartRule
EventStartRule
EventStartTimer
EventStartTimer
EventStartLink
EventStartLink
EventStartMultiple
EventStartMultiple
EventIntermediateEmpty
EventIntermediateEmpty
EventIntermediateMessage
EventIntermediateMessage
EventIntermediateTimer
EventIntermediateTimer
EventIntermediateError
EventIntermediateError
EventIntermediateCompensation
EventIntermediateCompensation
EventIntermediateRule
EventIntermediateRule
EventIntermediateLink
EventIntermediateLink
EventIntermediateMultiple
EventIntermediateMultiple
EventIntermediateCancel
EventIntermediateCancel
EventEndEmpty
EventEndEmpty
EventEndMessage
EventEndMessage
EventEndError
EventEndError
EventEndCompensation
EventEndCompensation
EventEndTerminate
EventEndTerminate
EventEndLink
EventEndLink
EventEndMultiple
EventEndMultiple
EventEndCancel
EventEndCancel
GatewayDataBasedExclusive
GatewayDataBasedExclusive
GatewayEventBasedExclusive
GatewayEventBasedExclusive
GatewayDataBasedInclusive
GatewayDataBasedInclusive
GatewayParallel
GatewayParallel
GatewayComplex
GatewayComplex
ActivityTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Artifact
associations
artifactsContainer
ArtifactsContainer
artifacts
Association
direction
None
source
target
BpmnDiagram
pools
messages
author
title
DataObject
DirectionType
None
None
To
To
From
From
Both
Both
DirectionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Graph
vertices
sequenceEdges
Group
activities
Identifiable
iD
IdentifiableNode
associations
Lane
activities
pool
MessagingEdge
bpmnDiagram
source
target
NamedBpmnObject
documentation
name
ncname
Pool
lanes
bpmnDiagram
SequenceEdge
conditionType
None
graph
isDefault
source
target
SequenceFlowConditionType
None
None
Expression
Expression
Default
Default
SequenceFlowConditionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
SubProcess
eventHandlers
isTransaction
TextAnnotation
Vertex
outgoingEdges
incomingEdges
graph | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bpmn"
nsURI="http://stp.eclipse.org/bpmn" nsPrefix="bpmn">
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Vertex #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Activity"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderedMessages" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="orderedMessages:9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingMessages" upperBound="-1"
eType="#//MessagingEdge" volatile="true" transient="true" derived="true" eOpposite="#//MessagingEdge/target">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="incomingMessages"/>
<details key="group" value="#orderedMessages:9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingMessages" upperBound="-1"
eType="#//MessagingEdge" volatile="true" transient="true" derived="true" eOpposite="#//MessagingEdge/source">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="outgoingMessages"/>
<details key="group" value="#orderedMessages:9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//Group" eOpposite="#//Group/activities">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="groups"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="activityType" eType="#//ActivityType"
defaultValueLiteral="Task" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="activityType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlerFor" eType="#//SubProcess"
eOpposite="#//SubProcess/eventHandlers">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="eventHandlerFor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lane" eType="#//Lane" eOpposite="#//Lane/activities">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="lane"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="looping" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="looping"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActivityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityType"/>
</eAnnotations>
<eLiterals name="Task"/>
<eLiterals name="SubProcess" value="1"/>
<eLiterals name="EventStartEmpty" value="2"/>
<eLiterals name="EventStartMessage" value="3"/>
<eLiterals name="EventStartRule" value="4"/>
<eLiterals name="EventStartTimer" value="5"/>
<eLiterals name="EventStartLink" value="6"/>
<eLiterals name="EventStartMultiple" value="7"/>
<eLiterals name="EventIntermediateEmpty" value="8"/>
<eLiterals name="EventIntermediateMessage" value="9"/>
<eLiterals name="EventIntermediateTimer" value="10"/>
<eLiterals name="EventIntermediateError" value="11"/>
<eLiterals name="EventIntermediateCompensation" value="12"/>
<eLiterals name="EventIntermediateRule" value="13"/>
<eLiterals name="EventIntermediateLink" value="14"/>
<eLiterals name="EventIntermediateMultiple" value="15"/>
<eLiterals name="EventIntermediateCancel" value="16"/>
<eLiterals name="EventEndEmpty" value="17"/>
<eLiterals name="EventEndMessage" value="18"/>
<eLiterals name="EventEndError" value="19"/>
<eLiterals name="EventEndCompensation" value="20"/>
<eLiterals name="EventEndTerminate" value="21"/>
<eLiterals name="EventEndLink" value="22"/>
<eLiterals name="EventEndMultiple" value="23"/>
<eLiterals name="EventEndCancel" value="24"/>
<eLiterals name="GatewayDataBasedExclusive" value="25"/>
<eLiterals name="GatewayEventBasedExclusive" value="26"/>
<eLiterals name="GatewayDataBasedInclusive" value="27"/>
<eLiterals name="GatewayParallel" value="28"/>
<eLiterals name="GatewayComplex" value="29"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActivityTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityType:Object"/>
<details key="baseType" value="ActivityType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Identifiable #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Artifact"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1"
eType="#//Association" containment="true" resolveProxies="false" eOpposite="#//Association/source">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="associations"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="artifactsContainer" eType="#//ArtifactsContainer"
eOpposite="#//ArtifactsContainer/artifacts">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="artifactsContainer"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArtifactsContainer" eSuperTypes="#//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ArtifactsContainer"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1"
eType="#//Artifact" containment="true" resolveProxies="false" eOpposite="#//Artifact/artifactsContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="artifacts"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Association"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//DirectionType"
defaultValueLiteral="None" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="direction"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Artifact"
eOpposite="#//Artifact/associations">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//IdentifiableNode"
eOpposite="#//IdentifiableNode/associations">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BpmnDiagram" eSuperTypes="#//Identifiable #//ArtifactsContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BpmnDiagram"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pools" upperBound="-1"
eType="#//Pool" containment="true" resolveProxies="false" eOpposite="#//Pool/bpmnDiagram">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="pools"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1"
eType="#//MessagingEdge" containment="true" resolveProxies="false" eOpposite="#//MessagingEdge/bpmnDiagram">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="messages"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="author"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//Artifact">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DataObject"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DirectionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="direction_._type"/>
</eAnnotations>
<eLiterals name="None"/>
<eLiterals name="To" value="1"/>
<eLiterals name="From" value="2"/>
<eLiterals name="Both" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DirectionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="direction_._type:Object"/>
<details key="baseType" value="direction_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//IdentifiableNode #//ArtifactsContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Graph"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertices" upperBound="-1"
eType="#//Vertex" containment="true" resolveProxies="false" eOpposite="#//Vertex/graph">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="vertices"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceEdges" upperBound="-1"
eType="#//SequenceEdge" containment="true" resolveProxies="false" eOpposite="#//SequenceEdge/graph">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="sequenceEdges"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Artifact">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Group"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" upperBound="-1"
eType="#//Activity" resolveProxies="false" eOpposite="#//Activity/groups">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="activities"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identifiable" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Identifiable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiableNode" eSuperTypes="#//Identifiable">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IdentifiableNode"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1"
eType="#//Association" eOpposite="#//Association/target">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="associations"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lane" eSuperTypes="#//Identifiable #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Lane"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" upperBound="-1"
eType="#//Activity" resolveProxies="false" eOpposite="#//Activity/lane">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="activities"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pool" eType="#//Pool" eOpposite="#//Pool/lanes">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="pool"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessagingEdge" eSuperTypes="#//Identifiable #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MessagingEdge"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bpmnDiagram" eType="#//BpmnDiagram"
eOpposite="#//BpmnDiagram/messages">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="bpmnDiagram"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Activity"
eOpposite="#//Activity/outgoingMessages">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Activity"
eOpposite="#//Activity/incomingMessages">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="NamedBpmnObject"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="documentation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ncname" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ncname"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pool" eSuperTypes="#//Graph #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Pool"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lanes" upperBound="-1"
eType="#//Lane" containment="true" resolveProxies="false" eOpposite="#//Lane/pool">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lanes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bpmnDiagram" eType="#//BpmnDiagram"
eOpposite="#//BpmnDiagram/pools">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="bpmnDiagram"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceEdge" eSuperTypes="#//Identifiable #//NamedBpmnObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SequenceEdge"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionType" eType="#//SequenceFlowConditionType"
defaultValueLiteral="None" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="conditionType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph"
eOpposite="#//Graph/sequenceEdges">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="graph"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isDefault"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Vertex"
eOpposite="#//Vertex/outgoingEdges">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Vertex"
eOpposite="#//Vertex/incomingEdges">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SequenceFlowConditionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SequenceFlowConditionType"/>
</eAnnotations>
<eLiterals name="None"/>
<eLiterals name="Expression" value="1"/>
<eLiterals name="Default" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SequenceFlowConditionTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SequenceFlowConditionType:Object"/>
<details key="baseType" value="SequenceFlowConditionType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProcess" eSuperTypes="#//Activity #//Graph">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SubProcess"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlers" upperBound="-1"
eType="#//Activity" containment="true" resolveProxies="false" eOpposite="#//Activity/eventHandlerFor">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="eventHandlers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransaction" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isTransaction"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextAnnotation" eSuperTypes="#//Artifact">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TextAnnotation"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//IdentifiableNode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Vertex"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingEdges" upperBound="-1"
eType="#//SequenceEdge" eOpposite="#//SequenceEdge/source">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="outgoingEdges"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingEdges" upperBound="-1"
eType="#//SequenceEdge" eOpposite="#//SequenceEdge/target">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="incomingEdges"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph"
eOpposite="#//Graph/vertices">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="graph"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"bpmn","nsURI":"http://stp.eclipse.org/bpmn","name":"bpmn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActivityTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactsContainer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BpmnDiagram","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DirectionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lane","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessagingEdge","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedBpmnObject","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pool","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceEdge","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SequenceFlowConditionType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SequenceFlowConditionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProcess","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAnnotation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orderedMessages","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"incomingMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"outgoingMessages","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Task","unsettable":true,"transient":false,"unique":true,"name":"activityType","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"eventHandlerFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"looping","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"},{"container":false,"ordered":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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventHandlers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"name":"Task","id":48,"value":0,"literal":"Task","eClass":"EEnumLiteral"},{"name":"SubProcess","id":49,"value":1,"literal":"SubProcess","eClass":"EEnumLiteral"},{"name":"EventStartEmpty","id":50,"value":2,"literal":"EventStartEmpty","eClass":"EEnumLiteral"},{"name":"EventStartMessage","id":51,"value":3,"literal":"EventStartMessage","eClass":"EEnumLiteral"},{"name":"EventStartRule","id":52,"value":4,"literal":"EventStartRule","eClass":"EEnumLiteral"},{"name":"EventStartTimer","id":53,"value":5,"literal":"EventStartTimer","eClass":"EEnumLiteral"},{"name":"EventStartLink","id":54,"value":6,"literal":"EventStartLink","eClass":"EEnumLiteral"},{"name":"EventStartMultiple","id":55,"value":7,"literal":"EventStartMultiple","eClass":"EEnumLiteral"},{"name":"EventIntermediateEmpty","id":56,"value":8,"literal":"EventIntermediateEmpty","eClass":"EEnumLiteral"},{"name":"EventIntermediateMessage","id":57,"value":9,"literal":"EventIntermediateMessage","eClass":"EEnumLiteral"},{"name":"EventIntermediateTimer","id":58,"value":10,"literal":"EventIntermediateTimer","eClass":"EEnumLiteral"},{"name":"EventIntermediateError","id":59,"value":11,"literal":"EventIntermediateError","eClass":"EEnumLiteral"},{"name":"EventIntermediateCompensation","id":60,"value":12,"literal":"EventIntermediateCompensation","eClass":"EEnumLiteral"},{"name":"EventIntermediateRule","id":61,"value":13,"literal":"EventIntermediateRule","eClass":"EEnumLiteral"},{"name":"EventIntermediateLink","id":62,"value":14,"literal":"EventIntermediateLink","eClass":"EEnumLiteral"},{"name":"EventIntermediateMultiple","id":63,"value":15,"literal":"EventIntermediateMultiple","eClass":"EEnumLiteral"},{"name":"EventIntermediateCancel","id":64,"value":16,"literal":"EventIntermediateCancel","eClass":"EEnumLiteral"},{"name":"EventEndEmpty","id":65,"value":17,"literal":"EventEndEmpty","eClass":"EEnumLiteral"},{"name":"EventEndMessage","id":66,"value":18,"literal":"EventEndMessage","eClass":"EEnumLiteral"},{"name":"EventEndError","id":67,"value":19,"literal":"EventEndError","eClass":"EEnumLiteral"},{"name":"EventEndCompensation","id":68,"value":20,"literal":"EventEndCompensation","eClass":"EEnumLiteral"},{"name":"EventEndTerminate","id":69,"value":21,"literal":"EventEndTerminate","eClass":"EEnumLiteral"},{"name":"EventEndLink","id":70,"value":22,"literal":"EventEndLink","eClass":"EEnumLiteral"},{"name":"EventEndMultiple","id":71,"value":23,"literal":"EventEndMultiple","eClass":"EEnumLiteral"},{"name":"EventEndCancel","id":72,"value":24,"literal":"EventEndCancel","eClass":"EEnumLiteral"},{"name":"GatewayDataBasedExclusive","id":73,"value":25,"literal":"GatewayDataBasedExclusive","eClass":"EEnumLiteral"},{"name":"GatewayEventBasedExclusive","id":74,"value":26,"literal":"GatewayEventBasedExclusive","eClass":"EEnumLiteral"},{"name":"GatewayDataBasedInclusive","id":75,"value":27,"literal":"GatewayDataBasedInclusive","eClass":"EEnumLiteral"},{"name":"GatewayParallel","id":76,"value":28,"literal":"GatewayParallel","eClass":"EEnumLiteral"},{"name":"GatewayComplex","id":77,"value":29,"literal":"GatewayComplex","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":"associations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"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":"artifactsContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"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":"artifacts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":true,"transient":false,"unique":true,"name":"direction","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"pools","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messages","changeable":true,"resolveProxies":false,"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":"author","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"bpmnDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"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":"bpmnDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"None","id":108,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"To","id":109,"value":1,"literal":"To","eClass":"EEnumLiteral"},{"name":"From","id":110,"value":2,"literal":"From","eClass":"EEnumLiteral"},{"name":"Both","id":111,"value":3,"literal":"Both","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":"vertices","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceEdges","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"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":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":true,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pool","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lanes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ncname","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":true,"transient":false,"unique":true,"name":"conditionType","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":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":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"name":"None","id":161,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Expression","id":162,"value":1,"literal":"Expression","eClass":"EEnumLiteral"},{"name":"Default","id":163,"value":2,"literal":"Default","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isTransaction","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"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"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":24},{"source":1,"target":17},{"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":25,"target":35},{"source":25,"target":1},{"source":26,"target":16},{"source":26,"target":36},{"source":26,"target":1},{"source":26,"target":37},{"source":36,"target":16},{"source":27,"target":16},{"source":27,"target":38},{"source":27,"target":1},{"source":27,"target":39},{"source":38,"target":16},{"source":28,"target":12},{"source":28,"target":40},{"source":28,"target":1},{"source":28,"target":41},{"source":40,"target":12},{"source":29,"target":2},{"source":29,"target":42},{"source":29,"target":1},{"source":42,"target":2},{"source":30,"target":22},{"source":30,"target":43},{"source":30,"target":1},{"source":30,"target":44},{"source":43,"target":22},{"source":31,"target":15},{"source":31,"target":45},{"source":31,"target":1},{"source":31,"target":46},{"source":45,"target":15},{"source":32,"target":47},{"source":32,"target":1},{"source":33,"target":24},{"source":34,"target":17},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":48,"target":2},{"source":49,"target":2},{"source":50,"target":2},{"source":51,"target":2},{"source":52,"target":2},{"source":53,"target":2},{"source":54,"target":2},{"source":55,"target":2},{"source":56,"target":2},{"source":57,"target":2},{"source":58,"target":2},{"source":59,"target":2},{"source":60,"target":2},{"source":61,"target":2},{"source":62,"target":2},{"source":63,"target":2},{"source":64,"target":2},{"source":65,"target":2},{"source":66,"target":2},{"source":67,"target":2},{"source":68,"target":2},{"source":69,"target":2},{"source":70,"target":2},{"source":71,"target":2},{"source":72,"target":2},{"source":73,"target":2},{"source":74,"target":2},{"source":75,"target":2},{"source":76,"target":2},{"source":77,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":17},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":78,"target":6},{"source":78,"target":82},{"source":78,"target":4},{"source":78,"target":83},{"source":82,"target":6},{"source":79,"target":5},{"source":79,"target":84},{"source":79,"target":4},{"source":79,"target":85},{"source":84,"target":5},{"source":80,"target":13},{"source":81,"target":17},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":85},{"source":5,"target":86},{"source":85,"target":4},{"source":85,"target":87},{"source":85,"target":5},{"source":85,"target":79},{"source":87,"target":4},{"source":86,"target":17},{"source":6,"target":0},{"source":6,"target":88},{"source":6,"target":83},{"source":6,"target":89},{"source":6,"target":90},{"source":88,"target":9},{"source":88,"target":91},{"source":88,"target":6},{"source":91,"target":9},{"source":83,"target":4},{"source":83,"target":92},{"source":83,"target":6},{"source":83,"target":78},{"source":92,"target":4},{"source":89,"target":14},{"source":89,"target":93},{"source":89,"target":6},{"source":89,"target":94},{"source":93,"target":14},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":5},{"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":95,"target":18},{"source":95,"target":101},{"source":95,"target":7},{"source":95,"target":102},{"source":101,"target":18},{"source":96,"target":16},{"source":96,"target":103},{"source":96,"target":7},{"source":96,"target":104},{"source":103,"target":16},{"source":97,"target":105},{"source":97,"target":7},{"source":98,"target":106},{"source":98,"target":7},{"source":99,"target":13},{"source":100,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":107},{"source":107,"target":4},{"source":9,"target":0},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":108,"target":9},{"source":109,"target":9},{"source":110,"target":9},{"source":111,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":5},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":112,"target":24},{"source":112,"target":116},{"source":112,"target":11},{"source":112,"target":117},{"source":116,"target":24},{"source":113,"target":19},{"source":113,"target":118},{"source":113,"target":11},{"source":113,"target":119},{"source":118,"target":19},{"source":114,"target":14},{"source":115,"target":5},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":41},{"source":12,"target":120},{"source":41,"target":1},{"source":41,"target":121},{"source":41,"target":12},{"source":41,"target":28},{"source":121,"target":1},{"source":120,"target":4},{"source":13,"target":0},{"source":13,"target":122},{"source":13,"target":123},{"source":122,"target":124},{"source":122,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":94},{"source":14,"target":125},{"source":94,"target":6},{"source":94,"target":126},{"source":94,"target":14},{"source":94,"target":89},{"source":126,"target":6},{"source":125,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":17},{"source":15,"target":46},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":46,"target":1},{"source":46,"target":130},{"source":46,"target":15},{"source":46,"target":31},{"source":130,"target":1},{"source":127,"target":18},{"source":127,"target":131},{"source":127,"target":15},{"source":127,"target":132},{"source":131,"target":18},{"source":128,"target":13},{"source":129,"target":17},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":17},{"source":16,"target":104},{"source":16,"target":39},{"source":16,"target":37},{"source":16,"target":133},{"source":16,"target":134},{"source":104,"target":7},{"source":104,"target":135},{"source":104,"target":16},{"source":104,"target":96},{"source":135,"target":7},{"source":39,"target":1},{"source":39,"target":136},{"source":39,"target":16},{"source":39,"target":27},{"source":136,"target":1},{"source":37,"target":1},{"source":37,"target":137},{"source":37,"target":16},{"source":37,"target":26},{"source":137,"target":1},{"source":133,"target":13},{"source":134,"target":17},{"source":17,"target":0},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":138,"target":141},{"source":138,"target":17},{"source":139,"target":142},{"source":139,"target":17},{"source":140,"target":143},{"source":140,"target":17},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":17},{"source":18,"target":132},{"source":18,"target":102},{"source":18,"target":144},{"source":18,"target":145},{"source":132,"target":15},{"source":132,"target":146},{"source":132,"target":18},{"source":132,"target":127},{"source":146,"target":15},{"source":102,"target":7},{"source":102,"target":147},{"source":102,"target":18},{"source":102,"target":95},{"source":147,"target":7},{"source":144,"target":11},{"source":145,"target":17},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":17},{"source":19,"target":148},{"source":19,"target":119},{"source":19,"target":149},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":148,"target":20},{"source":148,"target":154},{"source":148,"target":19},{"source":154,"target":20},{"source":119,"target":11},{"source":119,"target":155},{"source":119,"target":19},{"source":119,"target":113},{"source":155,"target":11},{"source":149,"target":156},{"source":149,"target":19},{"source":150,"target":24},{"source":150,"target":157},{"source":150,"target":19},{"source":150,"target":158},{"source":157,"target":24},{"source":151,"target":24},{"source":151,"target":159},{"source":151,"target":19},{"source":151,"target":160},{"source":159,"target":24},{"source":152,"target":13},{"source":153,"target":17},{"source":20,"target":0},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":161,"target":20},{"source":162,"target":20},{"source":163,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":11},{"source":22,"target":44},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":44,"target":1},{"source":44,"target":167},{"source":44,"target":22},{"source":44,"target":30},{"source":167,"target":1},{"source":164,"target":168},{"source":164,"target":22},{"source":165,"target":1},{"source":166,"target":11},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":169},{"source":169,"target":4},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":158},{"source":24,"target":160},{"source":24,"target":117},{"source":24,"target":170},{"source":158,"target":19},{"source":158,"target":171},{"source":158,"target":24},{"source":158,"target":150},{"source":171,"target":19},{"source":160,"target":19},{"source":160,"target":172},{"source":160,"target":24},{"source":160,"target":151},{"source":172,"target":19},{"source":117,"target":11},{"source":117,"target":173},{"source":117,"target":24},{"source":117,"target":112},{"source":173,"target":11},{"source":170,"target":14}],"multigraph":true} | ecore |
gpl | repo-ecore-all/data/anatlyzer/a2l/tests/a2l.tests.java2graph/metamodels/java.ecore | javaMM
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
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
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
PrefixExpression
operator
operand
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
WildCardType
upperBound
bound
WhileStatement
expression
body
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
>>>=
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
PostfixExpressionKind
INCREMENT
++
DECREMENT
--
PrefixExpressionKind
INCREMENT
++
DECREMENT
--
PLUS
+
MINUS
-
COMPLEMENT
~
NOT
!
VisibilityKind
none
none
public
public
private
private
protected
protected | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="javaMM" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java"
nsPrefix="javaMM">
<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: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: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: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: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: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: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="&="/>
<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="<<="/>
<eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/>
</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="<<"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/>
<eLiterals name="LESS" value="9" literal="<"/>
<eLiterals name="GREATER" value="10" literal=">"/>
<eLiterals name="LESS_EQUALS" value="11" literal="<="/>
<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="&"/>
<eLiterals name="OR" value="17" literal="|"/>
<eLiterals name="CONDITIONAL_AND" value="18" literal="&&"/>
<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:EEnum" name="PostfixExpressionKind">
<eLiterals name="INCREMENT" value="1" literal="++"/>
<eLiterals name="DECREMENT" value="2" literal="--"/>
</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:EEnum" name="VisibilityKind">
<eLiterals name="none" value="1"/>
<eLiterals name="public" value="2"/>
<eLiterals name="private" value="3"/>
<eLiterals name="protected" value="4"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"javaMM","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java","name":"javaMM","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,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":127,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":128,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":129,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":131,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"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"},{"container":false,"ordered":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":251,"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":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"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":269,"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":270,"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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":284,"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":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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":293,"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":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":false,"ordered":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":301,"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":302,"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":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"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":313,"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":314,"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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":320,"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":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"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":323,"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":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"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":335,"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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"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":342,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"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":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":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":371,"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":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"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":378,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"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":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"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":385,"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":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"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":390,"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":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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"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":393,"derived":false},{"container":false,"ordered":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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"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":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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"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":419,"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":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"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":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"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":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":"attributes","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"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":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"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":436,"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":437,"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":438,"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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"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":449,"derived":false},{"container":false,"ordered":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":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":455,"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":456,"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":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"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":464,"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":465,"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":466,"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":467,"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"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":477,"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":478,"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":479,"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":480,"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":481,"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":482,"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":483,"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":484,"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":485,"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":486,"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":487,"derived":false},{"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"},{"id":498,"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":499,"derived":false},{"id":500,"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":501,"derived":false},{"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"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":504,"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":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,"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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"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":515,"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":516,"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":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"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":524,"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":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"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":529,"derived":false},{"container":false,"ordered":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":530,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"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":537,"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":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"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":542,"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":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"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":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"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":560,"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":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"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":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"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":566,"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":567,"derived":false},{"container":false,"ordered":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":568,"derived":false},{"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"},{"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":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"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":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"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":590,"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":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"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":595,"derived":false},{"container":false,"ordered":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":596,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":600,"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":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"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":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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"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":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"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":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"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":617,"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":618,"derived":false},{"container":false,"ordered":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":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"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":624,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"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":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"container":false,"ordered":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":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"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":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"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":639,"derived":false},{"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":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"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":646,"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":647,"derived":false},{"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"},{"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":674,"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":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"container":false,"ordered":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":680,"derived":false},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"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":687,"derived":false},{"container":false,"ordered":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":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":694,"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":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"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":699,"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":700,"derived":false},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"name":"ASSIGN","id":704,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":705,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":706,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":707,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":708,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":709,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":710,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":711,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":712,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":713,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":714,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":715,"value":12,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"TIMES","id":716,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":717,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":718,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":719,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":720,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":721,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":722,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":723,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":724,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":725,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":726,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":727,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":728,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":729,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":730,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":731,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":732,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":733,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":734,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":735,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":736,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":737,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":738,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":739,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":740,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":741,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":742,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":743,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":744,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":745,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"name":"none","id":746,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":747,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":748,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":749,"value":4,"literal":"protected","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":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":20},{"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":23},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":23},{"source":134,"target":88},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":88},{"source":135,"target":103},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":103},{"source":136,"target":107},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":107},{"source":137,"target":62},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":62},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":20},{"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":42},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":42},{"source":150,"target":103},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":103},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":102},{"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":20},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":20},{"source":156,"target":34},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":34},{"source":157,"target":34},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":34},{"source":158,"target":70},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":70},{"source":159,"target":103},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":103},{"source":160,"target":20},{"source":161,"target":102},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":103},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":103},{"source":170,"target":42},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":103},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":103},{"source":173,"target":123},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":123},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":103},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":103},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":42},{"source":7,"target":0},{"source":7,"target":66},{"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":28},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":28},{"source":185,"target":56},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":56},{"source":186,"target":66},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":42},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":42},{"source":191,"target":42},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":42},{"source":192,"target":89},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":34},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":34},{"source":196,"target":35},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":35},{"source":197,"target":28},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":28},{"source":10,"target":0},{"source":10,"target":66},{"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":42},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":42},{"source":203,"target":66},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":42},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":42},{"source":209,"target":103},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":103},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":20},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":20},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":20},{"source":215,"target":29},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":29},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":42},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":42},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":42},{"source":222,"target":42},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":42},{"source":223,"target":42},{"source":15,"target":0},{"source":15,"target":42},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":42},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":42},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":103},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":103},{"source":229,"target":42},{"source":16,"target":0},{"source":16,"target":42},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":42},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":42},{"source":234,"target":42},{"source":17,"target":0},{"source":17,"target":42},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":42},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":42},{"source":237,"target":42},{"source":18,"target":0},{"source":18,"target":102},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":103},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":103},{"source":241,"target":102},{"source":19,"target":0},{"source":19,"target":42},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":42},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":42},{"source":245,"target":127},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":127},{"source":246,"target":42},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":42},{"source":247,"target":42},{"source":20,"target":0},{"source":20,"target":66},{"source":20,"target":163},{"source":20,"target":251},{"source":20,"target":218},{"source":20,"target":252},{"source":20,"target":253},{"source":163,"target":3},{"source":163,"target":254},{"source":163,"target":20},{"source":163,"target":155},{"source":254,"target":3},{"source":251,"target":6},{"source":251,"target":255},{"source":251,"target":20},{"source":255,"target":6},{"source":218,"target":13},{"source":218,"target":256},{"source":218,"target":20},{"source":218,"target":214},{"source":256,"target":13},{"source":252,"target":65},{"source":252,"target":257},{"source":252,"target":20},{"source":252,"target":258},{"source":257,"target":65},{"source":253,"target":66},{"source":21,"target":0},{"source":21,"target":42},{"source":21,"target":259},{"source":21,"target":260},{"source":259,"target":261},{"source":259,"target":21},{"source":260,"target":42},{"source":22,"target":0},{"source":22,"target":34},{"source":22,"target":262},{"source":262,"target":34},{"source":23,"target":0},{"source":23,"target":89},{"source":23,"target":263},{"source":23,"target":264},{"source":263,"target":89},{"source":263,"target":265},{"source":263,"target":23},{"source":265,"target":89},{"source":264,"target":89},{"source":24,"target":0},{"source":24,"target":89},{"source":24,"target":266},{"source":24,"target":267},{"source":266,"target":54},{"source":266,"target":268},{"source":266,"target":24},{"source":266,"target":269},{"source":268,"target":54},{"source":267,"target":89},{"source":25,"target":0},{"source":25,"target":42},{"source":25,"target":270},{"source":25,"target":271},{"source":25,"target":272},{"source":270,"target":42},{"source":270,"target":273},{"source":270,"target":25},{"source":273,"target":42},{"source":271,"target":103},{"source":271,"target":274},{"source":271,"target":25},{"source":274,"target":103},{"source":272,"target":42},{"source":26,"target":0},{"source":26,"target":89},{"source":26,"target":275},{"source":26,"target":276},{"source":26,"target":277},{"source":275,"target":88},{"source":275,"target":278},{"source":275,"target":26},{"source":275,"target":279},{"source":278,"target":88},{"source":276,"target":23},{"source":276,"target":280},{"source":276,"target":26},{"source":280,"target":23},{"source":277,"target":89},{"source":27,"target":0},{"source":27,"target":42},{"source":27,"target":281},{"source":27,"target":282},{"source":281,"target":283},{"source":281,"target":27},{"source":282,"target":42},{"source":28,"target":0},{"source":28,"target":66},{"source":28,"target":284},{"source":28,"target":285},{"source":28,"target":286},{"source":28,"target":287},{"source":28,"target":288},{"source":284,"target":289},{"source":284,"target":28},{"source":285,"target":3},{"source":285,"target":290},{"source":285,"target":28},{"source":290,"target":3},{"source":286,"target":35},{"source":286,"target":291},{"source":286,"target":28},{"source":291,"target":35},{"source":287,"target":70},{"source":287,"target":292},{"source":287,"target":28},{"source":292,"target":70},{"source":288,"target":66},{"source":29,"target":0},{"source":29,"target":42},{"source":29,"target":2},{"source":29,"target":220},{"source":29,"target":293},{"source":29,"target":294},{"source":29,"target":295},{"source":29,"target":296},{"source":220,"target":13},{"source":220,"target":297},{"source":220,"target":29},{"source":220,"target":215},{"source":297,"target":13},{"source":293,"target":42},{"source":293,"target":298},{"source":293,"target":29},{"source":298,"target":42},{"source":294,"target":103},{"source":294,"target":299},{"source":294,"target":29},{"source":299,"target":103},{"source":295,"target":42},{"source":296,"target":2},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":300},{"source":300,"target":1},{"source":31,"target":0},{"source":31,"target":42},{"source":31,"target":301},{"source":31,"target":302},{"source":31,"target":303},{"source":31,"target":304},{"source":301,"target":42},{"source":301,"target":305},{"source":301,"target":31},{"source":305,"target":42},{"source":302,"target":42},{"source":302,"target":306},{"source":302,"target":31},{"source":306,"target":42},{"source":303,"target":42},{"source":303,"target":307},{"source":303,"target":31},{"source":307,"target":42},{"source":304,"target":42},{"source":32,"target":0},{"source":32,"target":89},{"source":32,"target":2},{"source":32,"target":308},{"source":32,"target":309},{"source":308,"target":89},{"source":309,"target":2},{"source":33,"target":0},{"source":33,"target":104},{"source":33,"target":310},{"source":33,"target":311},{"source":310,"target":103},{"source":310,"target":312},{"source":310,"target":33},{"source":312,"target":103},{"source":311,"target":104},{"source":34,"target":0},{"source":34,"target":9},{"source":34,"target":313},{"source":34,"target":314},{"source":34,"target":315},{"source":34,"target":316},{"source":313,"target":317},{"source":313,"target":34},{"source":314,"target":318},{"source":314,"target":34},{"source":315,"target":319},{"source":315,"target":34},{"source":316,"target":9},{"source":35,"target":0},{"source":35,"target":66},{"source":35,"target":320},{"source":35,"target":321},{"source":35,"target":322},{"source":35,"target":323},{"source":35,"target":324},{"source":35,"target":325},{"source":320,"target":326},{"source":320,"target":35},{"source":321,"target":34},{"source":321,"target":327},{"source":321,"target":35},{"source":327,"target":34},{"source":322,"target":48},{"source":322,"target":328},{"source":322,"target":35},{"source":328,"target":48},{"source":323,"target":70},{"source":323,"target":329},{"source":323,"target":35},{"source":329,"target":70},{"source":324,"target":3},{"source":324,"target":330},{"source":324,"target":35},{"source":330,"target":3},{"source":325,"target":66},{"source":36,"target":0},{"source":36,"target":89},{"source":36,"target":331},{"source":36,"target":332},{"source":331,"target":54},{"source":331,"target":333},{"source":331,"target":36},{"source":331,"target":334},{"source":333,"target":54},{"source":332,"target":89},{"source":37,"target":0},{"source":37,"target":89},{"source":37,"target":335},{"source":37,"target":336},{"source":37,"target":337},{"source":335,"target":42},{"source":335,"target":338},{"source":335,"target":37},{"source":338,"target":42},{"source":336,"target":89},{"source":336,"target":339},{"source":336,"target":37},{"source":339,"target":89},{"source":337,"target":89},{"source":38,"target":0},{"source":38,"target":89},{"source":38,"target":340},{"source":340,"target":89},{"source":39,"target":0},{"source":39,"target":89},{"source":39,"target":341},{"source":39,"target":342},{"source":39,"target":343},{"source":39,"target":344},{"source":341,"target":89},{"source":341,"target":345},{"source":341,"target":39},{"source":345,"target":89},{"source":342,"target":42},{"source":342,"target":346},{"source":342,"target":39},{"source":346,"target":42},{"source":343,"target":88},{"source":343,"target":347},{"source":343,"target":39},{"source":343,"target":348},{"source":347,"target":88},{"source":344,"target":89},{"source":40,"target":0},{"source":40,"target":20},{"source":40,"target":121},{"source":40,"target":349},{"source":40,"target":350},{"source":40,"target":351},{"source":40,"target":352},{"source":349,"target":13},{"source":349,"target":353},{"source":349,"target":40},{"source":353,"target":13},{"source":350,"target":42},{"source":350,"target":354},{"source":350,"target":40},{"source":354,"target":42},{"source":351,"target":20},{"source":352,"target":121},{"source":41,"target":0},{"source":41,"target":3},{"source":41,"target":355},{"source":41,"target":356},{"source":355,"target":40},{"source":355,"target":357},{"source":355,"target":41},{"source":357,"target":40},{"source":356,"target":3},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":358},{"source":358,"target":9},{"source":43,"target":0},{"source":43,"target":89},{"source":43,"target":359},{"source":43,"target":360},{"source":359,"target":42},{"source":359,"target":361},{"source":359,"target":43},{"source":361,"target":42},{"source":360,"target":89},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":362},{"source":44,"target":363},{"source":44,"target":364},{"source":362,"target":87},{"source":362,"target":365},{"source":362,"target":44},{"source":365,"target":87},{"source":363,"target":42},{"source":363,"target":366},{"source":363,"target":44},{"source":366,"target":42},{"source":364,"target":42},{"source":45,"target":0},{"source":45,"target":20},{"source":45,"target":5},{"source":45,"target":367},{"source":45,"target":368},{"source":367,"target":20},{"source":368,"target":5},{"source":46,"target":0},{"source":46,"target":89},{"source":46,"target":369},{"source":46,"target":370},{"source":46,"target":371},{"source":46,"target":372},{"source":46,"target":373},{"source":369,"target":42},{"source":369,"target":374},{"source":369,"target":46},{"source":374,"target":42},{"source":370,"target":42},{"source":370,"target":375},{"source":370,"target":46},{"source":375,"target":42},{"source":371,"target":42},{"source":371,"target":376},{"source":371,"target":46},{"source":376,"target":42},{"source":372,"target":89},{"source":372,"target":377},{"source":372,"target":46},{"source":377,"target":89},{"source":373,"target":89},{"source":47,"target":0},{"source":47,"target":89},{"source":47,"target":378},{"source":47,"target":379},{"source":47,"target":380},{"source":47,"target":381},{"source":378,"target":42},{"source":378,"target":382},{"source":378,"target":47},{"source":382,"target":42},{"source":379,"target":89},{"source":379,"target":383},{"source":379,"target":47},{"source":383,"target":89},{"source":380,"target":89},{"source":380,"target":384},{"source":380,"target":47},{"source":384,"target":89},{"source":381,"target":89},{"source":48,"target":0},{"source":48,"target":9},{"source":48,"target":385},{"source":48,"target":386},{"source":48,"target":387},{"source":385,"target":388},{"source":385,"target":48},{"source":386,"target":66},{"source":386,"target":389},{"source":386,"target":48},{"source":386,"target":390},{"source":389,"target":66},{"source":387,"target":9},{"source":49,"target":0},{"source":49,"target":42},{"source":49,"target":391},{"source":49,"target":392},{"source":49,"target":393},{"source":49,"target":394},{"source":49,"target":395},{"source":391,"target":128},{"source":391,"target":396},{"source":391,"target":49},{"source":396,"target":128},{"source":392,"target":42},{"source":392,"target":397},{"source":392,"target":49},{"source":397,"target":42},{"source":393,"target":42},{"source":393,"target":398},{"source":393,"target":49},{"source":398,"target":42},{"source":394,"target":42},{"source":394,"target":399},{"source":394,"target":49},{"source":399,"target":42},{"source":395,"target":42},{"source":50,"target":0},{"source":50,"target":20},{"source":50,"target":400},{"source":50,"target":401},{"source":400,"target":23},{"source":400,"target":402},{"source":400,"target":50},{"source":402,"target":23},{"source":401,"target":20},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":403},{"source":51,"target":404},{"source":51,"target":405},{"source":403,"target":103},{"source":403,"target":406},{"source":403,"target":51},{"source":406,"target":103},{"source":404,"target":42},{"source":404,"target":407},{"source":404,"target":51},{"source":407,"target":42},{"source":405,"target":42},{"source":52,"target":0},{"source":52,"target":104},{"source":52,"target":408},{"source":408,"target":104},{"source":53,"target":0},{"source":53,"target":34},{"source":53,"target":409},{"source":53,"target":410},{"source":409,"target":97},{"source":409,"target":411},{"source":409,"target":53},{"source":411,"target":97},{"source":410,"target":34},{"source":54,"target":0},{"source":54,"target":66},{"source":54,"target":89},{"source":54,"target":412},{"source":54,"target":269},{"source":54,"target":334},{"source":54,"target":413},{"source":54,"target":414},{"source":412,"target":89},{"source":412,"target":415},{"source":412,"target":54},{"source":415,"target":89},{"source":269,"target":24},{"source":269,"target":416},{"source":269,"target":54},{"source":269,"target":266},{"source":416,"target":24},{"source":334,"target":36},{"source":334,"target":417},{"source":334,"target":54},{"source":334,"target":331},{"source":417,"target":36},{"source":413,"target":66},{"source":414,"target":89},{"source":55,"target":0},{"source":55,"target":34},{"source":55,"target":418},{"source":418,"target":34},{"source":56,"target":0},{"source":56,"target":419},{"source":56,"target":420},{"source":419,"target":57},{"source":419,"target":421},{"source":419,"target":56},{"source":421,"target":57},{"source":420,"target":58},{"source":420,"target":422},{"source":420,"target":56},{"source":422,"target":58},{"source":57,"target":0},{"source":57,"target":423},{"source":57,"target":424},{"source":423,"target":425},{"source":423,"target":57},{"source":424,"target":426},{"source":424,"target":57},{"source":58,"target":0},{"source":58,"target":427},{"source":58,"target":428},{"source":427,"target":429},{"source":427,"target":58},{"source":428,"target":57},{"source":428,"target":430},{"source":428,"target":58},{"source":430,"target":57},{"source":59,"target":0},{"source":59,"target":9},{"source":59,"target":431},{"source":59,"target":432},{"source":59,"target":433},{"source":431,"target":66},{"source":431,"target":434},{"source":431,"target":59},{"source":434,"target":66},{"source":432,"target":103},{"source":432,"target":435},{"source":432,"target":59},{"source":435,"target":103},{"source":433,"target":9},{"source":60,"target":0},{"source":60,"target":1},{"source":60,"target":436},{"source":60,"target":437},{"source":60,"target":438},{"source":60,"target":439},{"source":60,"target":440},{"source":436,"target":441},{"source":436,"target":60},{"source":437,"target":103},{"source":437,"target":442},{"source":437,"target":60},{"source":442,"target":103},{"source":438,"target":60},{"source":438,"target":443},{"source":438,"target":60},{"source":438,"target":439},{"source":443,"target":60},{"source":439,"target":60},{"source":439,"target":444},{"source":439,"target":60},{"source":439,"target":438},{"source":444,"target":60},{"source":440,"target":1},{"source":61,"target":0},{"source":61,"target":42},{"source":61,"target":2},{"source":61,"target":445},{"source":61,"target":446},{"source":61,"target":447},{"source":445,"target":42},{"source":445,"target":448},{"source":445,"target":61},{"source":448,"target":42},{"source":446,"target":42},{"source":447,"target":2},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":146},{"source":62,"target":449},{"source":62,"target":450},{"source":62,"target":451},{"source":146,"target":1},{"source":146,"target":452},{"source":146,"target":62},{"source":146,"target":137},{"source":452,"target":1},{"source":449,"target":103},{"source":449,"target":453},{"source":449,"target":62},{"source":453,"target":103},{"source":450,"target":63},{"source":450,"target":454},{"source":450,"target":62},{"source":454,"target":63},{"source":451,"target":9},{"source":63,"target":0},{"source":63,"target":9},{"source":63,"target":455},{"source":63,"target":456},{"source":63,"target":457},{"source":63,"target":458},{"source":455,"target":459},{"source":455,"target":63},{"source":456,"target":460},{"source":456,"target":63},{"source":457,"target":103},{"source":457,"target":461},{"source":457,"target":63},{"source":461,"target":103},{"source":458,"target":9},{"source":64,"target":0},{"source":64,"target":462},{"source":64,"target":463},{"source":64,"target":464},{"source":64,"target":465},{"source":64,"target":466},{"source":64,"target":467},{"source":64,"target":468},{"source":462,"target":469},{"source":462,"target":64},{"source":463,"target":70},{"source":463,"target":470},{"source":463,"target":64},{"source":463,"target":471},{"source":470,"target":70},{"source":464,"target":102},{"source":464,"target":472},{"source":464,"target":64},{"source":472,"target":102},{"source":465,"target":108},{"source":465,"target":473},{"source":465,"target":64},{"source":473,"target":108},{"source":466,"target":35},{"source":466,"target":474},{"source":466,"target":64},{"source":474,"target":35},{"source":467,"target":28},{"source":467,"target":475},{"source":467,"target":64},{"source":475,"target":28},{"source":468,"target":7},{"source":468,"target":476},{"source":468,"target":64},{"source":476,"target":7},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":477},{"source":65,"target":478},{"source":65,"target":479},{"source":65,"target":480},{"source":65,"target":481},{"source":65,"target":482},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":258},{"source":65,"target":485},{"source":65,"target":486},{"source":65,"target":487},{"source":65,"target":488},{"source":477,"target":132},{"source":477,"target":489},{"source":477,"target":65},{"source":489,"target":132},{"source":478,"target":129},{"source":478,"target":490},{"source":478,"target":65},{"source":490,"target":129},{"source":479,"target":491},{"source":479,"target":65},{"source":480,"target":492},{"source":480,"target":65},{"source":481,"target":493},{"source":481,"target":65},{"source":482,"target":494},{"source":482,"target":65},{"source":483,"target":495},{"source":483,"target":65},{"source":484,"target":496},{"source":484,"target":65},{"source":258,"target":20},{"source":258,"target":497},{"source":258,"target":65},{"source":258,"target":252},{"source":497,"target":20},{"source":485,"target":88},{"source":485,"target":498},{"source":485,"target":65},{"source":485,"target":499},{"source":498,"target":88},{"source":486,"target":124},{"source":486,"target":500},{"source":486,"target":65},{"source":486,"target":501},{"source":500,"target":124},{"source":487,"target":122},{"source":487,"target":502},{"source":487,"target":65},{"source":487,"target":503},{"source":502,"target":122},{"source":488,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":504},{"source":66,"target":505},{"source":66,"target":390},{"source":66,"target":506},{"source":504,"target":507},{"source":504,"target":66},{"source":505,"target":508},{"source":505,"target":66},{"source":390,"target":48},{"source":390,"target":509},{"source":390,"target":66},{"source":390,"target":386},{"source":509,"target":48},{"source":506,"target":9},{"source":67,"target":0},{"source":67,"target":9},{"source":67,"target":510},{"source":510,"target":9},{"source":68,"target":0},{"source":68,"target":42},{"source":68,"target":511},{"source":68,"target":512},{"source":511,"target":513},{"source":511,"target":68},{"source":512,"target":42},{"source":69,"target":0},{"source":69,"target":42},{"source":69,"target":514},{"source":514,"target":42},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":167},{"source":70,"target":471},{"source":70,"target":515},{"source":70,"target":516},{"source":70,"target":517},{"source":70,"target":518},{"source":167,"target":3},{"source":167,"target":519},{"source":167,"target":70},{"source":167,"target":158},{"source":519,"target":3},{"source":471,"target":64},{"source":471,"target":520},{"source":471,"target":70},{"source":471,"target":463},{"source":520,"target":64},{"source":515,"target":70},{"source":515,"target":521},{"source":515,"target":70},{"source":515,"target":516},{"source":521,"target":70},{"source":516,"target":70},{"source":516,"target":522},{"source":516,"target":70},{"source":516,"target":515},{"source":522,"target":70},{"source":517,"target":71},{"source":517,"target":523},{"source":517,"target":70},{"source":517,"target":524},{"source":523,"target":71},{"source":518,"target":66},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":524},{"source":71,"target":525},{"source":71,"target":526},{"source":524,"target":70},{"source":524,"target":527},{"source":524,"target":71},{"source":524,"target":517},{"source":527,"target":70},{"source":525,"target":71},{"source":525,"target":528},{"source":525,"target":71},{"source":528,"target":71},{"source":526,"target":67},{"source":72,"target":0},{"source":72,"target":102},{"source":72,"target":529},{"source":72,"target":530},{"source":72,"target":531},{"source":529,"target":103},{"source":529,"target":532},{"source":529,"target":72},{"source":532,"target":103},{"source":530,"target":103},{"source":530,"target":533},{"source":530,"target":72},{"source":533,"target":103},{"source":531,"target":102},{"source":73,"target":0},{"source":73,"target":42},{"source":73,"target":534},{"source":73,"target":535},{"source":534,"target":42},{"source":534,"target":536},{"source":534,"target":73},{"source":536,"target":42},{"source":535,"target":42},{"source":74,"target":0},{"source":74,"target":42},{"source":74,"target":537},{"source":74,"target":538},{"source":74,"target":539},{"source":537,"target":130},{"source":537,"target":540},{"source":537,"target":74},{"source":540,"target":130},{"source":538,"target":42},{"source":538,"target":541},{"source":538,"target":74},{"source":541,"target":42},{"source":539,"target":42},{"source":75,"target":0},{"source":75,"target":42},{"source":75,"target":542},{"source":75,"target":543},{"source":75,"target":544},{"source":542,"target":131},{"source":542,"target":545},{"source":542,"target":75},{"source":545,"target":131},{"source":543,"target":42},{"source":543,"target":546},{"source":543,"target":75},{"source":546,"target":42},{"source":544,"target":42},{"source":76,"target":0},{"source":76,"target":102},{"source":76,"target":547},{"source":547,"target":102},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":548},{"source":548,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":549},{"source":549,"target":76},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":550},{"source":550,"target":76},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":551},{"source":551,"target":76},{"source":81,"target":0},{"source":81,"target":76},{"source":81,"target":552},{"source":552,"target":76},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":553},{"source":553,"target":76},{"source":83,"target":0},{"source":83,"target":76},{"source":83,"target":554},{"source":554,"target":76},{"source":84,"target":0},{"source":84,"target":76},{"source":84,"target":555},{"source":555,"target":76},{"source":85,"target":0},{"source":85,"target":76},{"source":85,"target":556},{"source":556,"target":76},{"source":86,"target":0},{"source":86,"target":89},{"source":86,"target":557},{"source":86,"target":558},{"source":557,"target":42},{"source":557,"target":559},{"source":557,"target":86},{"source":559,"target":42},{"source":558,"target":89},{"source":87,"target":0},{"source":87,"target":42},{"source":87,"target":560},{"source":87,"target":561},{"source":87,"target":562},{"source":560,"target":121},{"source":560,"target":563},{"source":560,"target":87},{"source":560,"target":564},{"source":563,"target":121},{"source":561,"target":42},{"source":561,"target":565},{"source":561,"target":87},{"source":565,"target":42},{"source":562,"target":42},{"source":88,"target":0},{"source":88,"target":121},{"source":88,"target":499},{"source":88,"target":566},{"source":88,"target":567},{"source":88,"target":568},{"source":88,"target":142},{"source":88,"target":279},{"source":88,"target":348},{"source":88,"target":569},{"source":499,"target":65},{"source":499,"target":570},{"source":499,"target":88},{"source":499,"target":485},{"source":570,"target":65},{"source":566,"target":571},{"source":566,"target":88},{"source":567,"target":103},{"source":567,"target":572},{"source":567,"target":88},{"source":572,"target":103},{"source":568,"target":6},{"source":568,"target":573},{"source":568,"target":88},{"source":573,"target":6},{"source":142,"target":1},{"source":142,"target":574},{"source":142,"target":88},{"source":142,"target":134},{"source":574,"target":1},{"source":279,"target":26},{"source":279,"target":575},{"source":279,"target":88},{"source":279,"target":275},{"source":575,"target":26},{"source":348,"target":39},{"source":348,"target":576},{"source":348,"target":88},{"source":348,"target":343},{"source":576,"target":39},{"source":569,"target":121},{"source":89,"target":0},{"source":89,"target":9},{"source":89,"target":577},{"source":577,"target":9},{"source":90,"target":0},{"source":90,"target":42},{"source":90,"target":578},{"source":90,"target":579},{"source":578,"target":580},{"source":578,"target":90},{"source":579,"target":42},{"source":91,"target":0},{"source":91,"target":89},{"source":91,"target":2},{"source":91,"target":581},{"source":91,"target":582},{"source":91,"target":583},{"source":581,"target":42},{"source":581,"target":584},{"source":581,"target":91},{"source":584,"target":42},{"source":582,"target":89},{"source":583,"target":2},{"source":92,"target":0},{"source":92,"target":4},{"source":92,"target":585},{"source":92,"target":586},{"source":585,"target":87},{"source":585,"target":587},{"source":585,"target":92},{"source":587,"target":87},{"source":586,"target":4},{"source":93,"target":0},{"source":93,"target":4},{"source":93,"target":2},{"source":93,"target":588},{"source":93,"target":589},{"source":588,"target":4},{"source":589,"target":2},{"source":94,"target":0},{"source":94,"target":89},{"source":94,"target":590},{"source":94,"target":591},{"source":94,"target":592},{"source":590,"target":593},{"source":590,"target":94},{"source":591,"target":42},{"source":591,"target":594},{"source":591,"target":94},{"source":594,"target":42},{"source":592,"target":89},{"source":95,"target":0},{"source":95,"target":89},{"source":95,"target":595},{"source":95,"target":596},{"source":95,"target":597},{"source":595,"target":42},{"source":595,"target":598},{"source":595,"target":95},{"source":598,"target":42},{"source":596,"target":89},{"source":596,"target":599},{"source":596,"target":95},{"source":599,"target":89},{"source":597,"target":89},{"source":96,"target":0},{"source":96,"target":89},{"source":96,"target":600},{"source":96,"target":601},{"source":96,"target":602},{"source":600,"target":23},{"source":600,"target":603},{"source":600,"target":96},{"source":603,"target":23},{"source":601,"target":42},{"source":601,"target":604},{"source":601,"target":96},{"source":604,"target":42},{"source":602,"target":89},{"source":97,"target":0},{"source":97,"target":9},{"source":97,"target":605},{"source":97,"target":606},{"source":97,"target":607},{"source":605,"target":608},{"source":605,"target":97},{"source":606,"target":9},{"source":606,"target":609},{"source":606,"target":97},{"source":609,"target":9},{"source":607,"target":9},{"source":98,"target":0},{"source":98,"target":9},{"source":98,"target":610},{"source":98,"target":611},{"source":610,"target":612},{"source":610,"target":98},{"source":611,"target":9},{"source":99,"target":0},{"source":99,"target":4},{"source":99,"target":613},{"source":613,"target":4},{"source":100,"target":0},{"source":100,"target":89},{"source":100,"target":614},{"source":100,"target":615},{"source":614,"target":42},{"source":614,"target":616},{"source":614,"target":100},{"source":616,"target":42},{"source":615,"target":89},{"source":101,"target":0},{"source":101,"target":89},{"source":101,"target":617},{"source":101,"target":618},{"source":101,"target":619},{"source":101,"target":620},{"source":617,"target":23},{"source":617,"target":621},{"source":617,"target":101},{"source":621,"target":23},{"source":618,"target":23},{"source":618,"target":622},{"source":618,"target":101},{"source":622,"target":23},{"source":619,"target":26},{"source":619,"target":623},{"source":619,"target":101},{"source":623,"target":26},{"source":620,"target":89},{"source":102,"target":0},{"source":102,"target":66},{"source":102,"target":624},{"source":102,"target":625},{"source":624,"target":103},{"source":624,"target":626},{"source":624,"target":102},{"source":624,"target":627},{"source":626,"target":103},{"source":625,"target":66},{"source":103,"target":0},{"source":103,"target":42},{"source":103,"target":67},{"source":103,"target":627},{"source":103,"target":628},{"source":103,"target":629},{"source":103,"target":630},{"source":627,"target":102},{"source":627,"target":631},{"source":627,"target":103},{"source":627,"target":624},{"source":631,"target":102},{"source":628,"target":67},{"source":628,"target":632},{"source":628,"target":103},{"source":632,"target":67},{"source":629,"target":42},{"source":630,"target":67},{"source":104,"target":0},{"source":104,"target":3},{"source":104,"target":633},{"source":104,"target":634},{"source":633,"target":107},{"source":633,"target":635},{"source":633,"target":104},{"source":635,"target":107},{"source":634,"target":3},{"source":105,"target":0},{"source":105,"target":89},{"source":105,"target":636},{"source":105,"target":637},{"source":636,"target":3},{"source":636,"target":638},{"source":636,"target":105},{"source":638,"target":3},{"source":637,"target":89},{"source":106,"target":0},{"source":106,"target":42},{"source":106,"target":639},{"source":106,"target":640},{"source":639,"target":103},{"source":639,"target":641},{"source":639,"target":106},{"source":641,"target":103},{"source":640,"target":42},{"source":107,"target":0},{"source":107,"target":102},{"source":107,"target":642},{"source":107,"target":643},{"source":642,"target":103},{"source":642,"target":644},{"source":642,"target":107},{"source":644,"target":103},{"source":643,"target":102},{"source":108,"target":0},{"source":108,"target":66},{"source":108,"target":645},{"source":645,"target":66},{"source":109,"target":0},{"source":109,"target":42},{"source":109,"target":67},{"source":109,"target":646},{"source":109,"target":647},{"source":109,"target":648},{"source":109,"target":649},{"source":646,"target":108},{"source":646,"target":650},{"source":646,"target":109},{"source":650,"target":108},{"source":647,"target":9},{"source":647,"target":651},{"source":647,"target":109},{"source":651,"target":9},{"source":648,"target":42},{"source":649,"target":67},{"source":110,"target":0},{"source":110,"target":11},{"source":110,"target":108},{"source":110,"target":652},{"source":110,"target":653},{"source":652,"target":11},{"source":653,"target":108},{"source":111,"target":0},{"source":111,"target":12},{"source":111,"target":108},{"source":111,"target":654},{"source":111,"target":655},{"source":654,"target":12},{"source":655,"target":108},{"source":112,"target":0},{"source":112,"target":33},{"source":112,"target":108},{"source":112,"target":656},{"source":112,"target":657},{"source":656,"target":33},{"source":657,"target":108},{"source":113,"target":0},{"source":113,"target":41},{"source":113,"target":108},{"source":113,"target":658},{"source":113,"target":659},{"source":658,"target":41},{"source":659,"target":108},{"source":114,"target":0},{"source":114,"target":52},{"source":114,"target":108},{"source":114,"target":660},{"source":114,"target":661},{"source":660,"target":52},{"source":661,"target":108},{"source":115,"target":0},{"source":115,"target":54},{"source":115,"target":108},{"source":115,"target":662},{"source":115,"target":663},{"source":662,"target":54},{"source":663,"target":108},{"source":116,"target":0},{"source":116,"target":60},{"source":116,"target":108},{"source":116,"target":664},{"source":116,"target":665},{"source":664,"target":60},{"source":665,"target":108},{"source":117,"target":0},{"source":117,"target":88},{"source":117,"target":108},{"source":117,"target":666},{"source":117,"target":667},{"source":666,"target":88},{"source":667,"target":108},{"source":118,"target":0},{"source":118,"target":102},{"source":118,"target":108},{"source":118,"target":668},{"source":118,"target":669},{"source":668,"target":102},{"source":669,"target":108},{"source":119,"target":0},{"source":119,"target":3},{"source":119,"target":108},{"source":119,"target":670},{"source":119,"target":671},{"source":670,"target":3},{"source":671,"target":108},{"source":120,"target":0},{"source":120,"target":123},{"source":120,"target":108},{"source":120,"target":672},{"source":120,"target":673},{"source":672,"target":123},{"source":673,"target":108},{"source":121,"target":0},{"source":121,"target":66},{"source":121,"target":674},{"source":121,"target":675},{"source":121,"target":564},{"source":121,"target":676},{"source":674,"target":677},{"source":674,"target":121},{"source":675,"target":42},{"source":675,"target":678},{"source":675,"target":121},{"source":678,"target":42},{"source":564,"target":87},{"source":564,"target":679},{"source":564,"target":121},{"source":564,"target":560},{"source":679,"target":87},{"source":676,"target":66},{"source":122,"target":0},{"source":122,"target":42},{"source":122,"target":5},{"source":122,"target":503},{"source":122,"target":680},{"source":122,"target":681},{"source":122,"target":682},{"source":503,"target":65},{"source":503,"target":683},{"source":503,"target":122},{"source":503,"target":487},{"source":683,"target":65},{"source":680,"target":6},{"source":680,"target":684},{"source":680,"target":122},{"source":684,"target":6},{"source":681,"target":42},{"source":682,"target":5},{"source":123,"target":0},{"source":123,"target":121},{"source":123,"target":177},{"source":123,"target":685},{"source":177,"target":5},{"source":177,"target":686},{"source":177,"target":123},{"source":177,"target":173},{"source":686,"target":5},{"source":685,"target":121},{"source":124,"target":0},{"source":124,"target":89},{"source":124,"target":5},{"source":124,"target":687},{"source":124,"target":501},{"source":124,"target":688},{"source":124,"target":689},{"source":124,"target":690},{"source":687,"target":691},{"source":687,"target":124},{"source":501,"target":65},{"source":501,"target":692},{"source":501,"target":124},{"source":501,"target":486},{"source":692,"target":65},{"source":688,"target":6},{"source":688,"target":693},{"source":688,"target":124},{"source":693,"target":6},{"source":689,"target":89},{"source":690,"target":5},{"source":125,"target":0},{"source":125,"target":102},{"source":125,"target":694},{"source":125,"target":695},{"source":125,"target":696},{"source":694,"target":697},{"source":694,"target":125},{"source":695,"target":103},{"source":695,"target":698},{"source":695,"target":125},{"source":698,"target":103},{"source":696,"target":102},{"source":126,"target":0},{"source":126,"target":89},{"source":126,"target":699},{"source":126,"target":700},{"source":126,"target":701},{"source":699,"target":42},{"source":699,"target":702},{"source":699,"target":126},{"source":702,"target":42},{"source":700,"target":89},{"source":700,"target":703},{"source":700,"target":126},{"source":703,"target":89},{"source":701,"target":89},{"source":127,"target":0},{"source":127,"target":704},{"source":127,"target":705},{"source":127,"target":706},{"source":127,"target":707},{"source":127,"target":708},{"source":127,"target":709},{"source":127,"target":710},{"source":127,"target":711},{"source":127,"target":712},{"source":127,"target":713},{"source":127,"target":714},{"source":127,"target":715},{"source":704,"target":127},{"source":705,"target":127},{"source":706,"target":127},{"source":707,"target":127},{"source":708,"target":127},{"source":709,"target":127},{"source":710,"target":127},{"source":711,"target":127},{"source":712,"target":127},{"source":713,"target":127},{"source":714,"target":127},{"source":715,"target":127},{"source":128,"target":0},{"source":128,"target":716},{"source":128,"target":717},{"source":128,"target":718},{"source":128,"target":719},{"source":128,"target":720},{"source":128,"target":721},{"source":128,"target":722},{"source":128,"target":723},{"source":128,"target":724},{"source":128,"target":725},{"source":128,"target":726},{"source":128,"target":727},{"source":128,"target":728},{"source":128,"target":729},{"source":128,"target":730},{"source":128,"target":731},{"source":128,"target":732},{"source":128,"target":733},{"source":128,"target":734},{"source":716,"target":128},{"source":717,"target":128},{"source":718,"target":128},{"source":719,"target":128},{"source":720,"target":128},{"source":721,"target":128},{"source":722,"target":128},{"source":723,"target":128},{"source":724,"target":128},{"source":725,"target":128},{"source":726,"target":128},{"source":727,"target":128},{"source":728,"target":128},{"source":729,"target":128},{"source":730,"target":128},{"source":731,"target":128},{"source":732,"target":128},{"source":733,"target":128},{"source":734,"target":128},{"source":129,"target":0},{"source":129,"target":735},{"source":129,"target":736},{"source":129,"target":737},{"source":735,"target":129},{"source":736,"target":129},{"source":737,"target":129},{"source":130,"target":0},{"source":130,"target":738},{"source":130,"target":739},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":131,"target":743},{"source":131,"target":744},{"source":131,"target":745},{"source":740,"target":131},{"source":741,"target":131},{"source":742,"target":131},{"source":743,"target":131},{"source":744,"target":131},{"source":745,"target":131},{"source":132,"target":0},{"source":132,"target":746},{"source":132,"target":747},{"source":132,"target":748},{"source":132,"target":749},{"source":746,"target":132},{"source":747,"target":132},{"source":748,"target":132},{"source":749,"target":132}],"multigraph":true} | ecore |
library | repo-ecore-all/data/virckof/chaintracker-15/examples/metamodels/Book.ecore | Book
Book
title
chapters
Chapter
title
nbPages
author
digest
Summary
content
nbWords
Library
books | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Book" nsURI="ualberta.ssrg.book" nsPrefix="ualberta.ssrg.book">
<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:EReference" name="chapters" upperBound="-1"
eType="#//Chapter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chapter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="digest" eType="#//Summary"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Summary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library">
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//Book" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"ualberta.ssrg.book","nsURI":"ualberta.ssrg.book","name":"Book","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":"Chapter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Summary","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","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":"title","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":"chapters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbPages","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":"author","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":true,"unsettable":false,"transient":false,"unique":true,"name":"digest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbWords","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"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":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":3},{"source":18,"target":20},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":21},{"source":21,"target":1},{"source":21,"target":22},{"source":21,"target":4},{"source":22,"target":1}],"multigraph":true} | ecore |
workflow | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/apromore.ecore | apromore
CanonicalProcess
uri
version
author
nets
root
Net
ident
nodes
edges
Node
ident
name
configurable
Edge
ident
condition
default
source
target
Work
Event
Message
Time
Task
subnet
Routing
Split
ORSplit
XORSplit
ANDSplit
State
Join
ORJoin
XORJoin
ANDJoin | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="apromore"
nsURI="apromore" nsPrefix="apromore">
<eClassifiers xsi:type="ecore:EClass" name="CanonicalProcess">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nets" lowerBound="1" upperBound="-1"
eType="#//Net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Net" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Net">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ident" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//Edge" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ident" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ident" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Work" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Work"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Event"/>
<eClassifiers xsi:type="ecore:EClass" name="Time" eSuperTypes="#//Event"/>
<eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Work">
<eStructuralFeatures xsi:type="ecore:EReference" name="subnet" eType="#//Net"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Routing" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//Routing"/>
<eClassifiers xsi:type="ecore:EClass" name="ORSplit" eSuperTypes="#//Split"/>
<eClassifiers xsi:type="ecore:EClass" name="XORSplit" eSuperTypes="#//Split"/>
<eClassifiers xsi:type="ecore:EClass" name="ANDSplit" eSuperTypes="#//Split"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Routing"/>
<eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="#//Routing"/>
<eClassifiers xsi:type="ecore:EClass" name="ORJoin" eSuperTypes="#//Join"/>
<eClassifiers xsi:type="ecore:EClass" name="XORJoin" eSuperTypes="#//Join"/>
<eClassifiers xsi:type="ecore:EClass" name="ANDJoin" eSuperTypes="#//Join"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"apromore","nsURI":"apromore","name":"apromore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanonicalProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Work","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Routing","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ORSplit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XORSplit","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANDSplit","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ORJoin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XORJoin","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANDJoin","instanceClass":null,"abstract":false,"id":19,"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":"uri","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":"version","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":"author","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"root","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ident","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ident","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configurable","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"ident","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":"condition","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","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},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subnet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":20,"target":25},{"source":20,"target":1},{"source":21,"target":26},{"source":21,"target":1},{"source":22,"target":27},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":2},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":2},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":30,"target":33},{"source":30,"target":2},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":3},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":2},{"source":35,"target":4},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":36,"target":39},{"source":36,"target":3},{"source":37,"target":40},{"source":37,"target":3},{"source":38,"target":41},{"source":38,"target":3},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":42,"target":47},{"source":42,"target":4},{"source":43,"target":48},{"source":43,"target":4},{"source":44,"target":49},{"source":44,"target":4},{"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":5,"target":0},{"source":5,"target":3},{"source":5,"target":52},{"source":52,"target":3},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":53},{"source":53,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":54},{"source":54,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":55},{"source":55,"target":6},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":9},{"source":58,"target":2},{"source":57,"target":5},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":59},{"source":59,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":60},{"source":60,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":61},{"source":61,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":62},{"source":62,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":63},{"source":63,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":64},{"source":64,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":65},{"source":65,"target":10},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":66},{"source":66,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":67},{"source":67,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":68},{"source":68,"target":16}],"multigraph":true} | ecore |
simple-pl | repo-ecore-all/data/agicquel/compiler-cpp/projet/esir.comp.cpp/model/generated/WhileDsl.ecore | whileDsl
Model
program
Function
functionName
functionDefinition
Definition
intput
body
output
Input
variables
Output
variables
Commands
commands
Command
WhileCommand
cond
body
ForCommand
cond
body
IfCommand
cond
thenBody
elseBody
ForeachCommand
expElement
expList
body
VarsCommand
variables
values
Vars
variables
ExprSimple
term
expression
ExprSimpleWithLExpr
operation
lexpr
ExprSimpleWithExpr
operation
expr
ExprSimpleWithSymbolLExpr
symbol
lexpr
LExpr
expressions
Exprs
expressions
Expr
expression
ExprAnd
expressionsOr
ExprOr
expressionsNot
ExprNot
negation
expressionEq
ExprEq
exprLSimple
exprRSimple
expr
NopCommand | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="whileDsl" nsURI="http://www.comp.esir/cpp/WhileDsl" nsPrefix="whileDsl">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="program" upperBound="-1"
eType="#//Function" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionDefinition" eType="#//Definition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="intput" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Commands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Output"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Commands">
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Commands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Commands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//Commands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Commands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeachCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expList" eType="#//Expr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Commands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarsCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Vars"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Exprs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vars">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSimple">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSimpleWithLExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lexpr" eType="#//LExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSimpleWithExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSimpleWithSymbolLExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lexpr" eType="#//LExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exprs">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprAnd">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionsOr" upperBound="-1"
eType="#//ExprOr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprOr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionsNot" upperBound="-1"
eType="#//ExprNot" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprNot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="negation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionEq" eType="#//ExprEq"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprEq">
<eStructuralFeatures xsi:type="ecore:EReference" name="exprLSimple" eType="#//ExprSimple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprRSimple" eType="#//ExprSimple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NopCommand" eSuperTypes="#//Command"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"whileDsl","nsURI":"http://www.comp.esir/cpp/WhileDsl","name":"whileDsl","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":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commands","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileCommand","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCommand","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfCommand","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachCommand","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarsCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vars","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSimple","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSimpleWithLExpr","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSimpleWithExpr","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSimpleWithSymbolLExpr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exprs","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprAnd","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprOr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprNot","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprEq","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NopCommand","instanceClass":null,"abstract":false,"id":25,"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":26,"derived":false},{"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":"functionName","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":true,"unsettable":false,"transient":false,"unique":true,"name":"functionDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"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":"intput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"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":"variables","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"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":"variables","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expElement","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"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":"variables","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"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":"term","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":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":"lexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":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":95,"derived":false},{"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":"expressionsOr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionsNot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"negation","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionEq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprLSimple","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":"exprRSimple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":30},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":2},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":3},{"source":35,"target":4},{"source":33,"target":6},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":6},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":5},{"source":4,"target":0},{"source":4,"target":38},{"source":38,"target":39},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":40,"target":41},{"source":40,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":42,"target":7},{"source":42,"target":43},{"source":42,"target":6},{"source":43,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":20},{"source":44,"target":47},{"source":44,"target":8},{"source":47,"target":20},{"source":45,"target":6},{"source":45,"target":48},{"source":45,"target":8},{"source":48,"target":6},{"source":46,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":49,"target":20},{"source":49,"target":52},{"source":49,"target":9},{"source":52,"target":20},{"source":50,"target":6},{"source":50,"target":53},{"source":50,"target":9},{"source":53,"target":6},{"source":51,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":54,"target":20},{"source":54,"target":58},{"source":54,"target":10},{"source":58,"target":20},{"source":55,"target":6},{"source":55,"target":59},{"source":55,"target":10},{"source":59,"target":6},{"source":56,"target":6},{"source":56,"target":60},{"source":56,"target":10},{"source":60,"target":6},{"source":57,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":61,"target":65},{"source":61,"target":11},{"source":62,"target":20},{"source":62,"target":66},{"source":62,"target":11},{"source":66,"target":20},{"source":63,"target":6},{"source":63,"target":67},{"source":63,"target":11},{"source":67,"target":6},{"source":64,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":68,"target":13},{"source":68,"target":71},{"source":68,"target":12},{"source":71,"target":13},{"source":69,"target":19},{"source":69,"target":72},{"source":69,"target":12},{"source":72,"target":19},{"source":70,"target":7},{"source":13,"target":0},{"source":13,"target":73},{"source":73,"target":74},{"source":73,"target":13},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":78},{"source":76,"target":14},{"source":15,"target":0},{"source":15,"target":79},{"source":15,"target":80},{"source":79,"target":81},{"source":79,"target":15},{"source":80,"target":18},{"source":80,"target":82},{"source":80,"target":15},{"source":82,"target":18},{"source":16,"target":0},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":85},{"source":83,"target":16},{"source":84,"target":20},{"source":84,"target":86},{"source":84,"target":16},{"source":86,"target":20},{"source":17,"target":0},{"source":17,"target":87},{"source":17,"target":88},{"source":87,"target":89},{"source":87,"target":17},{"source":88,"target":18},{"source":88,"target":90},{"source":88,"target":17},{"source":90,"target":18},{"source":18,"target":0},{"source":18,"target":91},{"source":91,"target":20},{"source":91,"target":92},{"source":91,"target":18},{"source":92,"target":20},{"source":19,"target":0},{"source":19,"target":93},{"source":93,"target":20},{"source":93,"target":94},{"source":93,"target":19},{"source":94,"target":20},{"source":20,"target":0},{"source":20,"target":95},{"source":95,"target":96},{"source":95,"target":20},{"source":21,"target":0},{"source":21,"target":97},{"source":97,"target":22},{"source":97,"target":98},{"source":97,"target":21},{"source":98,"target":22},{"source":22,"target":0},{"source":22,"target":99},{"source":99,"target":23},{"source":99,"target":100},{"source":99,"target":22},{"source":100,"target":23},{"source":23,"target":0},{"source":23,"target":101},{"source":23,"target":102},{"source":101,"target":103},{"source":101,"target":23},{"source":102,"target":24},{"source":102,"target":104},{"source":102,"target":23},{"source":104,"target":24},{"source":24,"target":0},{"source":24,"target":105},{"source":24,"target":106},{"source":24,"target":107},{"source":105,"target":14},{"source":105,"target":108},{"source":105,"target":24},{"source":108,"target":14},{"source":106,"target":14},{"source":106,"target":109},{"source":106,"target":24},{"source":109,"target":14},{"source":107,"target":20},{"source":107,"target":110},{"source":107,"target":24},{"source":110,"target":20},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":111},{"source":111,"target":7}],"multigraph":true} | ecore |
gpl | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/rbill/virtualedit/virtualedit/at.ac.tuwien.big.simplejava/model/generated/Simplejava.ecore | simplejava
SimpleJava
package
imports
clazz
PackageDeclaration
name
Import
imported
ClassDeclaration
name
attribute
method
Parameter
type
name
SimpleParameter
Attribute
expression
Type
typeName
isVoid
typeRef
Method
static
returnType
name
parameter
content
MethodBlock
generated
statements
SimpleStatement
Statement
SimpleVariableDeclaration
VariableDeclaration
parameter
expression
Assignment
parameter
expression
IfStatement
condition
then
else
ForStatement
init
condition
continuation
body
ForInStatement
subparameter
expression
body
WhileStatement
condition
body
ReturnStatement
expression
MethodCall
object
thisObject
method
methodName
parameter
ConstructorCall
type
parameter
GenericExpression
ConstantExpression
NullExpression
IntegerExpression
value
BooleanExpression
value
StringExpression
value
UnaryExpression
type
source
VariableExpression
variable
ParanthesisOrBinaryExpression
source
type
argument | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplejava" nsURI="http://www.ac.at/tuwien/big/Simplejava" nsPrefix="simplejava">
<eClassifiers xsi:type="ecore:EClass" name="SimpleJava">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="#//ClassDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration">
<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="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//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="SimpleParameter" eSuperTypes="#//Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVoid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//ClassDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type"
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="parameter" upperBound="-1"
eType="#//SimpleParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodBlock" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleVariableDeclaration" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Statement #//SimpleVariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//SimpleParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//SimpleStatement #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ParanthesisOrBinaryExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//MethodBlock"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//SimpleStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//GenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="continuation" eType="#//SimpleStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForInStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subparameter" eType="#//SimpleParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ParanthesisOrBinaryExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Statement #//GenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thisObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//GenericExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorCall" eSuperTypes="#//GenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//ConstantExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="#//GenericExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//ConstantExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" eSuperTypes="#//ConstantExpression">
<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="BooleanExpression" eSuperTypes="#//ConstantExpression">
<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="StringExpression" eSuperTypes="#//ConstantExpression">
<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="UnaryExpression" eSuperTypes="#//GenericExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExpression" eSuperTypes="#//GenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParanthesisOrBinaryExpression" eSuperTypes="#//GenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//GenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"simplejava","nsURI":"http://www.ac.at/tuwien/big/Simplejava","name":"simplejava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleJava","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBlock","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleVariableDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForInStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCall","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParanthesisOrBinaryExpression","instanceClass":null,"abstract":false,"id":31,"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":"package","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"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},{"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":"imported","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVoid","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"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":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generated","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"expression","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"},{"container":false,"ordered":true,"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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"then","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":"else","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"continuation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thisObject","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"methodName","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"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":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"type","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":"argument","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":32,"target":2},{"source":32,"target":35},{"source":32,"target":1},{"source":35,"target":2},{"source":33,"target":3},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":3},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":1},{"source":37,"target":4},{"source":2,"target":0},{"source":2,"target":38},{"source":38,"target":39},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":40,"target":41},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":42,"target":45},{"source":42,"target":4},{"source":43,"target":5},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":5},{"source":44,"target":9},{"source":44,"target":47},{"source":44,"target":4},{"source":47,"target":9},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":5},{"source":50,"target":8},{"source":49,"target":51},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":23},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":23},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":56,"target":59},{"source":56,"target":8},{"source":57,"target":60},{"source":57,"target":8},{"source":58,"target":4},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":4},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":62,"target":67},{"source":62,"target":9},{"source":63,"target":8},{"source":63,"target":68},{"source":63,"target":9},{"source":68,"target":8},{"source":64,"target":69},{"source":64,"target":9},{"source":65,"target":6},{"source":65,"target":70},{"source":65,"target":9},{"source":70,"target":6},{"source":66,"target":10},{"source":66,"target":71},{"source":66,"target":9},{"source":71,"target":10},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":12},{"source":73,"target":76},{"source":73,"target":10},{"source":76,"target":12},{"source":74,"target":12},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":77},{"source":77,"target":11},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":13},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":78,"target":6},{"source":78,"target":82},{"source":78,"target":14},{"source":82,"target":6},{"source":79,"target":23},{"source":79,"target":83},{"source":79,"target":14},{"source":83,"target":23},{"source":80,"target":12},{"source":81,"target":13},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":12},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":84,"target":5},{"source":84,"target":88},{"source":84,"target":15},{"source":88,"target":5},{"source":85,"target":23},{"source":85,"target":89},{"source":85,"target":15},{"source":89,"target":23},{"source":86,"target":11},{"source":87,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":90,"target":31},{"source":90,"target":94},{"source":90,"target":16},{"source":94,"target":31},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":16},{"source":95,"target":10},{"source":92,"target":10},{"source":92,"target":96},{"source":92,"target":16},{"source":96,"target":10},{"source":93,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":97,"target":11},{"source":97,"target":102},{"source":97,"target":17},{"source":102,"target":11},{"source":98,"target":23},{"source":98,"target":103},{"source":98,"target":17},{"source":103,"target":23},{"source":99,"target":11},{"source":99,"target":104},{"source":99,"target":17},{"source":104,"target":11},{"source":100,"target":12},{"source":100,"target":105},{"source":100,"target":17},{"source":105,"target":12},{"source":101,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":106,"target":6},{"source":106,"target":110},{"source":106,"target":18},{"source":110,"target":6},{"source":107,"target":23},{"source":107,"target":111},{"source":107,"target":18},{"source":111,"target":23},{"source":108,"target":12},{"source":108,"target":112},{"source":108,"target":18},{"source":112,"target":12},{"source":109,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":113,"target":31},{"source":113,"target":116},{"source":113,"target":19},{"source":116,"target":31},{"source":114,"target":12},{"source":114,"target":117},{"source":114,"target":19},{"source":117,"target":12},{"source":115,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":118},{"source":20,"target":119},{"source":118,"target":23},{"source":118,"target":120},{"source":118,"target":20},{"source":120,"target":23},{"source":119,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":23},{"source":21,"target":121},{"source":21,"target":122},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":21,"target":127},{"source":121,"target":5},{"source":121,"target":128},{"source":121,"target":21},{"source":128,"target":5},{"source":122,"target":129},{"source":122,"target":21},{"source":123,"target":9},{"source":123,"target":130},{"source":123,"target":21},{"source":130,"target":9},{"source":124,"target":131},{"source":124,"target":21},{"source":125,"target":23},{"source":125,"target":132},{"source":125,"target":21},{"source":132,"target":23},{"source":126,"target":12},{"source":127,"target":23},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":133,"target":8},{"source":133,"target":136},{"source":133,"target":22},{"source":136,"target":8},{"source":134,"target":24},{"source":134,"target":137},{"source":134,"target":22},{"source":137,"target":24},{"source":135,"target":23},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":138},{"source":138,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":139},{"source":139,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":140},{"source":26,"target":141},{"source":140,"target":142},{"source":140,"target":26},{"source":141,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":143},{"source":27,"target":144},{"source":143,"target":145},{"source":143,"target":27},{"source":144,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":146},{"source":28,"target":147},{"source":146,"target":148},{"source":146,"target":28},{"source":147,"target":24},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":149},{"source":29,"target":150},{"source":29,"target":151},{"source":149,"target":152},{"source":149,"target":29},{"source":150,"target":23},{"source":150,"target":153},{"source":150,"target":29},{"source":153,"target":23},{"source":151,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":154},{"source":30,"target":155},{"source":154,"target":5},{"source":154,"target":156},{"source":154,"target":30},{"source":156,"target":5},{"source":155,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":157},{"source":31,"target":158},{"source":31,"target":159},{"source":31,"target":160},{"source":157,"target":23},{"source":157,"target":161},{"source":157,"target":31},{"source":161,"target":23},{"source":158,"target":162},{"source":158,"target":31},{"source":159,"target":23},{"source":159,"target":163},{"source":159,"target":31},{"source":163,"target":23},{"source":160,"target":23}],"multigraph":true} | ecore |
families | repo-ecore-all/data/RomainGuider/ceson/fr.obeo.emf.ceson.test/model/Family.ecore | family
Person
firstname
lastname
birthdate
Parent
children
Mother
husband
Father
wife
Child
mother
father
Family
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="family" nsURI="http://family/1.0" nsPrefix="family">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<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="birthdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parent" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Child"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mother" eSuperTypes="#//Parent">
<eStructuralFeatures xsi:type="ecore:EReference" name="husband" eType="#//Father"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Father" eSuperTypes="#//Parent">
<eStructuralFeatures xsi:type="ecore:EReference" name="wife" eType="#//Mother"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Child" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="mother" eType="#//Mother"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="father" eType="#//Father"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Family">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Person" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"family","nsURI":"http://family/1.0","name":"family","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mother","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Father","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","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":"firstname","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":"lastname","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":"birthdate","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"husband","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wife","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mother","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":"father","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":12},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":5},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":5},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":4},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":4},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":3},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":3},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":5},{"source":26,"target":4},{"source":24,"target":1},{"source":6,"target":0},{"source":6,"target":27},{"source":27,"target":1},{"source":27,"target":28},{"source":27,"target":6},{"source":28,"target":1}],"multigraph":true} | ecore |
webapp | repo-ecore-all/data/despinalr/VehicleTaxMCT/metamodels/Arch.ecore | Arch
Application
name
frontend
backend
FrontEnd
name
views
controllers
BackEnd
name
services
logics
entities
View
name
graphicControls
controllers
Controller
name
views
events
Service
name
methods
Logic
name
methods
Entity
name
attributes
methods
Attribute
name
type
Method
name
returntype
parameters
GraphicControl
name
events
Event
name
Parameter
name
type
Label
text
TextBox
type
Div
graphicControls
DropDownList
items | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Arch" nsURI="http://Arch/1.0" nsPrefix="Arch">
<eClassifiers xsi:type="ecore:EClass" name="Application">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="frontend" lowerBound="1"
eType="#//FrontEnd" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backend" lowerBound="1"
eType="#//BackEnd" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FrontEnd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1"
eType="#//Controller" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackEnd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logics" upperBound="-1"
eType="#//Logic" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graphicControls" upperBound="-1"
eType="#//GraphicControl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1"
eType="#//Controller"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Controller">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Logic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" 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:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
</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:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returntype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphicControl" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="Parameter">
<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="Label" eSuperTypes="#//GraphicControl">
<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="TextBox" eSuperTypes="#//GraphicControl">
<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="Div" eSuperTypes="#//GraphicControl">
<eStructuralFeatures xsi:type="ecore:EReference" name="graphicControls" upperBound="-1"
eType="#//GraphicControl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropDownList" eSuperTypes="#//GraphicControl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="items" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"Arch","nsURI":"http://Arch/1.0","name":"Arch","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrontEnd","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackEnd","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logic","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicControl","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"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":"Label","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextBox","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropDownList","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"frontend","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backend","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"controllers","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":"services","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":"logics","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphicControls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controllers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":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":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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"returntype","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphicControls","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":2},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":3},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":27},{"source":24,"target":2},{"source":25,"target":4},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":4},{"source":26,"target":5},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":5},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":7},{"source":32,"target":36},{"source":32,"target":3},{"source":36,"target":7},{"source":33,"target":8},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":8},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":41},{"source":38,"target":4},{"source":39,"target":11},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":11},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":4},{"source":43,"target":5},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":4},{"source":45,"target":48},{"source":45,"target":5},{"source":48,"target":4},{"source":46,"target":12},{"source":46,"target":49},{"source":46,"target":5},{"source":49,"target":12},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":51,"target":10},{"source":51,"target":53},{"source":51,"target":6},{"source":53,"target":10},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":56},{"source":54,"target":7},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":7},{"source":57,"target":10},{"source":8,"target":0},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":58,"target":61},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":62},{"source":59,"target":8},{"source":62,"target":9},{"source":60,"target":10},{"source":60,"target":63},{"source":60,"target":8},{"source":63,"target":10},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":66},{"source":64,"target":9},{"source":65,"target":67},{"source":65,"target":9},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":68,"target":71},{"source":68,"target":10},{"source":69,"target":72},{"source":69,"target":10},{"source":70,"target":13},{"source":70,"target":73},{"source":70,"target":10},{"source":73,"target":13},{"source":11,"target":0},{"source":11,"target":74},{"source":11,"target":75},{"source":74,"target":76},{"source":74,"target":11},{"source":75,"target":12},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":12},{"source":12,"target":0},{"source":12,"target":78},{"source":78,"target":79},{"source":78,"target":12},{"source":13,"target":0},{"source":13,"target":80},{"source":13,"target":81},{"source":80,"target":82},{"source":80,"target":13},{"source":81,"target":83},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":84},{"source":14,"target":85},{"source":84,"target":86},{"source":84,"target":14},{"source":85,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":87},{"source":15,"target":88},{"source":87,"target":89},{"source":87,"target":15},{"source":88,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":11},{"source":90,"target":92},{"source":90,"target":16},{"source":92,"target":11},{"source":91,"target":11},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":95},{"source":93,"target":17},{"source":94,"target":11}],"multigraph":true} | ecore |
books | repo-ecore-all/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.ide.ui.tests/src/org/eclipse/emf/compare/ide/ui/tests/structuremergeviewer/actions/data/_470503/left.ecore | extlibrary
Book
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">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_146VgW60EeGkd4g88tZXfA"
name="title" 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"},{"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":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/mondo-project/mondo-demo-wt/DSL-tao/org.mondo.wt.cstudy/patterns/StateMachine_with_OCL.ecore | StateMachine
StateMachine
states
transitions
StateVertex
name
outgoing
incoming
Transition
trigger
name
source
target
InitialState
SimpleState
FinalState
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="StateMachine" nsURI="http://mondo.dsl.org/mmPatterns/stateMachine"
nsPrefix="stateMachine">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="oneInitial"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="oneInitial" value="self.states->one( e | e.oclIsKindOf(InitialState))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//StateVertex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateVertex" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Event"/>
<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" lowerBound="1"
eType="#//StateVertex" eOpposite="#//StateVertex/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//StateVertex" eOpposite="#//StateVertex/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//StateVertex"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//StateVertex"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//StateVertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Event"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"stateMachine","nsURI":"http://mondo.dsl.org/mmPatterns/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":"StateVertex","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","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":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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"},{"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":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":3},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":3},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":13,"target":17},{"source":16,"target":3},{"source":14,"target":3},{"source":14,"target":18},{"source":14,"target":2},{"source":14,"target":19},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":17},{"source":3,"target":19},{"source":20,"target":7},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":7},{"source":21,"target":23},{"source":21,"target":3},{"source":17,"target":2},{"source":17,"target":24},{"source":17,"target":3},{"source":17,"target":13},{"source":24,"target":2},{"source":19,"target":2},{"source":19,"target":25},{"source":19,"target":3},{"source":19,"target":14},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":26,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":27},{"source":27,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":28},{"source":28,"target":2},{"source":7,"target":0}],"multigraph":true} | ecore |
embedded | repo-ecore-all/data/sillymoi/remes-ide/se.mdh.progresside.remes/model/remes-1.3.0.ecore | remes
RemesDiagram
modes
ControlPath
entryPoint
exitPoint
name
Mode
findVariableByName
name
findResourceByName
name
findConstantByName
name
variables
resources
constants
CompositeMode
subModes
conditionalConnectors
initPoint
compositeEntryPoint
compositeExitPoint
writePoint
SubMode
invariant
isUrgent
false
parent
parsedInvariant
ConditionalConnector
parent
Point
InitPoint
EntryPoint
entryEdges
container
ExitPoint
exitEdges
container
CompositeEntryPoint
composite
CompositeExitPoint
composite
Edge
actionGuard
actionBody
parsedActionGuard
connectFrom
connectTo
parsedActionBody
Referable
name
Variable
value
type
vectorSize
global
scope
readable
true
writable
true
Resource
expression
type
scope
parsedExpression
Constant
type
value
global
scope
PrimitiveTypes
integer
integer
boolean
boolean
natural
natural
clock
clock
float
float
string
string
ResourceTypes
cpu
cpu
memory
memory
bandwidth
bandwidth
power
power
port
port
WritePoint | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="remes"
nsURI="http://www.mdh.se/progresside/remes/1.3.0/remes.ecore" nsPrefix="remes">
<eClassifiers xsi:type="ecore:EClass" name="RemesDiagram">
<eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1"
eType="#//Mode" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlPath" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" lowerBound="1"
eType="#//EntryPoint" containment="true" eOpposite="#//EntryPoint/container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exitPoint" lowerBound="1"
eType="#//ExitPoint" containment="true" eOpposite="#//ExitPoint/container"/>
<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="Mode" abstract="true" eSuperTypes="#//ControlPath">
<eOperations name="findVariableByName" eType="#//Variable">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="findResourceByName" eType="#//Resource">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="findConstantByName" eType="#//Constant">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true" eOpposite="#//Variable/scope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true" eOpposite="#//Resource/scope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//Constant" containment="true" eOpposite="#//Constant/scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeMode" eSuperTypes="#//Mode">
<eStructuralFeatures xsi:type="ecore:EReference" name="subModes" lowerBound="1"
upperBound="-1" eType="#//SubMode" containment="true" resolveProxies="false"
eOpposite="#//SubMode/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalConnectors"
upperBound="-1" eType="#//ConditionalConnector" containment="true" resolveProxies="false"
eOpposite="#//ConditionalConnector/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initPoint" lowerBound="1"
eType="#//InitPoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeEntryPoint" lowerBound="1"
eType="#//CompositeEntryPoint" containment="true" eOpposite="#//CompositeEntryPoint/composite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeExitPoint" lowerBound="1"
eType="#//CompositeExitPoint" containment="true" eOpposite="#//CompositeExitPoint/composite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writePoint" lowerBound="1"
eType="#//WritePoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubMode" eSuperTypes="#//Mode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="InvariantsSyntaxCorrect"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUrgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode"
eOpposite="#//CompositeMode/subModes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedInvariant" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/LogicalRoot"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalConnector" eSuperTypes="#//ControlPath">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode"
eOpposite="#//CompositeMode/conditionalConnectors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="InitPoint" eSuperTypes="#//ExitPoint"/>
<eClassifiers xsi:type="ecore:EClass" name="EntryPoint" eSuperTypes="#//Point">
<eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/connectTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ControlPath"
eOpposite="#//ControlPath/entryPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExitPoint" eSuperTypes="#//Point">
<eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" upperBound="-1"
eType="#//Edge" containment="true" resolveProxies="false" eOpposite="#//Edge/connectFrom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ControlPath"
eOpposite="#//ControlPath/exitPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeEntryPoint" eSuperTypes="#//ExitPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//CompositeMode"
eOpposite="#//CompositeMode/compositeEntryPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeExitPoint" eSuperTypes="#//EntryPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//CompositeMode"
eOpposite="#//CompositeMode/compositeExitPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionGuard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="InvariantsSyntaxCorrect"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionBody" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedActionGuard" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/LogicalRoot"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" lowerBound="1"
eType="#//ExitPoint" transient="true" eOpposite="#//ExitPoint/exitEdges"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1"
eType="#//EntryPoint" eOpposite="#//EntryPoint/entryEdges"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedActionBody" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/ActionRoot"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Referable" 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="Variable" eSuperTypes="#//Referable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PrimitiveTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorSize" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode"
eOpposite="#//Mode/variables"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Referable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ResourceTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode"
eOpposite="#//Mode/resources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedExpression" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/ResourceRoot"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Referable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PrimitiveTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode"
eOpposite="#//Mode/constants"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypes">
<eLiterals name="integer"/>
<eLiterals name="boolean" value="1"/>
<eLiterals name="natural" value="2"/>
<eLiterals name="clock" value="3"/>
<eLiterals name="float" value="4"/>
<eLiterals name="string" value="5" literal="string"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceTypes">
<eLiterals name="cpu"/>
<eLiterals name="memory" value="1"/>
<eLiterals name="bandwidth" value="2"/>
<eLiterals name="power" value="3"/>
<eLiterals name="port" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WritePoint" eSuperTypes="#//EntryPoint"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"remes","nsURI":"http://www.mdh.se/progresside/remes/1.3.0/remes.ecore","name":"remes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemesDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlPath","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalConnector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitPoint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPoint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitPoint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeEntryPoint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeExitPoint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referable","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypes","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceTypes","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritePoint","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findVariableByName","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findResourceByName","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findConstantByName","lowerBound":0,"id":33,"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":"variables","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":"resources","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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"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":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModes","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"conditionalConnectors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"compositeEntryPoint","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":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeExitPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writePoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"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":"composite","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"lowerBound":0,"iD":false,"id":70,"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":"isUrgent","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedInvariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"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":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionGuard","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":"actionBody","changeable":true,"lowerBound":0,"iD":false,"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":"parsedActionGuard","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedActionBody","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"},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":108,"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":"vectorSize","changeable":true,"lowerBound":1,"iD":false,"id":109,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"readable","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"writable","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":130,"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":"global","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"},{"id":136,"eClass":"EGenericType"},{"name":"integer","id":137,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"boolean","id":138,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"natural","id":139,"value":2,"literal":"natural","eClass":"EEnumLiteral"},{"name":"clock","id":140,"value":3,"literal":"clock","eClass":"EEnumLiteral"},{"name":"float","id":141,"value":4,"literal":"float","eClass":"EEnumLiteral"},{"name":"string","id":142,"value":5,"literal":"string","eClass":"EEnumLiteral"},{"name":"cpu","id":143,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":144,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"bandwidth","id":145,"value":2,"literal":"bandwidth","eClass":"EEnumLiteral"},{"name":"power","id":146,"value":3,"literal":"power","eClass":"EEnumLiteral"},{"name":"port","id":147,"value":4,"literal":"port","eClass":"EEnumLiteral"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":3},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":9},{"source":23,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":26,"target":9},{"source":24,"target":10},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":29},{"source":28,"target":10},{"source":25,"target":30},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":31,"target":15},{"source":31,"target":38},{"source":31,"target":3},{"source":31,"target":39},{"source":38,"target":15},{"source":39,"target":40},{"source":39,"target":31},{"source":32,"target":16},{"source":32,"target":41},{"source":32,"target":3},{"source":32,"target":42},{"source":41,"target":16},{"source":42,"target":43},{"source":42,"target":32},{"source":33,"target":17},{"source":33,"target":44},{"source":33,"target":3},{"source":33,"target":45},{"source":44,"target":17},{"source":45,"target":46},{"source":45,"target":33},{"source":34,"target":15},{"source":34,"target":47},{"source":34,"target":3},{"source":34,"target":48},{"source":47,"target":15},{"source":35,"target":16},{"source":35,"target":49},{"source":35,"target":3},{"source":35,"target":50},{"source":49,"target":16},{"source":36,"target":17},{"source":36,"target":51},{"source":36,"target":3},{"source":36,"target":52},{"source":51,"target":17},{"source":37,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":53,"target":5},{"source":53,"target":60},{"source":53,"target":4},{"source":53,"target":61},{"source":60,"target":5},{"source":54,"target":6},{"source":54,"target":62},{"source":54,"target":4},{"source":54,"target":63},{"source":62,"target":6},{"source":55,"target":8},{"source":55,"target":64},{"source":55,"target":4},{"source":64,"target":8},{"source":56,"target":11},{"source":56,"target":65},{"source":56,"target":4},{"source":56,"target":66},{"source":65,"target":11},{"source":57,"target":12},{"source":57,"target":67},{"source":57,"target":4},{"source":57,"target":68},{"source":67,"target":12},{"source":58,"target":20},{"source":58,"target":69},{"source":58,"target":4},{"source":69,"target":20},{"source":59,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":61},{"source":5,"target":72},{"source":5,"target":73},{"source":70,"target":74},{"source":70,"target":5},{"source":71,"target":75},{"source":71,"target":5},{"source":61,"target":4},{"source":61,"target":76},{"source":61,"target":5},{"source":61,"target":53},{"source":76,"target":4},{"source":72,"target":77},{"source":72,"target":5},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":63},{"source":6,"target":78},{"source":63,"target":4},{"source":63,"target":79},{"source":63,"target":6},{"source":63,"target":54},{"source":79,"target":4},{"source":78,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":80},{"source":80,"target":10},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":81},{"source":9,"target":27},{"source":9,"target":82},{"source":81,"target":13},{"source":81,"target":83},{"source":81,"target":9},{"source":81,"target":84},{"source":83,"target":13},{"source":27,"target":2},{"source":27,"target":85},{"source":27,"target":9},{"source":27,"target":23},{"source":85,"target":2},{"source":82,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":86},{"source":10,"target":29},{"source":10,"target":87},{"source":86,"target":13},{"source":86,"target":88},{"source":86,"target":10},{"source":86,"target":89},{"source":88,"target":13},{"source":29,"target":2},{"source":29,"target":90},{"source":29,"target":10},{"source":29,"target":24},{"source":90,"target":2},{"source":87,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":66},{"source":11,"target":91},{"source":66,"target":4},{"source":66,"target":92},{"source":66,"target":11},{"source":66,"target":56},{"source":92,"target":4},{"source":91,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":68},{"source":12,"target":93},{"source":68,"target":4},{"source":68,"target":94},{"source":68,"target":12},{"source":68,"target":57},{"source":94,"target":4},{"source":93,"target":9},{"source":13,"target":0},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":89},{"source":13,"target":84},{"source":13,"target":98},{"source":95,"target":99},{"source":95,"target":13},{"source":96,"target":100},{"source":96,"target":13},{"source":97,"target":101},{"source":97,"target":13},{"source":89,"target":10},{"source":89,"target":102},{"source":89,"target":13},{"source":89,"target":86},{"source":102,"target":10},{"source":84,"target":9},{"source":84,"target":103},{"source":84,"target":13},{"source":84,"target":81},{"source":103,"target":9},{"source":98,"target":104},{"source":98,"target":13},{"source":14,"target":0},{"source":14,"target":105},{"source":105,"target":106},{"source":105,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":48},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":107,"target":114},{"source":107,"target":15},{"source":108,"target":18},{"source":108,"target":115},{"source":108,"target":15},{"source":115,"target":18},{"source":109,"target":116},{"source":109,"target":15},{"source":110,"target":117},{"source":110,"target":15},{"source":48,"target":3},{"source":48,"target":118},{"source":48,"target":15},{"source":48,"target":34},{"source":118,"target":3},{"source":111,"target":119},{"source":111,"target":15},{"source":112,"target":120},{"source":112,"target":15},{"source":113,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":50},{"source":16,"target":123},{"source":16,"target":124},{"source":121,"target":125},{"source":121,"target":16},{"source":122,"target":19},{"source":122,"target":126},{"source":122,"target":16},{"source":126,"target":19},{"source":50,"target":3},{"source":50,"target":127},{"source":50,"target":16},{"source":50,"target":35},{"source":127,"target":3},{"source":123,"target":128},{"source":123,"target":16},{"source":124,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":52},{"source":17,"target":132},{"source":129,"target":18},{"source":129,"target":133},{"source":129,"target":17},{"source":133,"target":18},{"source":130,"target":134},{"source":130,"target":17},{"source":131,"target":135},{"source":131,"target":17},{"source":52,"target":3},{"source":52,"target":136},{"source":52,"target":17},{"source":52,"target":36},{"source":136,"target":3},{"source":132,"target":14},{"source":18,"target":0},{"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":137,"target":18},{"source":138,"target":18},{"source":139,"target":18},{"source":140,"target":18},{"source":141,"target":18},{"source":142,"target":18},{"source":19,"target":0},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":19,"target":146},{"source":19,"target":147},{"source":143,"target":19},{"source":144,"target":19},{"source":145,"target":19},{"source":146,"target":19},{"source":147,"target":19},{"source":20,"target":0},{"source":20,"target":9},{"source":20,"target":148},{"source":148,"target":9}],"multigraph":true} | ecore |
gpl | repo-ecore-all/data/atlanmod/modisco/modisco-models/org.eclipse.gmt.modisco.java.classiceobject/src-gen/org/eclipse/gmt/modisco/java/emf/classic/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-classicEObject"
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="&="/>
<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="<<="/>
<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="<<"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/>
<eLiterals name="LESS" value="9" literal="<"/>
<eLiterals name="GREATER" value="10" literal=">"/>
<eLiterals name="LESS_EQUALS" value="11" literal="<="/>
<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="&"/>
<eLiterals name="OR" value="17" literal="|"/>
<eLiterals name="CONDITIONAL_AND" value="18" literal="&&"/>
<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-classicEObject","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 |
statemachine | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/fsm.ecore | fsm
FSM
run
reset
ownedState
initialState
currentState
finalState
transition
fsmException
State
step
c
owningFSM
name
outgoingTransition
incomingTransition
Transition
fire
source
target
input
output
FSMException
NonDeterminism
NoTransition
NoInitialStateException | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm"
nsURI="http://fsm" nsPrefix="_fsm">
<eAnnotations source="diagen">
<details key="knownas=State Machine"/>
<details key="origin=http://www.kermeta.org/docs/html.chunked/KerMeta-Tutorial/ch04.html"/>
<details key="leftparent=statemachine" value=""/>
<details key="rightparent=nil" value=""/>
<details key="requires=nil" value=""/>
<details key="context=behavior" value="kewords={fsm,behavior,state,transition}
related={state*}
Finite State Machine
"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="FSM">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
</eAnnotations>
<eOperations name="run">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338092"/>
</eAnnotations>
</eOperations>
<eOperations name="reset">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338093"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/owningFSM">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338094"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1"
eType="#//State">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338095"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338096"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalState" lowerBound="1"
upperBound="-1" eType="#//State">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338097"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fsmException" eType="#//FSMException"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=outgoingTransition"/>
</eAnnotations>
<eOperations name="step">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338099"/>
</eAnnotations>
<eParameters name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1"
eType="#//FSM" eOpposite="#//FSM/ownedState">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013380911"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382412"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382413"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382414"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=target"/>
<details key="label=input"/>
<details key="label=output"/>
</eAnnotations>
<eOperations name="fire">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382416"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//State" eOpposite="#//State/outgoingTransition">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382417"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//State" eOpposite="#//State/incomingTransition">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382418"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382419"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382420"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMException">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382421"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonDeterminism" eSuperTypes="#//FSMException">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382422"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoTransition" eSuperTypes="#//FSMException">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382423"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoInitialStateException" eSuperTypes="#//FSMException">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382424"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"_fsm","nsURI":"http://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":null,"defaultValue":null,"instanceClassName":null,"name":"FSMException","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDeterminism","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoTransition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoInitialStateException","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reset","lowerBound":0,"id":9,"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":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"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":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":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"finalState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fsmException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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":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},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":35,"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":"input","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"output","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"}],"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":1},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":16},{"source":10,"target":1},{"source":10,"target":17},{"source":16,"target":2},{"source":11,"target":2},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":2},{"source":12,"target":2},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":2},{"source":13,"target":2},{"source":13,"target":20},{"source":13,"target":1},{"source":20,"target":2},{"source":14,"target":3},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":3},{"source":15,"target":4},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":4},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":17},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":27,"target":28},{"source":27,"target":23},{"source":17,"target":1},{"source":17,"target":29},{"source":17,"target":2},{"source":17,"target":10},{"source":29,"target":1},{"source":24,"target":30},{"source":24,"target":2},{"source":25,"target":3},{"source":25,"target":31},{"source":25,"target":2},{"source":25,"target":32},{"source":31,"target":3},{"source":26,"target":3},{"source":26,"target":33},{"source":26,"target":2},{"source":26,"target":34},{"source":33,"target":3},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":32},{"source":3,"target":34},{"source":3,"target":36},{"source":3,"target":37},{"source":35,"target":3},{"source":32,"target":2},{"source":32,"target":38},{"source":32,"target":3},{"source":32,"target":25},{"source":38,"target":2},{"source":34,"target":2},{"source":34,"target":39},{"source":34,"target":3},{"source":34,"target":26},{"source":39,"target":2},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":41},{"source":37,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":42},{"source":42,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":43},{"source":43,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":44},{"source":44,"target":4}],"multigraph":true} | ecore |
transformation | repo-ecore-all/data/davidediruscio/evoss/it.univaq.mancoosi.simulator.Wires/model/Wires.ecore | Wires
Transformation
inParams
outParams
controlNode
Query
AtomicModelTransformation
TypedElement
type
Type
path
ModelType
uri
DataType
ActualParameter
DecisionNode
trueBranch
falseBranch
expression
inParams
DataFlow
target
src
TransformationType
outParams
libraries
inParams
FormalParameter
typeEl
typeName
QueryType
ConnectableElement
incoming
outgoing
name
Model
path
BasicData
path
CompositeTransformationType
CompositeTransformation
BasicDataType
WiresSpecification
els
WiresElement
LibraryRef
library
name
Library
name
path
libraries
InputFormalParameter
OutputFormalParameter
InputActualParameter
OutputActualParameter
AtomicModelTransfomationType
IdentityTransformation
GenericTransformation
typeParam
TypeParameter
GenericQuery
typeParam | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Wires"
nsURI="http://www.lcc.uma.es/Wires/1.0" nsPrefix="Wires">
<eClassifiers xsi:type="ecore:EClass" name="Transformation" abstract="true" eSuperTypes="#//TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="inParams" upperBound="-1"
eType="#//InputActualParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outParams" upperBound="-1"
eType="#//OutputActualParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controlNode" eType="#//DecisionNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Transformation"/>
<eClassifiers xsi:type="ecore:EClass" name="AtomicModelTransformation" eSuperTypes="#//Transformation"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//ConnectableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//ConnectableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//WiresElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="trueBranch" upperBound="-1"
eType="#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseBranch" upperBound="-1"
eType="#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inParams" lowerBound="1"
upperBound="-1" eType="#//InputActualParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//WiresElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ConnectableElement" eOpposite="#//ConnectableElement/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//ConnectableElement"
eOpposite="#//ConnectableElement/outgoing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransformationType" abstract="true"
eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="outParams" upperBound="-1"
eType="#//OutputFormalParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1"
eType="#//LibraryRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inParams" upperBound="-1"
eType="#//InputFormalParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameter" abstract="true" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeEl" lowerBound="1"
eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryType" eSuperTypes="#//TransformationType"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//WiresElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//DataFlow" eOpposite="#//DataFlow/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//DataFlow" eOpposite="#//DataFlow/src"/>
<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="Model" eSuperTypes="#//TypedElement">
<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="BasicData" eSuperTypes="#//TypedElement">
<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="CompositeTransformationType" eSuperTypes="#//TransformationType #//WiresSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeTransformation" eSuperTypes="#//Transformation"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicDataType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="WiresSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="els" upperBound="-1" eType="#//WiresElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WiresElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1"
eType="#//Library"/>
<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="Library" eSuperTypes="#//WiresElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1"
eType="#//LibraryRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputFormalParameter" eSuperTypes="#//FormalParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputFormalParameter" eSuperTypes="#//FormalParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="InputActualParameter" eSuperTypes="#//ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputActualParameter" eSuperTypes="#//ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="AtomicModelTransfomationType" eSuperTypes="#//TransformationType"/>
<eClassifiers xsi:type="ecore:EClass" name="IdentityTransformation" eSuperTypes="#//AtomicModelTransformation"/>
<eClassifiers xsi:type="ecore:EClass" name="GenericTransformation" eSuperTypes="#//AtomicModelTransformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParam" lowerBound="1"
eType="#//TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="GenericQuery" eSuperTypes="#//Query">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParam" lowerBound="1"
eType="#//TypeParameter" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"Wires","nsURI":"http://www.lcc.uma.es/Wires/1.0","name":"Wires","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicModelTransformation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationType","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameter","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeTransformationType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeTransformation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDataType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WiresSpecification","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WiresElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFormalParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputFormalParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputActualParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputActualParameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicModelTransfomationType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentityTransformation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTransformation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericQuery","instanceClass":null,"abstract":false,"id":32,"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":"inParams","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":"outParams","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":"controlNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trueBranch","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":"falseBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inParams","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","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":"inParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeEl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"els","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"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":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"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":103,"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":"path","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParam","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":"typeParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":4},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":33,"target":26},{"source":33,"target":37},{"source":33,"target":1},{"source":37,"target":26},{"source":34,"target":27},{"source":34,"target":38},{"source":34,"target":1},{"source":38,"target":27},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":1},{"source":39,"target":9},{"source":36,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":40,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":41},{"source":41,"target":1},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":5},{"source":42,"target":44},{"source":42,"target":4},{"source":44,"target":5},{"source":43,"target":14},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":45},{"source":5,"target":46},{"source":45,"target":47},{"source":45,"target":5},{"source":46,"target":14},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":50},{"source":48,"target":6},{"source":49,"target":7},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":51},{"source":51,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":52},{"source":52,"target":4},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":53,"target":1},{"source":53,"target":58},{"source":53,"target":9},{"source":58,"target":1},{"source":54,"target":1},{"source":54,"target":59},{"source":54,"target":9},{"source":59,"target":1},{"source":55,"target":60},{"source":55,"target":9},{"source":56,"target":26},{"source":56,"target":61},{"source":56,"target":9},{"source":61,"target":26},{"source":57,"target":21},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":62,"target":14},{"source":62,"target":65},{"source":62,"target":10},{"source":62,"target":66},{"source":65,"target":14},{"source":63,"target":14},{"source":63,"target":67},{"source":63,"target":10},{"source":63,"target":68},{"source":67,"target":14},{"source":64,"target":21},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":69,"target":25},{"source":69,"target":73},{"source":69,"target":11},{"source":73,"target":25},{"source":70,"target":22},{"source":70,"target":74},{"source":70,"target":11},{"source":74,"target":22},{"source":71,"target":24},{"source":71,"target":75},{"source":71,"target":11},{"source":75,"target":24},{"source":72,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":76,"target":7},{"source":76,"target":79},{"source":76,"target":12},{"source":79,"target":7},{"source":77,"target":80},{"source":77,"target":12},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":81},{"source":81,"target":11},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":66},{"source":14,"target":68},{"source":14,"target":82},{"source":14,"target":83},{"source":66,"target":10},{"source":66,"target":84},{"source":66,"target":14},{"source":66,"target":62},{"source":84,"target":10},{"source":68,"target":10},{"source":68,"target":85},{"source":68,"target":14},{"source":68,"target":63},{"source":85,"target":10},{"source":82,"target":86},{"source":82,"target":14},{"source":83,"target":21},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":87},{"source":15,"target":88},{"source":87,"target":89},{"source":87,"target":15},{"source":88,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":92},{"source":90,"target":16},{"source":91,"target":4},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":20},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":11},{"source":94,"target":20},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":95},{"source":95,"target":1},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":96},{"source":96,"target":7},{"source":20,"target":0},{"source":20,"target":97},{"source":97,"target":21},{"source":97,"target":98},{"source":97,"target":20},{"source":98,"target":21},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":99},{"source":22,"target":100},{"source":99,"target":23},{"source":99,"target":101},{"source":99,"target":22},{"source":101,"target":23},{"source":100,"target":102},{"source":100,"target":22},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":103},{"source":23,"target":104},{"source":23,"target":105},{"source":23,"target":106},{"source":103,"target":107},{"source":103,"target":23},{"source":104,"target":108},{"source":104,"target":23},{"source":105,"target":22},{"source":105,"target":109},{"source":105,"target":23},{"source":109,"target":22},{"source":106,"target":21},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":110},{"source":110,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":111},{"source":111,"target":12},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":112},{"source":112,"target":8},{"source":27,"target":0},{"source":27,"target":8},{"source":27,"target":113},{"source":113,"target":8},{"source":28,"target":0},{"source":28,"target":11},{"source":28,"target":114},{"source":114,"target":11},{"source":29,"target":0},{"source":29,"target":3},{"source":29,"target":115},{"source":115,"target":3},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":116},{"source":30,"target":117},{"source":116,"target":31},{"source":116,"target":118},{"source":116,"target":30},{"source":118,"target":31},{"source":117,"target":3},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":119},{"source":119,"target":8},{"source":32,"target":0},{"source":32,"target":2},{"source":32,"target":120},{"source":32,"target":121},{"source":120,"target":31},{"source":120,"target":122},{"source":120,"target":32},{"source":122,"target":31},{"source":121,"target":2}],"multigraph":true} | ecore |
trace | repo-ecore-all/data/gambastian/automatizacion2015/MDD_Course_Samples/metamodels/oo2db/SimpleTrace.ecore | SimpleTrace
Trace
links
TraceLink
sources
targets
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="SimpleTrace" nsURI="SimpleTrace" nsPrefix="SimpleTrace">
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//TraceLink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"SimpleTrace","nsURI":"SimpleTrace","name":"SimpleTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"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":"sources","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":"targets","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"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":5,"target":8},{"source":5,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":10},{"source":7,"target":2}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/hckkid/eTrice/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore | room
RoomModel
name
docu
imports
primitiveTypes
externalTypes
dataClasses
protocolClasses
actorClasses
subSystemClasses
systems
RoomClass
name
docu
StructureClass
bindings
connections
ActorContainerClass
ifSPPs
userCode1
userCode2
userCode3
actorRefs
VarDecl
name
refType
RefableType
type
ref
DataType
ComplexType
PrimitiveType
targetName
castName
defaultValueLiteral
ExternalType
targetName
DataClass
base
userCode1
userCode2
userCode3
attributes
operations
Attribute
name
size
refType
defaultValueLiteral
docu
Operation
name
arguments
returntype
docu
detailCode
StandardOperation
PortOperation
sendsMsg
CommunicationType
EVENT_DRIVEN
eventdriven
DATA_DRIVEN
datadriven
SYNCHRONOUS
sync
ProtocolClass
commType
base
userCode1
userCode2
userCode3
incomingMessages
outgoingMessages
regular
conjugate
semantics
Message
priv
name
data
docu
PortClass
userCode
attributes
operations
msgHandlers
MessageHandler
msg
detailCode
ProtocolSemantics
rules
SemanticsRule
msg
followUps
ActorCommunicationType
EVENT_DRIVEN
eventdriven
DATA_DRIVEN
datadriven
ASYNCHRONOUS
async
SYNCHRONOUS
sync
ActorClass
abstract
commType
base
ifPorts
structureDocu
intPorts
extPorts
serviceImplementations
strSAPs
attributes
behaviorDocu
annotations
operations
stateMachine
InterfaceItem
name
protocol
Port
isReplicated
conjugated
multiplicity
1
docu
ExternalPort
ifport
SAPRef
SPPRef
ServiceImplementation
spp
LogicalSystem
subSystems
ActorContainerRef
name
docu
SubSystemRef
type
SubSystemClass
relayPorts
threads
LogicalThread
name
prio
instances
ActorInstancePath
segments
Binding
endpoint1
endpoint2
BindingEndPoint
actorRef
port
LayerConnection
from
to
SAPoint
RefSAPoint
ref
RelaySAPoint
relay
SPPoint
ref
service
ActorRef
type
StateGraphNode
StateGraphItem
getName
State
getName
docu
entryCode
exitCode
doCode
subgraph
StateGraph
states
trPoints
chPoints
transitions
BaseState
name
RefinedState
base
DetailCode
commands
TrPoint
name
TransitionPoint
handler
EntryPoint
ExitPoint
ChoicePoint
name
docu
Transition
name
to
docu
action
NonInitialTransition
from
TransitionChainStartTransition
InitialTransition
ContinuationTransition
TriggeredTransition
triggers
GuardedTransition
guard
CPBranchTransition
condition
TransitionTerminal
StateTerminal
state
TrPointTerminal
trPoint
SubStateTrPointTerminal
trPoint
state
ChoicepointTerminal
cp
Trigger
msgFromIfPairs
guard
MessageFromIf
message
from
Guard
guard
Documentation
text
Annotation
name
attributes
KeyValue
key
value
Import
importedNamespace
importURI | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="room"
nsURI="http://www.eclipse.org/etrice/Room" nsPrefix="room">
<eClassifiers xsi:type="ecore:EClass" name="RoomModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypes" upperBound="-1"
eType="#//PrimitiveType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalTypes" upperBound="-1"
eType="#//ExternalType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClasses" upperBound="-1"
eType="#//DataClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocolClasses" upperBound="-1"
eType="#//ProtocolClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actorClasses" upperBound="-1"
eType="#//ActorClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClasses" upperBound="-1"
eType="#//SubSystemClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systems" upperBound="-1"
eType="#//LogicalSystem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoomClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureClass" eSuperTypes="#//RoomClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//LayerConnection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorContainerClass" eSuperTypes="#//StructureClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifSPPs" upperBound="-1"
eType="#//SPPRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode1" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode2" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode3" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actorRefs" upperBound="-1"
eType="#//ActorRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="#//RefableType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefableType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//RoomClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ComplexType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="castName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalType" eSuperTypes="#//ComplexType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataClass" eSuperTypes="#//ComplexType">
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//DataClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode1" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode2" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode3" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//StandardOperation" containment="true"/>
</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:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="#//RefableType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//VarDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returntype" eType="#//RefableType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="detailCode" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandardOperation" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="PortOperation" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="sendsMsg" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CommunicationType">
<eLiterals name="EVENT_DRIVEN" literal="eventdriven"/>
<eLiterals name="DATA_DRIVEN" value="1" literal="datadriven"/>
<eLiterals name="SYNCHRONOUS" value="2" literal="sync"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolClass" eSuperTypes="#//RoomClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commType" eType="#//CommunicationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//ProtocolClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode1" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode2" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode3" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regular" eType="#//PortClass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conjugate" eType="#//PortClass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semantics" eType="#//ProtocolSemantics"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priv" 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="data" eType="#//VarDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="userCode" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//PortOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="msgHandlers" upperBound="-1"
eType="#//MessageHandler" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageHandler">
<eStructuralFeatures xsi:type="ecore:EReference" name="msg" eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="detailCode" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolSemantics">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//SemanticsRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticsRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="msg" eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="followUps" upperBound="-1"
eType="#//SemanticsRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActorCommunicationType">
<eLiterals name="EVENT_DRIVEN" literal="eventdriven"/>
<eLiterals name="DATA_DRIVEN" value="1" literal="datadriven"/>
<eLiterals name="ASYNCHRONOUS" value="2" literal="async"/>
<eLiterals name="SYNCHRONOUS" value="3" literal="sync"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorClass" eSuperTypes="#//ActorContainerClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commType" eType="#//ActorCommunicationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//ActorClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifPorts" upperBound="-1"
eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structureDocu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intPorts" upperBound="-1"
eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extPorts" upperBound="-1"
eType="#//ExternalPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceImplementations"
upperBound="-1" eType="#//ServiceImplementation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strSAPs" upperBound="-1"
eType="#//SAPRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviorDocu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//StandardOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateGraph"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="#//ProtocolClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//InterfaceItem">
<eOperations name="isReplicated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return multiplicity>1 || multiplicity==-1;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conjugated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalPort">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifport" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SAPRef" eSuperTypes="#//InterfaceItem"/>
<eClassifiers xsi:type="ecore:EClass" name="SPPRef" eSuperTypes="#//InterfaceItem"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceImplementation">
<eStructuralFeatures xsi:type="ecore:EReference" name="spp" eType="#//SPPRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalSystem" eSuperTypes="#//StructureClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystems" upperBound="-1"
eType="#//SubSystemRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorContainerRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubSystemRef" eSuperTypes="#//ActorContainerRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SubSystemClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubSystemClass" eSuperTypes="#//ActorContainerClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="relayPorts" upperBound="-1"
eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="threads" upperBound="-1"
eType="#//LogicalThread" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalThread">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//ActorInstancePath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorInstancePath">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="segments" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding">
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint1" eType="#//BindingEndPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint2" eType="#//BindingEndPoint"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingEndPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="actorRef" eType="#//ActorContainerRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayerConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//SAPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//SPPoint"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SAPoint"/>
<eClassifiers xsi:type="ecore:EClass" name="RefSAPoint" eSuperTypes="#//SAPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ActorContainerRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelaySAPoint" eSuperTypes="#//SAPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="relay" eType="#//SPPRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SPPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ActorContainerRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//SPPRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorRef" eSuperTypes="#//ActorContainerRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ActorClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateGraphNode" eSuperTypes="#//StateGraphItem"/>
<eClassifiers xsi:type="ecore:EClass" name="StateGraphItem">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if (this instanceof org.eclipse.etrice.core.room.State) return ((org.eclipse.etrice.core.room.State)this).getName();
else if (this instanceof org.eclipse.etrice.core.room.TrPoint) return ((org.eclipse.etrice.core.room.TrPoint)this).getName();
else if (this instanceof org.eclipse.etrice.core.room.ChoicePoint) return ((org.eclipse.etrice.core.room.ChoicePoint)this).getName();
else if (this instanceof org.eclipse.etrice.core.room.Transition) return ((org.eclipse.etrice.core.room.Transition)this).getName();
return "";"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateGraphNode">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (this instanceof org.eclipse.etrice.core.room.BaseState)? ((org.eclipse.etrice.core.room.BaseState)this).getName() :((org.eclipse.etrice.core.room.RefinedState)this).getBase()==null? "":((org.eclipse.etrice.core.room.RefinedState)this).getBase().getName();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryCode" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exitCode" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="doCode" eType="#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subgraph" eType="#//StateGraph"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateGraph">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trPoints" upperBound="-1"
eType="#//TrPoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chPoints" upperBound="-1"
eType="#//ChoicePoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseState" eSuperTypes="#//State">
<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="RefinedState" eSuperTypes="#//State">
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//BaseState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DetailCode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commands" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrPoint" eSuperTypes="#//StateGraphNode">
<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="TransitionPoint" eSuperTypes="#//TrPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="handler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryPoint" eSuperTypes="#//TrPoint"/>
<eClassifiers xsi:type="ecore:EClass" name="ExitPoint" eSuperTypes="#//TrPoint"/>
<eClassifiers xsi:type="ecore:EClass" name="ChoicePoint" eSuperTypes="#//StateGraphNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//StateGraphItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//TransitionTerminal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonInitialTransition" eSuperTypes="#//Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//TransitionTerminal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionChainStartTransition" eSuperTypes="#//NonInitialTransition"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="ContinuationTransition" eSuperTypes="#//NonInitialTransition"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggeredTransition" eSuperTypes="#//TransitionChainStartTransition">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"
eType="#//Trigger" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GuardedTransition" eSuperTypes="#//TransitionChainStartTransition">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CPBranchTransition" eSuperTypes="#//NonInitialTransition">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionTerminal"/>
<eClassifiers xsi:type="ecore:EClass" name="StateTerminal" eSuperTypes="#//TransitionTerminal">
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//BaseState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrPointTerminal" eSuperTypes="#//TransitionTerminal">
<eStructuralFeatures xsi:type="ecore:EReference" name="trPoint" eType="#//TrPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubStateTrPointTerminal" eSuperTypes="#//TransitionTerminal">
<eStructuralFeatures xsi:type="ecore:EReference" name="trPoint" eType="#//TrPoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//BaseState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChoicepointTerminal" eSuperTypes="#//TransitionTerminal">
<eStructuralFeatures xsi:type="ecore:EReference" name="cp" eType="#//ChoicePoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="msgFromIfPairs" upperBound="-1"
eType="#//MessageFromIf" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageFromIf">
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//InterfaceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//DetailCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//KeyValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"room","nsURI":"http://www.eclipse.org/etrice/Room","name":"room","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorContainerClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefableType","instanceClass":null,"abstract":false,"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":"ComplexType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClass","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortOperation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommunicationType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortClass","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageHandler","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolSemantics","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticsRule","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActorCommunicationType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorClass","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceItem","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalPort","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAPRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPPRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceImplementation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalSystem","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorContainerRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemClass","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalThread","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstancePath","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingEndPoint","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerConnection","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAPoint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSAPoint","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelaySAPoint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPPoint","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorRef","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateGraphNode","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateGraphItem","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateGraph","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseState","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinedState","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailCode","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrPoint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionPoint","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPoint","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitPoint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoicePoint","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonInitialTransition","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionChainStartTransition","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialTransition","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinuationTransition","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeredTransition","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardedTransition","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPBranchTransition","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionTerminal","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateTerminal","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrPointTerminal","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubStateTrPointTerminal","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoicepointTerminal","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageFromIf","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValue","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":76,"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":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalTypes","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":"dataClasses","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":"protocolClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actorClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSystemClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifSPPs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode2","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":"userCode3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actorRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetName","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"castName","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetName","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":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":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":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":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":"returntype","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":"docu","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":"detailCode","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sendsMsg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"name":"EVENT_DRIVEN","id":174,"value":0,"literal":"eventdriven","eClass":"EEnumLiteral"},{"name":"DATA_DRIVEN","id":175,"value":1,"literal":"datadriven","eClass":"EEnumLiteral"},{"name":"SYNCHRONOUS","id":176,"value":2,"literal":"sync","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commType","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"userCode1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"incomingMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingMessages","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":"regular","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conjugate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semantics","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"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priv","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msgHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"detailCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"followUps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"name":"EVENT_DRIVEN","id":224,"value":0,"literal":"eventdriven","eClass":"EEnumLiteral"},{"name":"DATA_DRIVEN","id":225,"value":1,"literal":"datadriven","eClass":"EEnumLiteral"},{"name":"ASYNCHRONOUS","id":226,"value":2,"literal":"async","eClass":"EEnumLiteral"},{"name":"SYNCHRONOUS","id":227,"value":3,"literal":"sync","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commType","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structureDocu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceImplementations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strSAPs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorDocu","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":"annotations","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":"operations","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":"stateMachine","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isReplicated","lowerBound":0,"id":261,"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":"conjugated","changeable":true,"lowerBound":0,"iD":false,"id":262,"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":"multiplicity","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"spp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"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":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":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"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":"relayPorts","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":"threads","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prio","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"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":"segments","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"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":"endpoint1","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":"endpoint2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"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":"actorRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"relay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"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":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EOperation"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":327,"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":"docu","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":"entryCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doCode","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":"subgraph","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"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"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":"commands","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"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":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"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":"handler","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"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":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"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":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","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"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"state","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trPoint","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msgFromIfPairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"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":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"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":423,"derived":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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"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":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"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":1,"target":0},{"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":77,"target":87},{"source":77,"target":1},{"source":78,"target":73},{"source":78,"target":88},{"source":78,"target":1},{"source":88,"target":73},{"source":79,"target":76},{"source":79,"target":89},{"source":79,"target":1},{"source":89,"target":76},{"source":80,"target":9},{"source":80,"target":90},{"source":80,"target":1},{"source":90,"target":9},{"source":81,"target":10},{"source":81,"target":91},{"source":81,"target":1},{"source":91,"target":10},{"source":82,"target":11},{"source":82,"target":92},{"source":82,"target":1},{"source":92,"target":11},{"source":83,"target":17},{"source":83,"target":93},{"source":83,"target":1},{"source":93,"target":17},{"source":84,"target":24},{"source":84,"target":94},{"source":84,"target":1},{"source":94,"target":24},{"source":85,"target":34},{"source":85,"target":95},{"source":85,"target":1},{"source":95,"target":34},{"source":86,"target":31},{"source":86,"target":96},{"source":86,"target":1},{"source":96,"target":31},{"source":2,"target":0},{"source":2,"target":97},{"source":2,"target":98},{"source":97,"target":99},{"source":97,"target":2},{"source":98,"target":73},{"source":98,"target":100},{"source":98,"target":2},{"source":100,"target":73},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":101,"target":37},{"source":101,"target":104},{"source":101,"target":3},{"source":104,"target":37},{"source":102,"target":39},{"source":102,"target":105},{"source":102,"target":3},{"source":105,"target":39},{"source":103,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":106,"target":29},{"source":106,"target":112},{"source":106,"target":4},{"source":112,"target":29},{"source":107,"target":51},{"source":107,"target":113},{"source":107,"target":4},{"source":113,"target":51},{"source":108,"target":51},{"source":108,"target":114},{"source":108,"target":4},{"source":114,"target":51},{"source":109,"target":51},{"source":109,"target":115},{"source":109,"target":4},{"source":115,"target":51},{"source":110,"target":44},{"source":110,"target":116},{"source":110,"target":4},{"source":116,"target":44},{"source":111,"target":3},{"source":5,"target":0},{"source":5,"target":117},{"source":5,"target":118},{"source":117,"target":119},{"source":117,"target":5},{"source":118,"target":6},{"source":118,"target":120},{"source":118,"target":5},{"source":120,"target":6},{"source":6,"target":0},{"source":6,"target":121},{"source":6,"target":122},{"source":121,"target":7},{"source":121,"target":123},{"source":121,"target":6},{"source":123,"target":7},{"source":122,"target":124},{"source":122,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":125},{"source":125,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":126},{"source":126,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":127,"target":131},{"source":127,"target":9},{"source":128,"target":132},{"source":128,"target":9},{"source":129,"target":133},{"source":129,"target":9},{"source":130,"target":7},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":134},{"source":10,"target":135},{"source":134,"target":136},{"source":134,"target":10},{"source":135,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":137,"target":11},{"source":137,"target":144},{"source":137,"target":11},{"source":144,"target":11},{"source":138,"target":51},{"source":138,"target":145},{"source":138,"target":11},{"source":145,"target":51},{"source":139,"target":51},{"source":139,"target":146},{"source":139,"target":11},{"source":146,"target":51},{"source":140,"target":51},{"source":140,"target":147},{"source":140,"target":11},{"source":147,"target":51},{"source":141,"target":12},{"source":141,"target":148},{"source":141,"target":11},{"source":148,"target":12},{"source":142,"target":14},{"source":142,"target":149},{"source":142,"target":11},{"source":149,"target":14},{"source":143,"target":8},{"source":12,"target":0},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":150,"target":155},{"source":150,"target":12},{"source":151,"target":156},{"source":151,"target":12},{"source":152,"target":6},{"source":152,"target":157},{"source":152,"target":12},{"source":157,"target":6},{"source":153,"target":158},{"source":153,"target":12},{"source":154,"target":73},{"source":154,"target":159},{"source":154,"target":12},{"source":159,"target":73},{"source":13,"target":0},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":13,"target":164},{"source":160,"target":165},{"source":160,"target":13},{"source":161,"target":5},{"source":161,"target":166},{"source":161,"target":13},{"source":166,"target":5},{"source":162,"target":6},{"source":162,"target":167},{"source":162,"target":13},{"source":167,"target":6},{"source":163,"target":73},{"source":163,"target":168},{"source":163,"target":13},{"source":168,"target":73},{"source":164,"target":51},{"source":164,"target":169},{"source":164,"target":13},{"source":169,"target":51},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":170},{"source":170,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":171},{"source":15,"target":172},{"source":171,"target":18},{"source":171,"target":173},{"source":171,"target":15},{"source":173,"target":18},{"source":172,"target":13},{"source":16,"target":0},{"source":16,"target":174},{"source":16,"target":175},{"source":16,"target":176},{"source":174,"target":16},{"source":175,"target":16},{"source":176,"target":16},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":177,"target":16},{"source":177,"target":188},{"source":177,"target":17},{"source":188,"target":16},{"source":178,"target":17},{"source":178,"target":189},{"source":178,"target":17},{"source":189,"target":17},{"source":179,"target":51},{"source":179,"target":190},{"source":179,"target":17},{"source":190,"target":51},{"source":180,"target":51},{"source":180,"target":191},{"source":180,"target":17},{"source":191,"target":51},{"source":181,"target":51},{"source":181,"target":192},{"source":181,"target":17},{"source":192,"target":51},{"source":182,"target":18},{"source":182,"target":193},{"source":182,"target":17},{"source":193,"target":18},{"source":183,"target":18},{"source":183,"target":194},{"source":183,"target":17},{"source":194,"target":18},{"source":184,"target":19},{"source":184,"target":195},{"source":184,"target":17},{"source":195,"target":19},{"source":185,"target":19},{"source":185,"target":196},{"source":185,"target":17},{"source":196,"target":19},{"source":186,"target":21},{"source":186,"target":197},{"source":186,"target":17},{"source":197,"target":21},{"source":187,"target":2},{"source":18,"target":0},{"source":18,"target":198},{"source":18,"target":199},{"source":18,"target":200},{"source":18,"target":201},{"source":198,"target":202},{"source":198,"target":18},{"source":199,"target":203},{"source":199,"target":18},{"source":200,"target":5},{"source":200,"target":204},{"source":200,"target":18},{"source":204,"target":5},{"source":201,"target":73},{"source":201,"target":205},{"source":201,"target":18},{"source":205,"target":73},{"source":19,"target":0},{"source":19,"target":206},{"source":19,"target":207},{"source":19,"target":208},{"source":19,"target":209},{"source":206,"target":51},{"source":206,"target":210},{"source":206,"target":19},{"source":210,"target":51},{"source":207,"target":12},{"source":207,"target":211},{"source":207,"target":19},{"source":211,"target":12},{"source":208,"target":15},{"source":208,"target":212},{"source":208,"target":19},{"source":212,"target":15},{"source":209,"target":20},{"source":209,"target":213},{"source":209,"target":19},{"source":213,"target":20},{"source":20,"target":0},{"source":20,"target":214},{"source":20,"target":215},{"source":214,"target":18},{"source":214,"target":216},{"source":214,"target":20},{"source":216,"target":18},{"source":215,"target":51},{"source":215,"target":217},{"source":215,"target":20},{"source":217,"target":51},{"source":21,"target":0},{"source":21,"target":218},{"source":218,"target":22},{"source":218,"target":219},{"source":218,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":220,"target":18},{"source":220,"target":222},{"source":220,"target":22},{"source":222,"target":18},{"source":221,"target":22},{"source":221,"target":223},{"source":221,"target":22},{"source":223,"target":22},{"source":23,"target":0},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":224,"target":23},{"source":225,"target":23},{"source":226,"target":23},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":228},{"source":24,"target":229},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":24,"target":233},{"source":24,"target":234},{"source":24,"target":235},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":24,"target":239},{"source":24,"target":240},{"source":24,"target":241},{"source":24,"target":242},{"source":228,"target":243},{"source":228,"target":24},{"source":229,"target":23},{"source":229,"target":244},{"source":229,"target":24},{"source":244,"target":23},{"source":230,"target":24},{"source":230,"target":245},{"source":230,"target":24},{"source":245,"target":24},{"source":231,"target":26},{"source":231,"target":246},{"source":231,"target":24},{"source":246,"target":26},{"source":232,"target":73},{"source":232,"target":247},{"source":232,"target":24},{"source":247,"target":73},{"source":233,"target":26},{"source":233,"target":248},{"source":233,"target":24},{"source":248,"target":26},{"source":234,"target":27},{"source":234,"target":249},{"source":234,"target":24},{"source":249,"target":27},{"source":235,"target":30},{"source":235,"target":250},{"source":235,"target":24},{"source":250,"target":30},{"source":236,"target":28},{"source":236,"target":251},{"source":236,"target":24},{"source":251,"target":28},{"source":237,"target":12},{"source":237,"target":252},{"source":237,"target":24},{"source":252,"target":12},{"source":238,"target":73},{"source":238,"target":253},{"source":238,"target":24},{"source":253,"target":73},{"source":239,"target":74},{"source":239,"target":254},{"source":239,"target":24},{"source":254,"target":74},{"source":240,"target":14},{"source":240,"target":255},{"source":240,"target":24},{"source":255,"target":14},{"source":241,"target":48},{"source":241,"target":256},{"source":241,"target":24},{"source":256,"target":48},{"source":242,"target":4},{"source":25,"target":0},{"source":25,"target":257},{"source":25,"target":258},{"source":257,"target":259},{"source":257,"target":25},{"source":258,"target":17},{"source":258,"target":260},{"source":258,"target":25},{"source":260,"target":17},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":261},{"source":26,"target":262},{"source":26,"target":263},{"source":26,"target":264},{"source":26,"target":265},{"source":261,"target":266},{"source":261,"target":26},{"source":262,"target":267},{"source":262,"target":26},{"source":263,"target":268},{"source":263,"target":26},{"source":264,"target":73},{"source":264,"target":269},{"source":264,"target":26},{"source":269,"target":73},{"source":265,"target":25},{"source":27,"target":0},{"source":27,"target":270},{"source":270,"target":26},{"source":270,"target":271},{"source":270,"target":27},{"source":271,"target":26},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":272},{"source":272,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":273},{"source":273,"target":25},{"source":30,"target":0},{"source":30,"target":274},{"source":274,"target":29},{"source":274,"target":275},{"source":274,"target":30},{"source":275,"target":29},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":276},{"source":31,"target":277},{"source":276,"target":33},{"source":276,"target":278},{"source":276,"target":31},{"source":278,"target":33},{"source":277,"target":3},{"source":32,"target":0},{"source":32,"target":279},{"source":32,"target":280},{"source":279,"target":281},{"source":279,"target":32},{"source":280,"target":73},{"source":280,"target":282},{"source":280,"target":32},{"source":282,"target":73},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":283},{"source":33,"target":284},{"source":283,"target":34},{"source":283,"target":285},{"source":283,"target":33},{"source":285,"target":34},{"source":284,"target":32},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":286},{"source":34,"target":287},{"source":34,"target":288},{"source":286,"target":26},{"source":286,"target":289},{"source":286,"target":34},{"source":289,"target":26},{"source":287,"target":35},{"source":287,"target":290},{"source":287,"target":34},{"source":290,"target":35},{"source":288,"target":4},{"source":35,"target":0},{"source":35,"target":291},{"source":35,"target":292},{"source":35,"target":293},{"source":291,"target":294},{"source":291,"target":35},{"source":292,"target":295},{"source":292,"target":35},{"source":293,"target":36},{"source":293,"target":296},{"source":293,"target":35},{"source":296,"target":36},{"source":36,"target":0},{"source":36,"target":297},{"source":297,"target":298},{"source":297,"target":36},{"source":37,"target":0},{"source":37,"target":299},{"source":37,"target":300},{"source":299,"target":38},{"source":299,"target":301},{"source":299,"target":37},{"source":301,"target":38},{"source":300,"target":38},{"source":300,"target":302},{"source":300,"target":37},{"source":302,"target":38},{"source":38,"target":0},{"source":38,"target":303},{"source":38,"target":304},{"source":303,"target":32},{"source":303,"target":305},{"source":303,"target":38},{"source":305,"target":32},{"source":304,"target":26},{"source":304,"target":306},{"source":304,"target":38},{"source":306,"target":26},{"source":39,"target":0},{"source":39,"target":307},{"source":39,"target":308},{"source":307,"target":40},{"source":307,"target":309},{"source":307,"target":39},{"source":309,"target":40},{"source":308,"target":43},{"source":308,"target":310},{"source":308,"target":39},{"source":310,"target":43},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":311},{"source":41,"target":312},{"source":311,"target":32},{"source":311,"target":313},{"source":311,"target":41},{"source":313,"target":32},{"source":312,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":314},{"source":42,"target":315},{"source":314,"target":29},{"source":314,"target":316},{"source":314,"target":42},{"source":316,"target":29},{"source":315,"target":40},{"source":43,"target":0},{"source":43,"target":317},{"source":43,"target":318},{"source":317,"target":32},{"source":317,"target":319},{"source":317,"target":43},{"source":319,"target":32},{"source":318,"target":29},{"source":318,"target":320},{"source":318,"target":43},{"source":320,"target":29},{"source":44,"target":0},{"source":44,"target":32},{"source":44,"target":321},{"source":44,"target":322},{"source":321,"target":24},{"source":321,"target":323},{"source":321,"target":44},{"source":323,"target":24},{"source":322,"target":32},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":324},{"source":324,"target":46},{"source":46,"target":0},{"source":46,"target":325},{"source":325,"target":326},{"source":325,"target":46},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":327},{"source":47,"target":328},{"source":47,"target":329},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":327,"target":334},{"source":327,"target":47},{"source":328,"target":73},{"source":328,"target":335},{"source":328,"target":47},{"source":335,"target":73},{"source":329,"target":51},{"source":329,"target":336},{"source":329,"target":47},{"source":336,"target":51},{"source":330,"target":51},{"source":330,"target":337},{"source":330,"target":47},{"source":337,"target":51},{"source":331,"target":51},{"source":331,"target":338},{"source":331,"target":47},{"source":338,"target":51},{"source":332,"target":48},{"source":332,"target":339},{"source":332,"target":47},{"source":339,"target":48},{"source":333,"target":45},{"source":48,"target":0},{"source":48,"target":340},{"source":48,"target":341},{"source":48,"target":342},{"source":48,"target":343},{"source":340,"target":47},{"source":340,"target":344},{"source":340,"target":48},{"source":344,"target":47},{"source":341,"target":52},{"source":341,"target":345},{"source":341,"target":48},{"source":345,"target":52},{"source":342,"target":56},{"source":342,"target":346},{"source":342,"target":48},{"source":346,"target":56},{"source":343,"target":57},{"source":343,"target":347},{"source":343,"target":48},{"source":347,"target":57},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":348},{"source":49,"target":349},{"source":348,"target":350},{"source":348,"target":49},{"source":349,"target":47},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":351},{"source":50,"target":352},{"source":351,"target":49},{"source":351,"target":353},{"source":351,"target":50},{"source":353,"target":49},{"source":352,"target":47},{"source":51,"target":0},{"source":51,"target":354},{"source":354,"target":355},{"source":354,"target":51},{"source":52,"target":0},{"source":52,"target":45},{"source":52,"target":356},{"source":52,"target":357},{"source":356,"target":358},{"source":356,"target":52},{"source":357,"target":45},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":359},{"source":53,"target":360},{"source":359,"target":361},{"source":359,"target":53},{"source":360,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":362},{"source":362,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":363},{"source":363,"target":52},{"source":56,"target":0},{"source":56,"target":45},{"source":56,"target":364},{"source":56,"target":365},{"source":56,"target":366},{"source":364,"target":367},{"source":364,"target":56},{"source":365,"target":73},{"source":365,"target":368},{"source":365,"target":56},{"source":368,"target":73},{"source":366,"target":45},{"source":57,"target":0},{"source":57,"target":46},{"source":57,"target":369},{"source":57,"target":370},{"source":57,"target":371},{"source":57,"target":372},{"source":57,"target":373},{"source":369,"target":374},{"source":369,"target":57},{"source":370,"target":65},{"source":370,"target":375},{"source":370,"target":57},{"source":375,"target":65},{"source":371,"target":73},{"source":371,"target":376},{"source":371,"target":57},{"source":376,"target":73},{"source":372,"target":51},{"source":372,"target":377},{"source":372,"target":57},{"source":377,"target":51},{"source":373,"target":46},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":378},{"source":58,"target":379},{"source":378,"target":65},{"source":378,"target":380},{"source":378,"target":58},{"source":380,"target":65},{"source":379,"target":57},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":381},{"source":381,"target":58},{"source":60,"target":0},{"source":60,"target":57},{"source":60,"target":382},{"source":382,"target":57},{"source":61,"target":0},{"source":61,"target":58},{"source":61,"target":383},{"source":383,"target":58},{"source":62,"target":0},{"source":62,"target":59},{"source":62,"target":384},{"source":62,"target":385},{"source":384,"target":70},{"source":384,"target":386},{"source":384,"target":62},{"source":386,"target":70},{"source":385,"target":59},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":387},{"source":63,"target":388},{"source":387,"target":51},{"source":387,"target":389},{"source":387,"target":63},{"source":389,"target":51},{"source":388,"target":59},{"source":64,"target":0},{"source":64,"target":58},{"source":64,"target":390},{"source":64,"target":391},{"source":390,"target":51},{"source":390,"target":392},{"source":390,"target":64},{"source":392,"target":51},{"source":391,"target":58},{"source":65,"target":0},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":393},{"source":66,"target":394},{"source":393,"target":49},{"source":393,"target":395},{"source":393,"target":66},{"source":395,"target":49},{"source":394,"target":65},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":396},{"source":67,"target":397},{"source":396,"target":52},{"source":396,"target":398},{"source":396,"target":67},{"source":398,"target":52},{"source":397,"target":65},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":399},{"source":68,"target":400},{"source":68,"target":401},{"source":399,"target":52},{"source":399,"target":402},{"source":399,"target":68},{"source":402,"target":52},{"source":400,"target":49},{"source":400,"target":403},{"source":400,"target":68},{"source":403,"target":49},{"source":401,"target":65},{"source":69,"target":0},{"source":69,"target":65},{"source":69,"target":404},{"source":69,"target":405},{"source":404,"target":56},{"source":404,"target":406},{"source":404,"target":69},{"source":406,"target":56},{"source":405,"target":65},{"source":70,"target":0},{"source":70,"target":407},{"source":70,"target":408},{"source":407,"target":71},{"source":407,"target":409},{"source":407,"target":70},{"source":409,"target":71},{"source":408,"target":72},{"source":408,"target":410},{"source":408,"target":70},{"source":410,"target":72},{"source":71,"target":0},{"source":71,"target":411},{"source":71,"target":412},{"source":411,"target":18},{"source":411,"target":413},{"source":411,"target":71},{"source":413,"target":18},{"source":412,"target":25},{"source":412,"target":414},{"source":412,"target":71},{"source":414,"target":25},{"source":72,"target":0},{"source":72,"target":415},{"source":415,"target":51},{"source":415,"target":416},{"source":415,"target":72},{"source":416,"target":51},{"source":73,"target":0},{"source":73,"target":417},{"source":417,"target":418},{"source":417,"target":73},{"source":74,"target":0},{"source":74,"target":419},{"source":74,"target":420},{"source":419,"target":421},{"source":419,"target":74},{"source":420,"target":75},{"source":420,"target":422},{"source":420,"target":74},{"source":422,"target":75},{"source":75,"target":0},{"source":75,"target":423},{"source":75,"target":424},{"source":423,"target":425},{"source":423,"target":75},{"source":424,"target":426},{"source":424,"target":75},{"source":76,"target":0},{"source":76,"target":427},{"source":76,"target":428},{"source":427,"target":429},{"source":427,"target":76},{"source":428,"target":430},{"source":428,"target":76}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/mikevd92/atl2/SimpleClass2RDBMS/SimpleClass.ecore | simpleClass
ClassModel
classifiers
associations
Classifier
name
Association
name
source
target
Class
persistent
super
attributes
PrimitiveDataType
Attribute
name
id
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="simpleClass" nsURI="platform:/resource/SimpleClass2RDBMS/SimpleClass.ecore"
nsPrefix="smpClass">
<eClassifiers xsi:type="ecore:EClass" name="ClassModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1"
eType="#//Classifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1"
eType="#//Association" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" 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="Association">
<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" lowerBound="1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
upperBound="-1" eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//Classifier"/>
<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:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"smpClass","nsURI":"platform:/resource/SimpleClass2RDBMS/SimpleClass.ecore","name":"simpleClass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","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":"PrimitiveDataType","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","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":"associations","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},{"id":12,"eClass":"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"persistent","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"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},{"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":3},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":11,"target":12},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":16},{"source":13,"target":3},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":4},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":19,"target":23},{"source":19,"target":4},{"source":20,"target":4},{"source":20,"target":24},{"source":20,"target":4},{"source":24,"target":4},{"source":21,"target":6},{"source":21,"target":25},{"source":21,"target":4},{"source":25,"target":6},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":26},{"source":26,"target":2},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":27,"target":30},{"source":27,"target":6},{"source":28,"target":31},{"source":28,"target":6},{"source":29,"target":2},{"source":29,"target":32},{"source":29,"target":6},{"source":32,"target":2}],"multigraph":true} | ecore |
webapp | repo-ecore-all/data/davidediruscio/becontenhtmldoc/src/becontent/html/gen/becontent.ecore | becontent
BeContentModel
modelElements
BeContentElement
DefinitionItem
Entity
name
variableName
isOwned
presentationString
rssFilter
fields
rss
handler
CustomEntity
SystemEntity
systemFields
Relation
name
variableName
CustomRelation
leftForeignkey
rightForeignkey
SystemRelation
leftForeignkey
rightForeignkey
EntityField
isPresented
isTextSearch
isSearchPresentationHead
isSearchPresentationBody
Reference
name
referredEntity
TypedAttribute
name
isMandatory
AttributeColor
AttributeDate
AttributeLongDate
AttributeText
AttributePassword
AttributePosition
AttributeImage
AttributeInteger
isPrimaryKey
AttributeVarchar
length
isPrimaryKey
AttributeFile
AttributeFileToFolder
fileExtensions
SystemEntityField
isPresented
isTextSearch
isSearchPresentationHead
isSearchPresentationBody
SystemReference
name
referredEntity
TypedSystemAttribute
name
isMandatory
SystemAttributeColor
SystemAttributeDate
SystemAttributeLongDate
SystemAttributeText
SystemAttributePassword
SystemAttributePosition
SystemAttributeImage
SystemAttributeInteger
isPrimaryKey
SystemAttributeVarchar
length
isPrimaryKey
SystemAttributeFile
SystemAttributeFileToFolder
fileExtensions
FileToFolderExtension
extensionKey
extensionValue
_id_model
Channel
parameters
channel
_id_model
Handler
fileName
mainSkinWithPager
mainSkinPagerLength
mainSkinPlaceholder
viewItems
mainSkin
mainSkinGetContent
ViewItem
Template
path
_id_model
Skinlet
template
_id_model
Skin
name
Content
template
presentationFields
orderFields
joinCondition
filter
limit
style
mainEntity
joinEntities
commands
conditionalTemplate
_id_model
JoinEntity
_id_model
joinRule
referredEntity
ConditionalTemplate
trueTemplate
falseTemplate
conditionExp
fieldName
_id_model
ContentCommand
_id_model
Parameter
name
value
UnsetParameter
name
Copy
fieldName1
fieldName2
Propagate
fieldName1
fieldName2
Trigger
name
value
ApplyCommand
viewItem
Apply
prefix
ApplyItem
key
prefix
ApplyIndexed
EntityManagerPage
fileName
skin
forms
customPagers
validations
FormElement
Form
name
method
description
mainEntity
elements
customPager
validations
ExtendedForm
className
NotStructuredElement
helper
CustomPager
className
length
template
query
filter
order
_id_model
Validation
condition
message
firstElement
secondElement
_id_model
Section
name
text
Text
name
label
size
isMandatory
maxLength
RadioButton
name
label
values
Checkbox
name
label
value
isChecked
Select
name
label
values
isMandatory
Textarea
name
label
rows
columns
isMandatory
Editor
name
label
rows
columns
isMandatory
Link
name
label
size
isMandatory
maxLength
Password
name
label
size
isMandatory
maxLength
Date
name
label
isMandatory
LongDate
name
label
isMandatory
File
name
label
isMandatory
extension
extensionMessage
FileToFolder
name
label
isMandatory
extension
extensionMessage
Image
name
label
isMandatory
Color
name
label
defaultColor
RelationManager
name
label
orientation
restrictCondition
Position
name
label
controlledField
size
isMandatory
HierarchicalPosition
name
label
controlledField
referenceField
size
SelectFromReference
name
label
isMandatory
restrictCondition
referredEntity
RadioFromReference
name
label
isMandatory
restrictCondition
referredEntity
Year
name
label
start
end
isMandatory
Hidden
name
values
ContentStyle
normal
normal
hierarchical
hierarchical
ConditionalTemplateExpType
isNotEmpty
isNotEmpty
FormMethodType
get
get
post
post
ConditionType
equal
equal
implies
implies
dateLessEqual
dateLessEqual
OrientationType
right
right
left
left | <?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="becontent"
nsURI="http://becontent.metamodel" nsPrefix="becontent">
<eClassifiers xsi:type="ecore:EClass" name="BeContentModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" ordered="false"
upperBound="-1" eType="#//BeContentElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BeContentElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="DefinitionItem" abstract="true" eSuperTypes="#//BeContentElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true" eSuperTypes="#//DefinitionItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOwned" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationString" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rssFilter" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//EntityField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rss" ordered="false" eType="#//Channel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="handler" ordered="false"
eType="#//Handler"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomEntity" eSuperTypes="#//Entity"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemEntity" eSuperTypes="#//Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="systemFields" upperBound="-1"
eType="#//SystemEntityField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true" eSuperTypes="#//DefinitionItem">
<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="variableName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomRelation" eSuperTypes="#//Relation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftForeignkey" ordered="false"
lowerBound="1" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightForeignkey" ordered="false"
lowerBound="1" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemRelation" eSuperTypes="#//Relation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftForeignkey" ordered="false"
lowerBound="1" eType="#//SystemEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightForeignkey" ordered="false"
lowerBound="1" eType="#//SystemEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityField" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPresented" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTextSearch" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSearchPresentationHead"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSearchPresentationBody"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//EntityField">
<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="referredEntity" ordered="false"
lowerBound="1" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedAttribute" abstract="true" eSuperTypes="#//EntityField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeColor" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDate" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeLongDate" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeText" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributePassword" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributePosition" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeImage" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeInteger" eSuperTypes="#//TypedAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeVarchar" eSuperTypes="#//TypedAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeFile" eSuperTypes="#//TypedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeFileToFolder" eSuperTypes="#//TypedAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="fileExtensions" ordered="false"
upperBound="-1" eType="#//FileToFolderExtension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemEntityField" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPresented" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTextSearch" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSearchPresentationHead"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSearchPresentationBody"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemReference" eSuperTypes="#//SystemEntityField">
<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="referredEntity" ordered="false"
lowerBound="1" eType="#//SystemEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedSystemAttribute" abstract="true"
eSuperTypes="#//SystemEntityField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeColor" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeDate" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeLongDate" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeText" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributePassword" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributePosition" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeImage" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeInteger" eSuperTypes="#//TypedSystemAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeVarchar" eSuperTypes="#//TypedSystemAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeFile" eSuperTypes="#//TypedSystemAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemAttributeFileToFolder" eSuperTypes="#//TypedSystemAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="fileExtensions" ordered="false"
upperBound="-1" eType="#//FileToFolderExtension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileToFolderExtension" eSuperTypes="#//BeContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionKey" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionValue" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Channel" eSuperTypes="#//BeContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="channel" ordered="false"
lowerBound="1" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Handler" eSuperTypes="#//BeContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mainSkinWithPager" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mainSkinPagerLength" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mainSkinPlaceholder" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewItems" lowerBound="1"
upperBound="-1" eType="#//ViewItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainSkin" ordered="false"
lowerBound="1" eType="#//Skin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainSkinGetContent" ordered="false"
lowerBound="1" eType="#//ViewItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewItem" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//ViewItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Skinlet" eSuperTypes="#//ViewItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="template" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Skin" eSuperTypes="#//ViewItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Content" eSuperTypes="#//ViewItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="template" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationFields" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderFields" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinCondition" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="limit" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false"
unique="false" eType="#//ContentStyle"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainEntity" ordered="false"
lowerBound="1" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinEntities" upperBound="-1"
eType="#//JoinEntity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//ContentCommand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalTemplate" ordered="false"
eType="#//ConditionalTemplate" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinRule" ordered="false"
eType="#//JoinEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredEntity" ordered="false"
lowerBound="1" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalTemplate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trueTemplate" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="falseTemplate" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExp" ordered="false"
unique="false" lowerBound="1" eType="#//ConditionalTemplateExpType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentCommand" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="UnsetParameter" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName1" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName2" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Propagate" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName1" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName2" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="ApplyCommand" abstract="true" eSuperTypes="#//ContentCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="viewItem" ordered="false"
lowerBound="1" eType="#//ViewItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Apply" eSuperTypes="#//ApplyCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyItem" eSuperTypes="#//ApplyCommand">
<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="prefix" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyIndexed" eSuperTypes="#//ApplyCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="EntityManagerPage" eSuperTypes="#//BeContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skin" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1"
eType="#//Form" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customPagers" ordered="false"
upperBound="-1" eType="#//CustomPager" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validations" ordered="false"
upperBound="-1" eType="#//Validation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//FormElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" ordered="false"
unique="false" eType="#//FormMethodType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainEntity" ordered="false"
lowerBound="1" eType="#//DefinitionItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FormElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customPager" ordered="false"
eType="#//CustomPager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validations" ordered="false"
upperBound="-1" eType="#//Validation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedForm" eSuperTypes="#//Form">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotStructuredElement" abstract="true"
eSuperTypes="#//FormElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="helper" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomPager">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="template" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Validation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" ordered="false"
unique="false" lowerBound="1" eType="#//ConditionType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false"
lowerBound="1" eType="#//NotStructuredElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false"
lowerBound="1" eType="#//NotStructuredElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id_model" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RadioButton" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Checkbox" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isChecked" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Textarea" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Editor" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Password" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Date" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LongDate" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionMessage" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileToFolder" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionMessage" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Color" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColor" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationManager" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false"
unique="false" eType="#//OrientationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="restrictCondition" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controlledField" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HierarchicalPosition" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controlledField" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceField" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectFromReference" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="restrictCondition" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredEntity" ordered="false"
lowerBound="1" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RadioFromReference" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="restrictCondition" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredEntity" ordered="false"
lowerBound="1" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Year" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hidden" eSuperTypes="#//NotStructuredElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContentStyle">
<eLiterals name="normal" value="1"/>
<eLiterals name="hierarchical" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConditionalTemplateExpType">
<eLiterals name="isNotEmpty" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FormMethodType">
<eLiterals name="get" value="1"/>
<eLiterals name="post" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConditionType">
<eLiterals name="equal" value="1"/>
<eLiterals name="implies" value="2"/>
<eLiterals name="dateLessEqual" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OrientationType">
<eLiterals name="right" value="1"/>
<eLiterals name="left" value="2"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"becontent","nsURI":"http://becontent.metamodel","name":"becontent","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeContentModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeContentElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionItem","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomEntity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemEntity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomRelation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemRelation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityField","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedAttribute","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeColor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeLongDate","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeText","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributePassword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributePosition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeImage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInteger","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeVarchar","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFile","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFileToFolder","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemEntityField","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemReference","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedSystemAttribute","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeColor","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeDate","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeLongDate","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeText","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributePassword","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributePosition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeImage","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeInteger","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeVarchar","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeFile","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAttributeFileToFolder","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileToFolderExtension","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handler","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewItem","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skinlet","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skin","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinEntity","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTemplate","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentCommand","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsetParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Propagate","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyCommand","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Apply","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyItem","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyIndexed","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityManagerPage","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormElement","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedForm","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotStructuredElement","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomPager","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioButton","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkbox","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Textarea","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editor","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Password","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDate","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileToFolder","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationManager","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchicalPosition","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectFromReference","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioFromReference","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Year","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hidden","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContentStyle","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConditionalTemplateExpType","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FormMethodType","instanceClass":null,"id":89,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConditionType","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationType","instanceClass":null,"id":91,"serializable":true,"eClass":"EEnum"},{"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":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":95,"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":"variableName","changeable":true,"lowerBound":1,"iD":false,"id":96,"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":"isOwned","changeable":true,"lowerBound":1,"iD":false,"id":97,"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":"presentationString","changeable":true,"lowerBound":0,"iD":false,"id":98,"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":"rssFilter","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"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":"rss","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"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":"handler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":116,"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":"variableName","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":"leftForeignkey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"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":"rightForeignkey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftForeignkey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"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":"rightForeignkey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"isPresented","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isTextSearch","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isSearchPresentationHead","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isSearchPresentationBody","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"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":139,"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":"referredEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isPrimaryKey","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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":"length","changeable":true,"lowerBound":1,"iD":false,"id":159,"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":"isPrimaryKey","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"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":"fileExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"isPresented","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"isTextSearch","changeable":true,"lowerBound":1,"iD":false,"id":169,"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":"isSearchPresentationHead","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":"isSearchPresentationBody","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":176,"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":"referredEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":181,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"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":"isPrimaryKey","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"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":"length","changeable":true,"lowerBound":1,"iD":false,"id":196,"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":"isPrimaryKey","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"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":"fileExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"extensionKey","changeable":true,"lowerBound":1,"iD":false,"id":205,"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":"extensionValue","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"parameters","changeable":true,"lowerBound":1,"iD":false,"id":212,"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":"channel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":219,"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":"mainSkinWithPager","changeable":true,"lowerBound":1,"iD":false,"id":220,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mainSkinPagerLength","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"mainSkinPlaceholder","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"viewItems","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"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":"mainSkin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"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":"mainSkinGetContent","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"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":234,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"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":"template","changeable":true,"lowerBound":1,"iD":false,"id":239,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"template","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"presentationFields","changeable":true,"lowerBound":0,"iD":false,"id":248,"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":"orderFields","changeable":true,"lowerBound":0,"iD":false,"id":249,"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":"joinCondition","changeable":true,"lowerBound":0,"iD":false,"id":250,"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":"filter","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"limit","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinEntities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"conditionalTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":272,"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":"joinRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"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":"referredEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"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":"trueTemplate","changeable":true,"lowerBound":1,"iD":false,"id":278,"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":"falseTemplate","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"conditionExp","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"fieldName","changeable":true,"lowerBound":1,"iD":false,"id":281,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"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":"fieldName1","changeable":true,"lowerBound":1,"iD":false,"id":298,"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":"fieldName2","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"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":"fieldName1","changeable":true,"lowerBound":1,"iD":false,"id":303,"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":"fieldName2","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":308,"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":309,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"viewItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"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":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":319,"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":"prefix","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":325,"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":"skin","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"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":"customPagers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"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":"validations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":337,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":338,"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":"mainEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":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":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":"customPager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"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":"validations","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"},{"id":349,"eClass":"EGenericType"},{"id":350,"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":"className","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"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":"helper","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"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":"className","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":358,"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":"template","changeable":true,"lowerBound":0,"iD":false,"id":359,"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":"query","changeable":true,"lowerBound":0,"iD":false,"id":360,"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":"filter","changeable":true,"lowerBound":0,"iD":false,"id":361,"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":"order","changeable":true,"lowerBound":0,"iD":false,"id":362,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":371,"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":372,"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":373,"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":"secondElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"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":"_id_model","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":381,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":386,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":388,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":397,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":398,"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":"values","changeable":true,"lowerBound":1,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":404,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":405,"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":406,"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":"isChecked","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":414,"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":"values","changeable":true,"lowerBound":1,"iD":false,"id":415,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":422,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"columns","changeable":true,"lowerBound":1,"iD":false,"id":425,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":433,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":434,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":435,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"columns","changeable":true,"lowerBound":1,"iD":false,"id":436,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":444,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":445,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":446,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":447,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":455,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":456,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":457,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":466,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":467,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":473,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":474,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":480,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":481,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":482,"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":"extension","changeable":true,"lowerBound":0,"iD":false,"id":483,"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":"extensionMessage","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":491,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":492,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":493,"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":"extension","changeable":true,"lowerBound":0,"iD":false,"id":494,"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":"extensionMessage","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":502,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":503,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":509,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":510,"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":"defaultColor","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":516,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":517,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":518,"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":"restrictCondition","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":525,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":526,"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":"controlledField","changeable":true,"lowerBound":1,"iD":false,"id":527,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":528,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":536,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":537,"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":"controlledField","changeable":true,"lowerBound":1,"iD":false,"id":538,"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":"referenceField","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"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"},{"id":546,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":547,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":548,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":549,"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":"restrictCondition","changeable":true,"lowerBound":0,"iD":false,"id":550,"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":"referredEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":558,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":559,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":560,"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":"restrictCondition","changeable":true,"lowerBound":0,"iD":false,"id":561,"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":"referredEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":569,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":570,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":572,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":580,"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":"values","changeable":true,"lowerBound":1,"iD":false,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"name":"normal","id":585,"value":1,"literal":"normal","eClass":"EEnumLiteral"},{"name":"hierarchical","id":586,"value":2,"literal":"hierarchical","eClass":"EEnumLiteral"},{"name":"isNotEmpty","id":587,"value":1,"literal":"isNotEmpty","eClass":"EEnumLiteral"},{"name":"get","id":588,"value":1,"literal":"get","eClass":"EEnumLiteral"},{"name":"post","id":589,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"equal","id":590,"value":1,"literal":"equal","eClass":"EEnumLiteral"},{"name":"implies","id":591,"value":2,"literal":"implies","eClass":"EEnumLiteral"},{"name":"dateLessEqual","id":592,"value":3,"literal":"dateLessEqual","eClass":"EEnumLiteral"},{"name":"right","id":593,"value":1,"literal":"right","eClass":"EEnumLiteral"},{"name":"left","id":594,"value":2,"literal":"left","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":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":1,"target":0},{"source":1,"target":92},{"source":92,"target":2},{"source":92,"target":93},{"source":92,"target":1},{"source":93,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":94},{"source":94,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":95,"target":104},{"source":95,"target":4},{"source":96,"target":105},{"source":96,"target":4},{"source":97,"target":106},{"source":97,"target":4},{"source":98,"target":107},{"source":98,"target":4},{"source":99,"target":108},{"source":99,"target":4},{"source":100,"target":10},{"source":100,"target":109},{"source":100,"target":4},{"source":109,"target":10},{"source":101,"target":39},{"source":101,"target":110},{"source":101,"target":4},{"source":110,"target":39},{"source":102,"target":40},{"source":102,"target":111},{"source":102,"target":4},{"source":111,"target":40},{"source":103,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":112},{"source":112,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":113},{"source":6,"target":114},{"source":113,"target":24},{"source":113,"target":115},{"source":113,"target":6},{"source":115,"target":24},{"source":114,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":116,"target":119},{"source":116,"target":7},{"source":117,"target":120},{"source":117,"target":7},{"source":118,"target":3},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":121,"target":4},{"source":121,"target":124},{"source":121,"target":8},{"source":124,"target":4},{"source":122,"target":4},{"source":122,"target":125},{"source":122,"target":8},{"source":125,"target":4},{"source":123,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":126,"target":6},{"source":126,"target":129},{"source":126,"target":9},{"source":129,"target":6},{"source":127,"target":6},{"source":127,"target":130},{"source":127,"target":9},{"source":130,"target":6},{"source":128,"target":7},{"source":10,"target":0},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":131,"target":135},{"source":131,"target":10},{"source":132,"target":136},{"source":132,"target":10},{"source":133,"target":137},{"source":133,"target":10},{"source":134,"target":138},{"source":134,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":139,"target":142},{"source":139,"target":11},{"source":140,"target":4},{"source":140,"target":143},{"source":140,"target":11},{"source":143,"target":4},{"source":141,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":144,"target":147},{"source":144,"target":12},{"source":145,"target":148},{"source":145,"target":12},{"source":146,"target":10},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":149},{"source":149,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":150},{"source":150,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":151},{"source":151,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":152},{"source":152,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":153},{"source":153,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":154},{"source":154,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":155},{"source":155,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":158},{"source":156,"target":20},{"source":157,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":159,"target":162},{"source":159,"target":21},{"source":160,"target":163},{"source":160,"target":21},{"source":161,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":164},{"source":164,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":165},{"source":23,"target":166},{"source":165,"target":38},{"source":165,"target":167},{"source":165,"target":23},{"source":167,"target":38},{"source":166,"target":12},{"source":24,"target":0},{"source":24,"target":168},{"source":24,"target":169},{"source":24,"target":170},{"source":24,"target":171},{"source":168,"target":172},{"source":168,"target":24},{"source":169,"target":173},{"source":169,"target":24},{"source":170,"target":174},{"source":170,"target":24},{"source":171,"target":175},{"source":171,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":176},{"source":25,"target":177},{"source":25,"target":178},{"source":176,"target":179},{"source":176,"target":25},{"source":177,"target":6},{"source":177,"target":180},{"source":177,"target":25},{"source":180,"target":6},{"source":178,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":181},{"source":26,"target":182},{"source":26,"target":183},{"source":181,"target":184},{"source":181,"target":26},{"source":182,"target":185},{"source":182,"target":26},{"source":183,"target":24},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":186},{"source":186,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":187},{"source":187,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":188},{"source":188,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":189},{"source":189,"target":26},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":190},{"source":190,"target":26},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":191},{"source":191,"target":26},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":192},{"source":192,"target":26},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":193},{"source":34,"target":194},{"source":193,"target":195},{"source":193,"target":34},{"source":194,"target":26},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":196},{"source":35,"target":197},{"source":35,"target":198},{"source":196,"target":199},{"source":196,"target":35},{"source":197,"target":200},{"source":197,"target":35},{"source":198,"target":26},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":201},{"source":201,"target":26},{"source":37,"target":0},{"source":37,"target":26},{"source":37,"target":202},{"source":37,"target":203},{"source":202,"target":38},{"source":202,"target":204},{"source":202,"target":37},{"source":204,"target":38},{"source":203,"target":26},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":205,"target":209},{"source":205,"target":38},{"source":206,"target":210},{"source":206,"target":38},{"source":207,"target":211},{"source":207,"target":38},{"source":208,"target":2},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":212},{"source":39,"target":213},{"source":39,"target":214},{"source":39,"target":215},{"source":212,"target":216},{"source":212,"target":39},{"source":213,"target":4},{"source":213,"target":217},{"source":213,"target":39},{"source":217,"target":4},{"source":214,"target":218},{"source":214,"target":39},{"source":215,"target":2},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":219},{"source":40,"target":220},{"source":40,"target":221},{"source":40,"target":222},{"source":40,"target":223},{"source":40,"target":224},{"source":40,"target":225},{"source":40,"target":226},{"source":219,"target":227},{"source":219,"target":40},{"source":220,"target":228},{"source":220,"target":40},{"source":221,"target":229},{"source":221,"target":40},{"source":222,"target":230},{"source":222,"target":40},{"source":223,"target":41},{"source":223,"target":231},{"source":223,"target":40},{"source":231,"target":41},{"source":224,"target":44},{"source":224,"target":232},{"source":224,"target":40},{"source":232,"target":44},{"source":225,"target":41},{"source":225,"target":233},{"source":225,"target":40},{"source":233,"target":41},{"source":226,"target":2},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":234},{"source":42,"target":235},{"source":42,"target":236},{"source":234,"target":237},{"source":234,"target":42},{"source":235,"target":238},{"source":235,"target":42},{"source":236,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":239},{"source":43,"target":240},{"source":43,"target":241},{"source":239,"target":242},{"source":239,"target":43},{"source":240,"target":243},{"source":240,"target":43},{"source":241,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":244},{"source":44,"target":245},{"source":244,"target":246},{"source":244,"target":44},{"source":245,"target":41},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":247},{"source":45,"target":248},{"source":45,"target":249},{"source":45,"target":250},{"source":45,"target":251},{"source":45,"target":252},{"source":45,"target":253},{"source":45,"target":254},{"source":45,"target":255},{"source":45,"target":256},{"source":45,"target":257},{"source":45,"target":258},{"source":45,"target":259},{"source":247,"target":260},{"source":247,"target":45},{"source":248,"target":261},{"source":248,"target":45},{"source":249,"target":262},{"source":249,"target":45},{"source":250,"target":263},{"source":250,"target":45},{"source":251,"target":264},{"source":251,"target":45},{"source":252,"target":265},{"source":252,"target":45},{"source":253,"target":87},{"source":253,"target":266},{"source":253,"target":45},{"source":266,"target":87},{"source":254,"target":4},{"source":254,"target":267},{"source":254,"target":45},{"source":267,"target":4},{"source":255,"target":46},{"source":255,"target":268},{"source":255,"target":45},{"source":268,"target":46},{"source":256,"target":48},{"source":256,"target":269},{"source":256,"target":45},{"source":269,"target":48},{"source":257,"target":47},{"source":257,"target":270},{"source":257,"target":45},{"source":270,"target":47},{"source":258,"target":271},{"source":258,"target":45},{"source":259,"target":41},{"source":46,"target":0},{"source":46,"target":272},{"source":46,"target":273},{"source":46,"target":274},{"source":272,"target":275},{"source":272,"target":46},{"source":273,"target":46},{"source":273,"target":276},{"source":273,"target":46},{"source":276,"target":46},{"source":274,"target":4},{"source":274,"target":277},{"source":274,"target":46},{"source":277,"target":4},{"source":47,"target":0},{"source":47,"target":278},{"source":47,"target":279},{"source":47,"target":280},{"source":47,"target":281},{"source":47,"target":282},{"source":278,"target":283},{"source":278,"target":47},{"source":279,"target":284},{"source":279,"target":47},{"source":280,"target":88},{"source":280,"target":285},{"source":280,"target":47},{"source":285,"target":88},{"source":281,"target":286},{"source":281,"target":47},{"source":282,"target":287},{"source":282,"target":47},{"source":48,"target":0},{"source":48,"target":288},{"source":288,"target":289},{"source":288,"target":48},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":290},{"source":49,"target":291},{"source":49,"target":292},{"source":290,"target":293},{"source":290,"target":49},{"source":291,"target":294},{"source":291,"target":49},{"source":292,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":295},{"source":50,"target":296},{"source":295,"target":297},{"source":295,"target":50},{"source":296,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":298},{"source":51,"target":299},{"source":51,"target":300},{"source":298,"target":301},{"source":298,"target":51},{"source":299,"target":302},{"source":299,"target":51},{"source":300,"target":48},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":303},{"source":52,"target":304},{"source":52,"target":305},{"source":303,"target":306},{"source":303,"target":52},{"source":304,"target":307},{"source":304,"target":52},{"source":305,"target":48},{"source":53,"target":0},{"source":53,"target":48},{"source":53,"target":308},{"source":53,"target":309},{"source":53,"target":310},{"source":308,"target":311},{"source":308,"target":53},{"source":309,"target":312},{"source":309,"target":53},{"source":310,"target":48},{"source":54,"target":0},{"source":54,"target":48},{"source":54,"target":313},{"source":54,"target":314},{"source":313,"target":41},{"source":313,"target":315},{"source":313,"target":54},{"source":315,"target":41},{"source":314,"target":48},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":316},{"source":55,"target":317},{"source":316,"target":318},{"source":316,"target":55},{"source":317,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":319},{"source":56,"target":320},{"source":56,"target":321},{"source":319,"target":322},{"source":319,"target":56},{"source":320,"target":323},{"source":320,"target":56},{"source":321,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":324},{"source":324,"target":54},{"source":58,"target":0},{"source":58,"target":2},{"source":58,"target":325},{"source":58,"target":326},{"source":58,"target":327},{"source":58,"target":328},{"source":58,"target":329},{"source":58,"target":330},{"source":325,"target":331},{"source":325,"target":58},{"source":326,"target":332},{"source":326,"target":58},{"source":327,"target":60},{"source":327,"target":333},{"source":327,"target":58},{"source":333,"target":60},{"source":328,"target":63},{"source":328,"target":334},{"source":328,"target":58},{"source":334,"target":63},{"source":329,"target":64},{"source":329,"target":335},{"source":329,"target":58},{"source":335,"target":64},{"source":330,"target":2},{"source":59,"target":0},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":336},{"source":60,"target":337},{"source":60,"target":338},{"source":60,"target":339},{"source":60,"target":340},{"source":60,"target":341},{"source":60,"target":342},{"source":60,"target":343},{"source":336,"target":344},{"source":336,"target":60},{"source":337,"target":89},{"source":337,"target":345},{"source":337,"target":60},{"source":345,"target":89},{"source":338,"target":346},{"source":338,"target":60},{"source":339,"target":3},{"source":339,"target":347},{"source":339,"target":60},{"source":347,"target":3},{"source":340,"target":59},{"source":340,"target":348},{"source":340,"target":60},{"source":348,"target":59},{"source":341,"target":63},{"source":341,"target":349},{"source":341,"target":60},{"source":349,"target":63},{"source":342,"target":64},{"source":342,"target":350},{"source":342,"target":60},{"source":350,"target":64},{"source":343,"target":59},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":351},{"source":61,"target":352},{"source":351,"target":353},{"source":351,"target":61},{"source":352,"target":60},{"source":62,"target":0},{"source":62,"target":59},{"source":62,"target":354},{"source":62,"target":355},{"source":354,"target":356},{"source":354,"target":62},{"source":355,"target":59},{"source":63,"target":0},{"source":63,"target":357},{"source":63,"target":358},{"source":63,"target":359},{"source":63,"target":360},{"source":63,"target":361},{"source":63,"target":362},{"source":63,"target":363},{"source":357,"target":364},{"source":357,"target":63},{"source":358,"target":365},{"source":358,"target":63},{"source":359,"target":366},{"source":359,"target":63},{"source":360,"target":367},{"source":360,"target":63},{"source":361,"target":368},{"source":361,"target":63},{"source":362,"target":369},{"source":362,"target":63},{"source":363,"target":370},{"source":363,"target":63},{"source":64,"target":0},{"source":64,"target":371},{"source":64,"target":372},{"source":64,"target":373},{"source":64,"target":374},{"source":64,"target":375},{"source":371,"target":90},{"source":371,"target":376},{"source":371,"target":64},{"source":376,"target":90},{"source":372,"target":377},{"source":372,"target":64},{"source":373,"target":62},{"source":373,"target":378},{"source":373,"target":64},{"source":378,"target":62},{"source":374,"target":62},{"source":374,"target":379},{"source":374,"target":64},{"source":379,"target":62},{"source":375,"target":380},{"source":375,"target":64},{"source":65,"target":0},{"source":65,"target":62},{"source":65,"target":381},{"source":65,"target":382},{"source":65,"target":383},{"source":381,"target":384},{"source":381,"target":65},{"source":382,"target":385},{"source":382,"target":65},{"source":383,"target":62},{"source":66,"target":0},{"source":66,"target":62},{"source":66,"target":386},{"source":66,"target":387},{"source":66,"target":388},{"source":66,"target":389},{"source":66,"target":390},{"source":66,"target":391},{"source":386,"target":392},{"source":386,"target":66},{"source":387,"target":393},{"source":387,"target":66},{"source":388,"target":394},{"source":388,"target":66},{"source":389,"target":395},{"source":389,"target":66},{"source":390,"target":396},{"source":390,"target":66},{"source":391,"target":62},{"source":67,"target":0},{"source":67,"target":62},{"source":67,"target":397},{"source":67,"target":398},{"source":67,"target":399},{"source":67,"target":400},{"source":397,"target":401},{"source":397,"target":67},{"source":398,"target":402},{"source":398,"target":67},{"source":399,"target":403},{"source":399,"target":67},{"source":400,"target":62},{"source":68,"target":0},{"source":68,"target":62},{"source":68,"target":404},{"source":68,"target":405},{"source":68,"target":406},{"source":68,"target":407},{"source":68,"target":408},{"source":404,"target":409},{"source":404,"target":68},{"source":405,"target":410},{"source":405,"target":68},{"source":406,"target":411},{"source":406,"target":68},{"source":407,"target":412},{"source":407,"target":68},{"source":408,"target":62},{"source":69,"target":0},{"source":69,"target":62},{"source":69,"target":413},{"source":69,"target":414},{"source":69,"target":415},{"source":69,"target":416},{"source":69,"target":417},{"source":413,"target":418},{"source":413,"target":69},{"source":414,"target":419},{"source":414,"target":69},{"source":415,"target":420},{"source":415,"target":69},{"source":416,"target":421},{"source":416,"target":69},{"source":417,"target":62},{"source":70,"target":0},{"source":70,"target":62},{"source":70,"target":422},{"source":70,"target":423},{"source":70,"target":424},{"source":70,"target":425},{"source":70,"target":426},{"source":70,"target":427},{"source":422,"target":428},{"source":422,"target":70},{"source":423,"target":429},{"source":423,"target":70},{"source":424,"target":430},{"source":424,"target":70},{"source":425,"target":431},{"source":425,"target":70},{"source":426,"target":432},{"source":426,"target":70},{"source":427,"target":62},{"source":71,"target":0},{"source":71,"target":62},{"source":71,"target":433},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":71,"target":437},{"source":71,"target":438},{"source":433,"target":439},{"source":433,"target":71},{"source":434,"target":440},{"source":434,"target":71},{"source":435,"target":441},{"source":435,"target":71},{"source":436,"target":442},{"source":436,"target":71},{"source":437,"target":443},{"source":437,"target":71},{"source":438,"target":62},{"source":72,"target":0},{"source":72,"target":62},{"source":72,"target":444},{"source":72,"target":445},{"source":72,"target":446},{"source":72,"target":447},{"source":72,"target":448},{"source":72,"target":449},{"source":444,"target":450},{"source":444,"target":72},{"source":445,"target":451},{"source":445,"target":72},{"source":446,"target":452},{"source":446,"target":72},{"source":447,"target":453},{"source":447,"target":72},{"source":448,"target":454},{"source":448,"target":72},{"source":449,"target":62},{"source":73,"target":0},{"source":73,"target":62},{"source":73,"target":455},{"source":73,"target":456},{"source":73,"target":457},{"source":73,"target":458},{"source":73,"target":459},{"source":73,"target":460},{"source":455,"target":461},{"source":455,"target":73},{"source":456,"target":462},{"source":456,"target":73},{"source":457,"target":463},{"source":457,"target":73},{"source":458,"target":464},{"source":458,"target":73},{"source":459,"target":465},{"source":459,"target":73},{"source":460,"target":62},{"source":74,"target":0},{"source":74,"target":62},{"source":74,"target":466},{"source":74,"target":467},{"source":74,"target":468},{"source":74,"target":469},{"source":466,"target":470},{"source":466,"target":74},{"source":467,"target":471},{"source":467,"target":74},{"source":468,"target":472},{"source":468,"target":74},{"source":469,"target":62},{"source":75,"target":0},{"source":75,"target":62},{"source":75,"target":473},{"source":75,"target":474},{"source":75,"target":475},{"source":75,"target":476},{"source":473,"target":477},{"source":473,"target":75},{"source":474,"target":478},{"source":474,"target":75},{"source":475,"target":479},{"source":475,"target":75},{"source":476,"target":62},{"source":76,"target":0},{"source":76,"target":62},{"source":76,"target":480},{"source":76,"target":481},{"source":76,"target":482},{"source":76,"target":483},{"source":76,"target":484},{"source":76,"target":485},{"source":480,"target":486},{"source":480,"target":76},{"source":481,"target":487},{"source":481,"target":76},{"source":482,"target":488},{"source":482,"target":76},{"source":483,"target":489},{"source":483,"target":76},{"source":484,"target":490},{"source":484,"target":76},{"source":485,"target":62},{"source":77,"target":0},{"source":77,"target":62},{"source":77,"target":491},{"source":77,"target":492},{"source":77,"target":493},{"source":77,"target":494},{"source":77,"target":495},{"source":77,"target":496},{"source":491,"target":497},{"source":491,"target":77},{"source":492,"target":498},{"source":492,"target":77},{"source":493,"target":499},{"source":493,"target":77},{"source":494,"target":500},{"source":494,"target":77},{"source":495,"target":501},{"source":495,"target":77},{"source":496,"target":62},{"source":78,"target":0},{"source":78,"target":62},{"source":78,"target":502},{"source":78,"target":503},{"source":78,"target":504},{"source":78,"target":505},{"source":502,"target":506},{"source":502,"target":78},{"source":503,"target":507},{"source":503,"target":78},{"source":504,"target":508},{"source":504,"target":78},{"source":505,"target":62},{"source":79,"target":0},{"source":79,"target":62},{"source":79,"target":509},{"source":79,"target":510},{"source":79,"target":511},{"source":79,"target":512},{"source":509,"target":513},{"source":509,"target":79},{"source":510,"target":514},{"source":510,"target":79},{"source":511,"target":515},{"source":511,"target":79},{"source":512,"target":62},{"source":80,"target":0},{"source":80,"target":62},{"source":80,"target":516},{"source":80,"target":517},{"source":80,"target":518},{"source":80,"target":519},{"source":80,"target":520},{"source":516,"target":521},{"source":516,"target":80},{"source":517,"target":522},{"source":517,"target":80},{"source":518,"target":91},{"source":518,"target":523},{"source":518,"target":80},{"source":523,"target":91},{"source":519,"target":524},{"source":519,"target":80},{"source":520,"target":62},{"source":81,"target":0},{"source":81,"target":62},{"source":81,"target":525},{"source":81,"target":526},{"source":81,"target":527},{"source":81,"target":528},{"source":81,"target":529},{"source":81,"target":530},{"source":525,"target":531},{"source":525,"target":81},{"source":526,"target":532},{"source":526,"target":81},{"source":527,"target":533},{"source":527,"target":81},{"source":528,"target":534},{"source":528,"target":81},{"source":529,"target":535},{"source":529,"target":81},{"source":530,"target":62},{"source":82,"target":0},{"source":82,"target":62},{"source":82,"target":536},{"source":82,"target":537},{"source":82,"target":538},{"source":82,"target":539},{"source":82,"target":540},{"source":82,"target":541},{"source":536,"target":542},{"source":536,"target":82},{"source":537,"target":543},{"source":537,"target":82},{"source":538,"target":544},{"source":538,"target":82},{"source":539,"target":545},{"source":539,"target":82},{"source":540,"target":546},{"source":540,"target":82},{"source":541,"target":62},{"source":83,"target":0},{"source":83,"target":62},{"source":83,"target":547},{"source":83,"target":548},{"source":83,"target":549},{"source":83,"target":550},{"source":83,"target":551},{"source":83,"target":552},{"source":547,"target":553},{"source":547,"target":83},{"source":548,"target":554},{"source":548,"target":83},{"source":549,"target":555},{"source":549,"target":83},{"source":550,"target":556},{"source":550,"target":83},{"source":551,"target":4},{"source":551,"target":557},{"source":551,"target":83},{"source":557,"target":4},{"source":552,"target":62},{"source":84,"target":0},{"source":84,"target":62},{"source":84,"target":558},{"source":84,"target":559},{"source":84,"target":560},{"source":84,"target":561},{"source":84,"target":562},{"source":84,"target":563},{"source":558,"target":564},{"source":558,"target":84},{"source":559,"target":565},{"source":559,"target":84},{"source":560,"target":566},{"source":560,"target":84},{"source":561,"target":567},{"source":561,"target":84},{"source":562,"target":4},{"source":562,"target":568},{"source":562,"target":84},{"source":568,"target":4},{"source":563,"target":62},{"source":85,"target":0},{"source":85,"target":62},{"source":85,"target":569},{"source":85,"target":570},{"source":85,"target":571},{"source":85,"target":572},{"source":85,"target":573},{"source":85,"target":574},{"source":569,"target":575},{"source":569,"target":85},{"source":570,"target":576},{"source":570,"target":85},{"source":571,"target":577},{"source":571,"target":85},{"source":572,"target":578},{"source":572,"target":85},{"source":573,"target":579},{"source":573,"target":85},{"source":574,"target":62},{"source":86,"target":0},{"source":86,"target":62},{"source":86,"target":580},{"source":86,"target":581},{"source":86,"target":582},{"source":580,"target":583},{"source":580,"target":86},{"source":581,"target":584},{"source":581,"target":86},{"source":582,"target":62},{"source":87,"target":0},{"source":87,"target":585},{"source":87,"target":586},{"source":585,"target":87},{"source":586,"target":87},{"source":88,"target":0},{"source":88,"target":587},{"source":587,"target":88},{"source":89,"target":0},{"source":89,"target":588},{"source":89,"target":589},{"source":588,"target":89},{"source":589,"target":89},{"source":90,"target":0},{"source":90,"target":590},{"source":90,"target":591},{"source":90,"target":592},{"source":590,"target":90},{"source":591,"target":90},{"source":592,"target":90},{"source":91,"target":0},{"source":91,"target":593},{"source":91,"target":594},{"source":593,"target":91},{"source":594,"target":91}],"multigraph":true} | ecore |
visualization | repo-ecore-all/data/ctron/eclipse_scada_book/src/docbkx/05_hmi/02_visual_interface/VisualInterface.ecore | model
Symbol
root
properties
onInit
onDispose
onUpdate
scriptModules
cursors
backgroundColor
designSize
connections
Primitive
name
Container
Shape
lineWidth
1
antialias
alpha
fill
true
outline
true
Rectangle
Text
text
labelAlignment
CENTER
iconAlignment
CENTER
textAlignment
CENTER
textPlacement
EAST
fontName
fontSize
fontBold
false
fontItalic
false
Child
element
name
XYChild
position
dimension
XYContainer
children
Position
x
y
Line
points
Figure
foregroundColor
backgroundColor
size
onClick
onDoubleClick
cursor
visible
true
border
opaque
toolTip
onMouseIn
onMouseOut
onMouseMove
onMouseHover
onMouseDrag
SymbolReference
uri
zoom
properties
onCreateProperties
StringToStringMap
java.util.Map$Entry
java.util.Map$Entry
key
value
Dimension
width
0
height
0
Alignment
LEFT
LEFT
CENTER
CENTER
RIGHT
RIGHT
TOP
TOP
BOTTOM
BOTTOM
Orientation
NORTH
NORTH
SOUTH
SOUTH
EAST
EAST
WEST
WEST
Cursor
SystemCursor
type
SystemCursorType
ARROW
ARROW
HAND
HAND
GridContainer
columns
1
equalWidth
false
children
horizontalSpacing
5
verticalSpacing
5
marginWidth
5
marginHeight
5
BorderContainer
children
verticalSpacing
0
horizontalSpacing
0
BorderChild
alignment
CENTER
GridChild
horizontalAlignment
BEGINNING
verticalAlignment
BEGINNING
grabHorizontalSpace
false
grabVerticalSpace
false
spanCols
0
spanRows
0
widthHint
heightHint
GridAlignment
CENTER
CENTER
FILL
FILL
BEGINNING
BEGINNING
END
END
FigureContainer
content
Image
uri
imageAlignment
CENTER
Ellipse
Arc
start
length
Connection
start
end
StackContainer
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="model" nsURI="http://eclipse.org/SCADA/VisualInterface" nsPrefix="visualInterface">
<eClassifiers xsi:type="ecore:EClass" name="Symbol">
<eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Primitive"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//StringToStringMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onInit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDispose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptModules" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cursors" eType="#//Cursor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="designSize" eType="#//Dimension"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The size as intended by the designer. May be used for layouting as preferred size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//Connection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" interface="true"
eSuperTypes="#//Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//Figure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="antialias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape"/>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Figure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelAlignment" eType="#//Alignment"
defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconAlignment" eType="#//Alignment"
defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignment" eType="#//Alignment"
defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPlacement" eType="#//Orientation"
defaultValueLiteral="EAST"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontBold" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontItalic" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Child">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Primitive"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<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="XYChild" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1"
eType="#//Position" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//Dimension"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional dimension for the XYLayout. If not set the preferred dimension of the child will be used."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XYContainer" eSuperTypes="#//Container">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//XYChild" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="points" upperBound="-1"
eType="#//Position" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" eSuperTypes="#//Primitive">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onClick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDoubleClick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cursor" eType="#//Cursor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="border" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opaque" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onMouseIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onMouseOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onMouseMove" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onMouseHover" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onMouseDrag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SymbolReference" eSuperTypes="#//Primitive">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zoom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//StringToStringMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onCreateProperties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension">
<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:EEnum" name="Alignment">
<eLiterals name="LEFT" value="1"/>
<eLiterals name="CENTER"/>
<eLiterals name="RIGHT" value="2"/>
<eLiterals name="TOP" value="3"/>
<eLiterals name="BOTTOM" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Orientation">
<eLiterals name="NORTH"/>
<eLiterals name="SOUTH" value="1"/>
<eLiterals name="EAST" value="2"/>
<eLiterals name="WEST" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cursor" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemCursor" eSuperTypes="#//Cursor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SystemCursorType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SystemCursorType">
<eLiterals name="ARROW" value="1"/>
<eLiterals name="HAND"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GridContainer" eSuperTypes="#//Container">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//GridChild" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderContainer" eSuperTypes="#//Container">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//BorderChild" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderChild" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GridChild" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//GridAlignment" defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//GridAlignment" defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabHorizontalSpace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabVerticalSpace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spanCols" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spanRows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GridAlignment">
<eLiterals name="CENTER"/>
<eLiterals name="FILL" value="1"/>
<eLiterals name="BEGINNING" value="2"/>
<eLiterals name="END" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureContainer" eSuperTypes="#//Figure">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Primitive"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Figure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageAlignment" eType="#//Alignment"
defaultValueLiteral="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape"/>
<eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection">
<eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Primitive"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Primitive"
eKeys="#//Primitive/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackContainer" eSuperTypes="#//Container">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Primitive" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"visualInterface","nsURI":"http://eclipse.org/SCADA/VisualInterface","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYChild","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYContainer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cursor","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemCursor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemCursorType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridContainer","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderContainer","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderChild","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridChild","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GridAlignment","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackContainer","instanceClass":null,"abstract":false,"id":31,"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":"root","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":"properties","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":"onInit","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onDispose","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onUpdate","changeable":true,"lowerBound":0,"iD":false,"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":"scriptModules","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cursors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"designSize","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":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":1,"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":"antialias","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":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"labelAlignment","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"iconAlignment","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"textAlignment","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EAST","unsettable":false,"transient":false,"unique":true,"name":"textPlacement","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSize","changeable":true,"lowerBound":0,"iD":false,"id":73,"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":"fontBold","changeable":true,"lowerBound":1,"iD":false,"id":74,"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":"fontItalic","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":98,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onClick","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onDoubleClick","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cursor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"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":"border","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opaque","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolTip","changeable":true,"lowerBound":0,"iD":false,"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":"onMouseIn","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onMouseOut","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onMouseMove","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onMouseHover","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onMouseDrag","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"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoom","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onCreateProperties","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"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":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"name":"LEFT","id":153,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":154,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":155,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"TOP","id":156,"value":3,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":157,"value":4,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"NORTH","id":158,"value":0,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":159,"value":1,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"EAST","id":160,"value":2,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"WEST","id":161,"value":3,"literal":"WEST","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"name":"ARROW","id":165,"value":1,"literal":"ARROW","eClass":"EEnumLiteral"},{"name":"HAND","id":166,"value":0,"literal":"HAND","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"equalWidth","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":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":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"marginHeight","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"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":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":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":193,"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":"grabHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":194,"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":"grabVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"spanCols","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"spanRows","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":198,"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":"heightHint","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"name":"CENTER","id":209,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"FILL","id":210,"value":1,"literal":"FILL","eClass":"EEnumLiteral"},{"name":"BEGINNING","id":211,"value":2,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"END","id":212,"value":3,"literal":"END","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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"imageAlignment","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":1,"iD":false,"id":222,"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":"length","changeable":true,"lowerBound":1,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":32,"target":2},{"source":32,"target":42},{"source":32,"target":1},{"source":42,"target":2},{"source":33,"target":14},{"source":33,"target":43},{"source":33,"target":1},{"source":43,"target":14},{"source":34,"target":44},{"source":34,"target":1},{"source":35,"target":45},{"source":35,"target":1},{"source":36,"target":46},{"source":36,"target":1},{"source":37,"target":47},{"source":37,"target":1},{"source":38,"target":18},{"source":38,"target":48},{"source":38,"target":1},{"source":48,"target":18},{"source":39,"target":49},{"source":39,"target":1},{"source":40,"target":15},{"source":40,"target":50},{"source":40,"target":1},{"source":50,"target":15},{"source":41,"target":30},{"source":41,"target":51},{"source":41,"target":1},{"source":51,"target":30},{"source":2,"target":0},{"source":2,"target":52},{"source":52,"target":53},{"source":52,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":54},{"source":54,"target":2},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":55,"target":61},{"source":55,"target":4},{"source":56,"target":62},{"source":56,"target":4},{"source":57,"target":63},{"source":57,"target":4},{"source":58,"target":64},{"source":58,"target":4},{"source":59,"target":65},{"source":59,"target":4},{"source":60,"target":12},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":66},{"source":66,"target":4},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":67},{"source":6,"target":68},{"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":6,"target":76},{"source":67,"target":77},{"source":67,"target":6},{"source":68,"target":16},{"source":68,"target":78},{"source":68,"target":6},{"source":78,"target":16},{"source":69,"target":16},{"source":69,"target":79},{"source":69,"target":6},{"source":79,"target":16},{"source":70,"target":16},{"source":70,"target":80},{"source":70,"target":6},{"source":80,"target":16},{"source":71,"target":17},{"source":71,"target":81},{"source":71,"target":6},{"source":81,"target":17},{"source":72,"target":82},{"source":72,"target":6},{"source":73,"target":83},{"source":73,"target":6},{"source":74,"target":84},{"source":74,"target":6},{"source":75,"target":85},{"source":75,"target":6},{"source":76,"target":12},{"source":7,"target":0},{"source":7,"target":86},{"source":7,"target":87},{"source":86,"target":2},{"source":86,"target":88},{"source":86,"target":7},{"source":88,"target":2},{"source":87,"target":89},{"source":87,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":90,"target":10},{"source":90,"target":93},{"source":90,"target":8},{"source":93,"target":10},{"source":91,"target":15},{"source":91,"target":94},{"source":91,"target":8},{"source":94,"target":15},{"source":92,"target":7},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":95},{"source":9,"target":96},{"source":95,"target":8},{"source":95,"target":97},{"source":95,"target":9},{"source":97,"target":8},{"source":96,"target":3},{"source":10,"target":0},{"source":10,"target":98},{"source":10,"target":99},{"source":98,"target":100},{"source":98,"target":10},{"source":99,"target":101},{"source":99,"target":10},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":10},{"source":102,"target":104},{"source":102,"target":11},{"source":104,"target":10},{"source":103,"target":4},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":105,"target":121},{"source":105,"target":12},{"source":106,"target":122},{"source":106,"target":12},{"source":107,"target":15},{"source":107,"target":123},{"source":107,"target":12},{"source":123,"target":15},{"source":108,"target":124},{"source":108,"target":12},{"source":109,"target":125},{"source":109,"target":12},{"source":110,"target":18},{"source":110,"target":126},{"source":110,"target":12},{"source":126,"target":18},{"source":111,"target":127},{"source":111,"target":12},{"source":112,"target":128},{"source":112,"target":12},{"source":113,"target":129},{"source":113,"target":12},{"source":114,"target":130},{"source":114,"target":12},{"source":115,"target":131},{"source":115,"target":12},{"source":116,"target":132},{"source":116,"target":12},{"source":117,"target":133},{"source":117,"target":12},{"source":118,"target":134},{"source":118,"target":12},{"source":119,"target":135},{"source":119,"target":12},{"source":120,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":136},{"source":13,"target":137},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":136,"target":141},{"source":136,"target":13},{"source":137,"target":142},{"source":137,"target":13},{"source":138,"target":14},{"source":138,"target":143},{"source":138,"target":13},{"source":143,"target":14},{"source":139,"target":144},{"source":139,"target":13},{"source":140,"target":2},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":146},{"source":145,"target":147},{"source":145,"target":14},{"source":146,"target":148},{"source":146,"target":14},{"source":15,"target":0},{"source":15,"target":149},{"source":15,"target":150},{"source":149,"target":151},{"source":149,"target":15},{"source":150,"target":152},{"source":150,"target":15},{"source":16,"target":0},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":153,"target":16},{"source":154,"target":16},{"source":155,"target":16},{"source":156,"target":16},{"source":157,"target":16},{"source":17,"target":0},{"source":17,"target":158},{"source":17,"target":159},{"source":17,"target":160},{"source":17,"target":161},{"source":158,"target":17},{"source":159,"target":17},{"source":160,"target":17},{"source":161,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":162},{"source":19,"target":163},{"source":162,"target":20},{"source":162,"target":164},{"source":162,"target":19},{"source":164,"target":20},{"source":163,"target":18},{"source":20,"target":0},{"source":20,"target":165},{"source":20,"target":166},{"source":165,"target":20},{"source":166,"target":20},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":21,"target":171},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":167,"target":175},{"source":167,"target":21},{"source":168,"target":176},{"source":168,"target":21},{"source":169,"target":24},{"source":169,"target":177},{"source":169,"target":21},{"source":177,"target":24},{"source":170,"target":178},{"source":170,"target":21},{"source":171,"target":179},{"source":171,"target":21},{"source":172,"target":180},{"source":172,"target":21},{"source":173,"target":181},{"source":173,"target":21},{"source":174,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":182,"target":23},{"source":182,"target":186},{"source":182,"target":22},{"source":186,"target":23},{"source":183,"target":187},{"source":183,"target":22},{"source":184,"target":188},{"source":184,"target":22},{"source":185,"target":3},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":189},{"source":23,"target":190},{"source":189,"target":16},{"source":189,"target":191},{"source":189,"target":23},{"source":191,"target":16},{"source":190,"target":7},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":192},{"source":24,"target":193},{"source":24,"target":194},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":24,"target":198},{"source":24,"target":199},{"source":24,"target":200},{"source":192,"target":25},{"source":192,"target":201},{"source":192,"target":24},{"source":201,"target":25},{"source":193,"target":25},{"source":193,"target":202},{"source":193,"target":24},{"source":202,"target":25},{"source":194,"target":203},{"source":194,"target":24},{"source":195,"target":204},{"source":195,"target":24},{"source":196,"target":205},{"source":196,"target":24},{"source":197,"target":206},{"source":197,"target":24},{"source":198,"target":207},{"source":198,"target":24},{"source":199,"target":208},{"source":199,"target":24},{"source":200,"target":7},{"source":25,"target":0},{"source":25,"target":209},{"source":25,"target":210},{"source":25,"target":211},{"source":25,"target":212},{"source":209,"target":25},{"source":210,"target":25},{"source":211,"target":25},{"source":212,"target":25},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":213},{"source":26,"target":214},{"source":213,"target":2},{"source":213,"target":215},{"source":213,"target":26},{"source":215,"target":2},{"source":214,"target":12},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":216,"target":219},{"source":216,"target":27},{"source":217,"target":16},{"source":217,"target":220},{"source":217,"target":27},{"source":220,"target":16},{"source":218,"target":12},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":221},{"source":221,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":222},{"source":29,"target":223},{"source":29,"target":224},{"source":222,"target":225},{"source":222,"target":29},{"source":223,"target":226},{"source":223,"target":29},{"source":224,"target":4},{"source":30,"target":0},{"source":30,"target":227},{"source":30,"target":228},{"source":227,"target":2},{"source":227,"target":229},{"source":227,"target":30},{"source":229,"target":2},{"source":228,"target":2},{"source":228,"target":230},{"source":228,"target":30},{"source":228,"target":52},{"source":230,"target":2},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":231},{"source":31,"target":232},{"source":231,"target":2},{"source":231,"target":233},{"source":231,"target":31},{"source":233,"target":2},{"source":232,"target":3}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/tdegueul/ale-xbase/examples/composition/envfsm/BasicFsmEnv/model/basicFsmEnv.ecore | basicFsmEnv
Machine
name
states
trans
State
name
in
out
decls
Trans
tgt
src
event
guard
action
InitialState
Action
Guard
VarDecl
name
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="basicFsmEnv" nsURI="http://www.example.org/basicFsmEnv" nsPrefix="basicFsmEnv">
<eClassifiers xsi:type="ecore:EClass" name="Machine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trans" upperBound="-1"
eType="#//Trans" 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="in" upperBound="-1" eType="#//Trans"
eOpposite="#//Trans/tgt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Trans"
eOpposite="#//Trans/src"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decls" upperBound="-1"
eType="#//VarDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trans">
<eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//State"
eOpposite="#//State/in"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//State"
eOpposite="#//State/out"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" interface="true">
<eAnnotations source="@Required"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" interface="true">
<eAnnotations source="@Required"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"basicFsmEnv","nsURI":"http://www.example.org/basicFsmEnv","name":"basicFsmEnv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trans","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"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},{"container":false,"ordered":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":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":"trans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","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":"out","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":"decls","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":19,"target":3},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":16,"target":22},{"source":21,"target":3},{"source":17,"target":7},{"source":17,"target":23},{"source":17,"target":2},{"source":23,"target":7},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":22},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":20,"target":2},{"source":20,"target":27},{"source":20,"target":3},{"source":20,"target":15},{"source":27,"target":2},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":16},{"source":28,"target":2},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":6},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":6},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":3},{"source":31,"target":5},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":32},{"source":32,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":36},{"source":34,"target":7}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/jesusc/bento/examples/evaluation/bento.componetization.atl.examples/tmp_/UML2_concept.ecore | uml
Parameter
Model
Feature
Package
packagedElement
PackageableElement
Property
NamedElement
name
visibility
Dependency
supplier
Class
nestedClassifier
ownedOperation
generalizationGeneral
isAbstract
ownedAttribute
Operation
method
ownedParameter
Classifier
String
java.lang.String
java.lang.String
Behavior
VisibilityKind
public
public
private
private
protected
protected
package
package
TypedElement
type
Type
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="uml"
nsURI="http://www.eclipse.org/uml2/3.0.0/UML/concept" nsPrefix="uml_concept">
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1"
eType="ecore:EClass #//PackageableElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Feature #//TypedElement #//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType #//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum #//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1"
upperBound="-1" eType="ecore:EClass #//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1"
eType="ecore:EClass #//Classifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
eType="ecore:EClass #//Operation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizationGeneral"
upperBound="-1" eType="ecore:EClass #//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1"
eType="ecore:EDataType #//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
eType="ecore:EClass #//Property"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Feature #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1"
eType="ecore:EClass #//Behavior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
eType="ecore:EClass #//Parameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Type #//NamedElement"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="public"/>
<eLiterals name="private" value="1"/>
<eLiterals name="protected" value="2"/>
<eLiterals name="package" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass #//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"uml_concept","nsURI":"http://www.eclipse.org/uml2/3.0.0/UML/concept","name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","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":"Feature","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":"PackageableElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":17,"serializable":true,"eClass":"EDataType"},{"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":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"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":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","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":"ownedOperation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"generalizationGeneral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":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":"ownedAttribute","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"public","id":56,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":57,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":58,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":59,"value":3,"literal":"package","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":18},{"source":18,"target":15},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":19,"target":4},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":20},{"source":20,"target":7},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":7},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":21,"target":5},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":5},{"source":22,"target":5},{"source":23,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":25},{"source":25,"target":7},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":15},{"source":6,"target":7},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":26,"target":3},{"source":27,"target":15},{"source":28,"target":7},{"source":7,"target":0},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":12},{"source":29,"target":31},{"source":29,"target":7},{"source":31,"target":12},{"source":30,"target":14},{"source":30,"target":32},{"source":30,"target":7},{"source":32,"target":14},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":33},{"source":8,"target":34},{"source":33,"target":7},{"source":33,"target":35},{"source":33,"target":8},{"source":35,"target":7},{"source":34,"target":5},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":36,"target":11},{"source":36,"target":42},{"source":36,"target":9},{"source":42,"target":11},{"source":37,"target":10},{"source":37,"target":43},{"source":37,"target":9},{"source":43,"target":10},{"source":38,"target":11},{"source":38,"target":44},{"source":38,"target":9},{"source":44,"target":11},{"source":39,"target":17},{"source":39,"target":45},{"source":39,"target":9},{"source":45,"target":17},{"source":40,"target":6},{"source":40,"target":46},{"source":40,"target":9},{"source":46,"target":6},{"source":41,"target":11},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":7},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":47,"target":13},{"source":47,"target":51},{"source":47,"target":10},{"source":51,"target":13},{"source":48,"target":1},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":1},{"source":49,"target":3},{"source":50,"target":7},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":7},{"source":11,"target":53},{"source":11,"target":54},{"source":53,"target":16},{"source":54,"target":7},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":55},{"source":55,"target":9},{"source":14,"target":0},{"source":14,"target":56},{"source":14,"target":57},{"source":14,"target":58},{"source":14,"target":59},{"source":56,"target":14},{"source":57,"target":14},{"source":58,"target":14},{"source":59,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":60},{"source":15,"target":61},{"source":60,"target":16},{"source":60,"target":62},{"source":60,"target":15},{"source":62,"target":16},{"source":61,"target":7},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":63},{"source":63,"target":5},{"source":17,"target":0}],"multigraph":true} | ecore |
families | repo-ecore-all/data/BanafshehAzizi/SEET/evaluation/seet.evaluation.correctness&completeness/Families2Persons.mutants/metamodels/Families.ecore | families
Family
lastName
father
mother
sons
daughters
Member
firstName
familyFather
familyMother
familySon
familyDaughter | <?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="families" nsURI="families" nsPrefix="families">
<eClassifiers xsi:type="ecore:EClass" name="Family">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="father" ordered="false"
lowerBound="1" eType="#//Member" containment="true" eOpposite="#//Member/familyFather"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mother" ordered="false"
lowerBound="1" eType="#//Member" containment="true" eOpposite="#//Member/familyMother"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sons" ordered="false" upperBound="-1"
eType="#//Member" containment="true" eOpposite="#//Member/familySon"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="daughters" ordered="false"
upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/familyDaughter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Member">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="familyFather" ordered="false"
eType="#//Family" eOpposite="#//Family/father"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="familyMother" ordered="false"
eType="#//Family" eOpposite="#//Family/mother"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="familySon" ordered="false"
eType="#//Family" eOpposite="#//Family/sons"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="familyDaughter" ordered="false"
eType="#//Family" eOpposite="#//Family/daughters"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"families","nsURI":"families","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":3,"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":"father","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"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":"mother","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sons","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":"daughters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"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":"familyFather","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"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":"familyMother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"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":"familySon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"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":"familyDaughter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":3,"target":8},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":1},{"source":4,"target":10},{"source":9,"target":2},{"source":5,"target":2},{"source":5,"target":11},{"source":5,"target":1},{"source":5,"target":12},{"source":11,"target":2},{"source":6,"target":2},{"source":6,"target":13},{"source":6,"target":1},{"source":6,"target":14},{"source":13,"target":2},{"source":7,"target":2},{"source":7,"target":15},{"source":7,"target":1},{"source":7,"target":16},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":10},{"source":2,"target":12},{"source":2,"target":14},{"source":2,"target":16},{"source":17,"target":18},{"source":17,"target":2},{"source":10,"target":1},{"source":10,"target":19},{"source":10,"target":2},{"source":10,"target":4},{"source":19,"target":1},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":2},{"source":12,"target":5},{"source":20,"target":1},{"source":14,"target":1},{"source":14,"target":21},{"source":14,"target":2},{"source":14,"target":6},{"source":21,"target":1},{"source":16,"target":1},{"source":16,"target":22},{"source":16,"target":2},{"source":16,"target":7},{"source":22,"target":1}],"multigraph":true} | ecore |
relational | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/Relational.ecore | relational
DataBase
schemas
uri
port
Schema
tables
name
Table
fields
name
Field
name
Type
VARCHAR
VARCHAR
NUMERIC
NUMERIC
DATE
DATE
TIME
TIME
FLOAT
FLOAT
BOOLEAN
BOOLEAN
CHAR
CHAR
PrimaryKey
id
ForeignKey
reference
Column
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="relational"
nsURI="http://www.obeo.fr/training/relational/1.0" nsPrefix="relational">
<eClassifiers xsi:type="ecore:EClass" name="DataBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1"
eType="#//Schema" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<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="Schema">
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//Table" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field" 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:EEnum" name="Type">
<eLiterals name="VARCHAR"/>
<eLiterals name="NUMERIC" value="1"/>
<eLiterals name="DATE" value="2"/>
<eLiterals name="TIME" value="3"/>
<eLiterals name="FLOAT" value="4"/>
<eLiterals name="BOOLEAN" value="5"/>
<eLiterals name="CHAR" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//Field">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1"
eType="#//Table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"relational","nsURI":"http://www.obeo.fr/training/relational/1.0","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":"Field","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"name":"VARCHAR","id":25,"value":0,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"NUMERIC","id":26,"value":1,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"DATE","id":27,"value":2,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIME","id":28,"value":3,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"FLOAT","id":29,"value":4,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":30,"value":5,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"CHAR","id":31,"value":6,"literal":"CHAR","eClass":"EEnumLiteral"},{"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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"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":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":16,"target":18},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":19,"target":3},{"source":21,"target":4},{"source":20,"target":22},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":25,"target":5},{"source":26,"target":5},{"source":27,"target":5},{"source":28,"target":5},{"source":29,"target":5},{"source":30,"target":5},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":3},{"source":36,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":5},{"source":38,"target":40},{"source":38,"target":8},{"source":40,"target":5},{"source":39,"target":4}],"multigraph":true} | ecore |
gpl | repo-ecore-all/data/jesusc/eclectic/tests/org.eclectic.test.streaming.largemodels/model/jdt-genversion/JDTAST.ecore | DOM
AST
compilationUnits
ASTNode
AnonymousClassDeclaration
bodyDeclarations
BodyDeclaration
modifiers
javadoc
CatchClause
body
exception
Comment
alternateRoot
CompilationUnit
comments
package
imports
types
Expression
resolveBoxing
resolveUnboxing
typeBinding
ImportDeclaration
onDemand
static
name
MemberRef
name
qualifier
MemberValuePair
name
value
MethodRef
name
qualifier
parameters
MethodRefParameter
name
type
varargs
ExtendedModifier
Modifier
abstract
final
native
none
private
protected
public
static
strictfp
synchronized
transient
volatile
PackageDeclaration
annotations
javadoc
name
binding
Statement
TagElement
fragments
tagName
nested
TextElement
text
Type
TypeParameter
name
typeBounds
VariableDeclaration
extraDimensions
initializer
name
AbstractTypeDeclaration
bodyDeclarations
name
localTypeDeclaration
memberTypeDeclaration
packageMemberTypeDeclaration
AnnotationTypeMemberDeclaration
default
name
type
EnumConstantDeclaration
arguments
anonymousClassDeclaration
name
FieldDeclaration
fragments
type
Initializer
body
MethodDeclaration
body
extraDimensions
name
returnType
constructor
varargs
parameters
thrownExceptions
typeParameters
binding
AnnotationTypeDeclaration
EnumDeclaration
superInterfaceTypes
enumConstants
TypeDeclaration
superclassType
interface
superInterfaceTypes
typeParameters
BlockComment
Javadoc
tags
LineComment
Annotation
typeName
ArrayAccess
array
index
ArrayCreation
dimensions
initializer
type
ArrayInitializer
expressions
Assignment
leftHandSide
operator
rightHandSide
AssignmentOperatorKind
right_shift_signed_assign
>>=
bit_xor_assign
^=
times_assign
*=
divide_assign
/=
minus_assign
-=
bit_or_assign
|=
plus_assign
+=
assign
=
right_shift_unsigned_assign
>>>=
remainder_assign
%=
bit_and_assign
&=
left_shift_assign
<<=
BooleanLiteral
booleanValue
CastExpression
expression
type
CharacterLiteral
charValue
escapedValue
ClassInstanceCreation
arguments
anonymousClassDeclaration
expression
type
typeArguments
ConditionalExpression
elseExpression
expression
thenExpression
FieldAccess
expression
name
InfixExpression
extendedOperands
leftOperand
operator
rightOperand
InfixExpressionOperatorKind
greater_equals
>=
or
|
right_shift_signed
>>
minus
-
xor
^
less_equals
<=
equals
==
not_equals
!=
and
&
plus
+
greater
>
conditional_or
||
remainder
%
less
<
left_shift
<<
right_shift_unsigned
>>>
conditional_and
&&
times
*
divide
/
InstanceofExpression
leftOperand
rightOperand
MethodInvocation
arguments
expression
name
typeArguments
methodBinding
Name
fullyQualifiedName
NullLiteral
NumberLiteral
token
ParenthesizedExpression
expression
PostfixExpression
operand
operator
PostfixExpressionOperatorKind
increment
++
decrement
--
PrefixExpression
operand
operator
PrefixExpressionOperatorKind
minus
-
not
!
decrement
--
complement
~
increment
++
plus
+
StringLiteral
escapedValue
literalValue
SuperFieldAccess
name
qualifier
SuperMethodInvocation
arguments
name
qualifier
typeArguments
ThisExpression
qualifier
TypeLiteral
type
VariableDeclarationExpression
fragments
modifiers
type
AssertStatement
expression
message
Block
statements
BreakStatement
label
ConstructorInvocation
arguments
typeArguments
ContinueStatement
label
DoStatement
body
expression
EmptyStatement
EnhancedForStatement
body
expression
parameter
ExpressionStatement
expression
ForStatement
body
expression
initializers
updaters
IfStatement
elseStatement
expression
thenStatement
LabeledStatement
body
label
ReturnStatement
expression
SuperConstructorInvocation
arguments
expression
typeArguments
SwitchCase
expression
default
SwitchStatement
expression
statements
SynchronizedStatement
body
expression
ThrowStatement
expression
TryStatement
catchClauses
body
finally
TypeDeclarationStatement
declaration
VariableDeclarationStatement
fragments
modifiers
type
WhileStatement
body
expression
ArrayType
componentType
dimensions
elementType
ParameterizedType
type
typeArguments
PrimitiveType
code
QualifiedType
name
qualifier
SimpleType
name
WildcardType
bound
upperBound
SingleVariableDeclaration
type
varargs
modifiers
VariableDeclarationFragment
QualifiedName
name
qualifier
SimpleName
identifier
declaration
MarkerAnnotation
NormalAnnotation
values
SingleMemberAnnotation
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="DOM"
nsURI="org.amma.dsl.jdt.dom" nsPrefix="dom">
<eClassifiers xsi:type="ecore:EClass" name="AST">
<eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false"
lowerBound="1" eType="#//ASTNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#//BodyDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#//Javadoc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false"
lowerBound="1" eType="#//SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false"
lowerBound="1" eType="#//ASTNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//PackageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//ImportDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBinding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" 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:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode #//ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#//Javadoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IPackageFragment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//ASTNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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 JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true"
eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#//BodyDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#//AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</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="MethodDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//SingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#//TypeParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1"
eType="#//EnumConstantDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#//TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/>
<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="LineComment" eSuperTypes="#//Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Expression #//ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</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"
lowerBound="1" eType="#//ArrayInitializer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//ArrayType" 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="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="#//AssignmentOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperatorKind">
<eLiterals name="right_shift_signed_assign" value="1" literal=">>="/>
<eLiterals name="bit_xor_assign" value="2" literal="^="/>
<eLiterals name="times_assign" value="3" literal="*="/>
<eLiterals name="divide_assign" value="4" literal="/="/>
<eLiterals name="minus_assign" value="5" literal="-="/>
<eLiterals name="bit_or_assign" value="6" literal="|="/>
<eLiterals name="plus_assign" value="7" literal="+="/>
<eLiterals name="assign" value="8" literal="="/>
<eLiterals name="right_shift_unsigned_assign" value="9" literal=">>>="/>
<eLiterals name="remainder_assign" value="10" literal="%="/>
<eLiterals name="bit_and_assign" value="11" literal="&="/>
<eLiterals name="left_shift_assign" value="12" literal="<<="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#//AnonymousClassDeclaration" containment="true"/>
<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="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<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="FieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//InfixExpressionOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionOperatorKind">
<eLiterals name="greater_equals" value="1" literal=">="/>
<eLiterals name="or" value="2" literal="|"/>
<eLiterals name="right_shift_signed" value="3" literal=">>"/>
<eLiterals name="minus" value="4" literal="-"/>
<eLiterals name="xor" value="5" literal="^"/>
<eLiterals name="less_equals" value="6" literal="<="/>
<eLiterals name="equals" value="7" literal="=="/>
<eLiterals name="not_equals" value="8" literal="!="/>
<eLiterals name="and" value="9" literal="&"/>
<eLiterals name="plus" value="10" literal="+"/>
<eLiterals name="greater" value="11" literal=">"/>
<eLiterals name="conditional_or" value="12" literal="||"/>
<eLiterals name="remainder" value="13" literal="%"/>
<eLiterals name="less" value="14" literal="<"/>
<eLiterals name="left_shift" value="15" literal="<<"/>
<eLiterals name="right_shift_unsigned" value="16" literal=">>>"/>
<eLiterals name="conditional_and" value="17" literal="&&"/>
<eLiterals name="times" value="18" literal="*"/>
<eLiterals name="divide" value="19" literal="/"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-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="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodBinding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</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:EReference" name="operand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//PostfixExpressionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionOperatorKind">
<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:EReference" name="operand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//PrefixExpressionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionOperatorKind">
<eLiterals name="minus" value="1" literal="-"/>
<eLiterals name="not" value="2" literal="!"/>
<eLiterals name="decrement" value="3" literal="--"/>
<eLiterals name="complement" value="4" literal="~"/>
<eLiterals name="increment" value="5" literal="++"/>
<eLiterals name="plus" value="6" literal="+"/>
</eClassifiers>
<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 JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<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"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" 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"/>
</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"/>
</eClassifiers>
<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="ForStatement" 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="initializers" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" 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="thenStatement" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-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="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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="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="catchClauses" upperBound="-1"
eType="#//CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false"
lowerBound="1" eType="#//Block" 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="VariableDeclarationStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#//Name">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#//Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#//Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#//Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//MemberValuePair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#//Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"dom","nsURI":"org.amma.dsl.jdt.dom","name":"DOM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperatorKind","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionOperatorKind","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionOperatorKind","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","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":"QualifiedType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","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":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bodyDeclarations","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"alternateRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":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":118,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"typeBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"onDemand","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":141,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":158,"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":159,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":165,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"native","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"none","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"private","changeable":true,"lowerBound":1,"iD":false,"id":169,"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":"protected","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":"public","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":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":201,"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":"tagName","changeable":true,"lowerBound":1,"iD":false,"id":202,"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":"nested","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":217,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"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":"localTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"memberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"packageMemberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"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":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"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":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":261,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"container":false,"ordered":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":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":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":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"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":"superclassType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"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":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"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":302,"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":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":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":317,"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":318,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"name":"right_shift_signed_assign","id":324,"value":1,"literal":">>=","eClass":"EEnumLiteral"},{"name":"bit_xor_assign","id":325,"value":2,"literal":"^=","eClass":"EEnumLiteral"},{"name":"times_assign","id":326,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"divide_assign","id":327,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"minus_assign","id":328,"value":5,"literal":"-=","eClass":"EEnumLiteral"},{"name":"bit_or_assign","id":329,"value":6,"literal":"|=","eClass":"EEnumLiteral"},{"name":"plus_assign","id":330,"value":7,"literal":"+=","eClass":"EEnumLiteral"},{"name":"assign","id":331,"value":8,"literal":"=","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned_assign","id":332,"value":9,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"remainder_assign","id":333,"value":10,"literal":"%=","eClass":"EEnumLiteral"},{"name":"bit_and_assign","id":334,"value":11,"literal":"&=","eClass":"EEnumLiteral"},{"name":"left_shift_assign","id":335,"value":12,"literal":"<<=","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"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":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"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":351,"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":352,"derived":false},{"container":false,"ordered":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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":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":360,"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":361,"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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"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":367,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"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":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":"rightOperand","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"},{"name":"greater_equals","id":381,"value":1,"literal":">=","eClass":"EEnumLiteral"},{"name":"or","id":382,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"name":"right_shift_signed","id":383,"value":3,"literal":">>","eClass":"EEnumLiteral"},{"name":"minus","id":384,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"xor","id":385,"value":5,"literal":"^","eClass":"EEnumLiteral"},{"name":"less_equals","id":386,"value":6,"literal":"<=","eClass":"EEnumLiteral"},{"name":"equals","id":387,"value":7,"literal":"==","eClass":"EEnumLiteral"},{"name":"not_equals","id":388,"value":8,"literal":"!=","eClass":"EEnumLiteral"},{"name":"and","id":389,"value":9,"literal":"&","eClass":"EEnumLiteral"},{"name":"plus","id":390,"value":10,"literal":"+","eClass":"EEnumLiteral"},{"name":"greater","id":391,"value":11,"literal":">","eClass":"EEnumLiteral"},{"name":"conditional_or","id":392,"value":12,"literal":"||","eClass":"EEnumLiteral"},{"name":"remainder","id":393,"value":13,"literal":"%","eClass":"EEnumLiteral"},{"name":"less","id":394,"value":14,"literal":"<","eClass":"EEnumLiteral"},{"name":"left_shift","id":395,"value":15,"literal":"<<","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned","id":396,"value":16,"literal":">>>","eClass":"EEnumLiteral"},{"name":"conditional_and","id":397,"value":17,"literal":"&&","eClass":"EEnumLiteral"},{"name":"times","id":398,"value":18,"literal":"*","eClass":"EEnumLiteral"},{"name":"divide","id":399,"value":19,"literal":"/","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"container":false,"ordered":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":408,"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":"methodBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullyQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"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":"token","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"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":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"name":"increment","id":431,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"decrement","id":432,"value":2,"literal":"--","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"name":"minus","id":438,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"not","id":439,"value":2,"literal":"!","eClass":"EEnumLiteral"},{"name":"decrement","id":440,"value":3,"literal":"--","eClass":"EEnumLiteral"},{"name":"complement","id":441,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"increment","id":442,"value":5,"literal":"++","eClass":"EEnumLiteral"},{"name":"plus","id":443,"value":6,"literal":"+","eClass":"EEnumLiteral"},{"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":444,"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":"literalValue","changeable":true,"lowerBound":1,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":449,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":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":469,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"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":476,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"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":495,"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":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"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":501,"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":502,"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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"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":511,"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":512,"derived":false},{"container":false,"ordered":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":513,"derived":false},{"container":false,"ordered":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":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"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":521,"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":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"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":527,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"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":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"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":536,"derived":false},{"container":false,"ordered":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":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"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":542,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"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":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":"statements","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":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":552,"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":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"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":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"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":561,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"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":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"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":577,"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":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"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":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":582,"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":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":583,"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":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"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":589,"derived":false},{"container":false,"ordered":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":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":597,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"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":610,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":611,"derived":false},{"container":false,"ordered":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":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":623,"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":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"container":false,"ordered":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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"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":1,"target":0},{"source":1,"target":100},{"source":100,"target":2},{"source":100,"target":101},{"source":100,"target":1},{"source":101,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":102},{"source":3,"target":103},{"source":102,"target":4},{"source":102,"target":104},{"source":102,"target":3},{"source":104,"target":4},{"source":103,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":105,"target":14},{"source":105,"target":108},{"source":105,"target":4},{"source":108,"target":14},{"source":106,"target":33},{"source":106,"target":109},{"source":106,"target":4},{"source":109,"target":33},{"source":107,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":110,"target":66},{"source":110,"target":113},{"source":110,"target":5},{"source":113,"target":66},{"source":111,"target":93},{"source":111,"target":114},{"source":111,"target":5},{"source":114,"target":93},{"source":112,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":115},{"source":6,"target":116},{"source":115,"target":2},{"source":115,"target":117},{"source":115,"target":6},{"source":117,"target":2},{"source":116,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":118,"target":6},{"source":118,"target":123},{"source":118,"target":7},{"source":123,"target":6},{"source":119,"target":16},{"source":119,"target":124},{"source":119,"target":7},{"source":124,"target":16},{"source":120,"target":9},{"source":120,"target":125},{"source":120,"target":7},{"source":125,"target":9},{"source":121,"target":23},{"source":121,"target":126},{"source":121,"target":7},{"source":126,"target":23},{"source":122,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":127,"target":131},{"source":127,"target":8},{"source":128,"target":132},{"source":128,"target":8},{"source":129,"target":133},{"source":129,"target":8},{"source":130,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":134,"target":138},{"source":134,"target":9},{"source":135,"target":139},{"source":135,"target":9},{"source":136,"target":51},{"source":136,"target":140},{"source":136,"target":9},{"source":140,"target":51},{"source":137,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":141,"target":96},{"source":141,"target":144},{"source":141,"target":10},{"source":144,"target":96},{"source":142,"target":51},{"source":142,"target":145},{"source":142,"target":10},{"source":145,"target":51},{"source":143,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":146},{"source":11,"target":147},{"source":11,"target":148},{"source":146,"target":96},{"source":146,"target":149},{"source":146,"target":11},{"source":149,"target":96},{"source":147,"target":8},{"source":147,"target":150},{"source":147,"target":11},{"source":150,"target":8},{"source":148,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":151,"target":96},{"source":151,"target":155},{"source":151,"target":12},{"source":155,"target":96},{"source":152,"target":51},{"source":152,"target":156},{"source":152,"target":12},{"source":156,"target":51},{"source":153,"target":13},{"source":153,"target":157},{"source":153,"target":12},{"source":157,"target":13},{"source":154,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":158,"target":96},{"source":158,"target":162},{"source":158,"target":13},{"source":162,"target":96},{"source":159,"target":20},{"source":159,"target":163},{"source":159,"target":13},{"source":163,"target":20},{"source":160,"target":164},{"source":160,"target":13},{"source":161,"target":2},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":14},{"source":15,"target":165},{"source":15,"target":166},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":15,"target":171},{"source":15,"target":172},{"source":15,"target":173},{"source":15,"target":174},{"source":15,"target":175},{"source":15,"target":176},{"source":15,"target":177},{"source":15,"target":178},{"source":165,"target":179},{"source":165,"target":15},{"source":166,"target":180},{"source":166,"target":15},{"source":167,"target":181},{"source":167,"target":15},{"source":168,"target":182},{"source":168,"target":15},{"source":169,"target":183},{"source":169,"target":15},{"source":170,"target":184},{"source":170,"target":15},{"source":171,"target":185},{"source":171,"target":15},{"source":172,"target":186},{"source":172,"target":15},{"source":173,"target":187},{"source":173,"target":15},{"source":174,"target":188},{"source":174,"target":15},{"source":175,"target":189},{"source":175,"target":15},{"source":176,"target":190},{"source":176,"target":15},{"source":177,"target":2},{"source":178,"target":14},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":16,"target":195},{"source":191,"target":35},{"source":191,"target":196},{"source":191,"target":16},{"source":196,"target":35},{"source":192,"target":33},{"source":192,"target":197},{"source":192,"target":16},{"source":197,"target":33},{"source":193,"target":51},{"source":193,"target":198},{"source":193,"target":16},{"source":198,"target":51},{"source":194,"target":199},{"source":194,"target":16},{"source":195,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":200},{"source":200,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":201},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":201,"target":2},{"source":201,"target":205},{"source":201,"target":18},{"source":205,"target":2},{"source":202,"target":206},{"source":202,"target":18},{"source":203,"target":207},{"source":203,"target":18},{"source":204,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":208},{"source":19,"target":209},{"source":208,"target":210},{"source":208,"target":19},{"source":209,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":211},{"source":211,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":212},{"source":21,"target":213},{"source":21,"target":214},{"source":212,"target":96},{"source":212,"target":215},{"source":212,"target":21},{"source":215,"target":96},{"source":213,"target":20},{"source":213,"target":216},{"source":213,"target":21},{"source":216,"target":20},{"source":214,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":22,"target":220},{"source":217,"target":221},{"source":217,"target":22},{"source":218,"target":8},{"source":218,"target":222},{"source":218,"target":22},{"source":222,"target":8},{"source":219,"target":96},{"source":219,"target":223},{"source":219,"target":22},{"source":223,"target":96},{"source":220,"target":2},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":23,"target":229},{"source":224,"target":4},{"source":224,"target":230},{"source":224,"target":23},{"source":230,"target":4},{"source":225,"target":96},{"source":225,"target":231},{"source":225,"target":23},{"source":231,"target":96},{"source":226,"target":232},{"source":226,"target":23},{"source":227,"target":233},{"source":227,"target":23},{"source":228,"target":234},{"source":228,"target":23},{"source":229,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":235},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":235,"target":8},{"source":235,"target":239},{"source":235,"target":24},{"source":239,"target":8},{"source":236,"target":96},{"source":236,"target":240},{"source":236,"target":24},{"source":240,"target":96},{"source":237,"target":20},{"source":237,"target":241},{"source":237,"target":24},{"source":241,"target":20},{"source":238,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":242},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":242,"target":8},{"source":242,"target":246},{"source":242,"target":25},{"source":246,"target":8},{"source":243,"target":3},{"source":243,"target":247},{"source":243,"target":25},{"source":247,"target":3},{"source":244,"target":96},{"source":244,"target":248},{"source":244,"target":25},{"source":248,"target":96},{"source":245,"target":4},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":249},{"source":26,"target":250},{"source":26,"target":251},{"source":249,"target":94},{"source":249,"target":252},{"source":249,"target":26},{"source":252,"target":94},{"source":250,"target":20},{"source":250,"target":253},{"source":250,"target":26},{"source":253,"target":20},{"source":251,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":254},{"source":27,"target":255},{"source":254,"target":66},{"source":254,"target":256},{"source":254,"target":27},{"source":256,"target":66},{"source":255,"target":4},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":257},{"source":28,"target":258},{"source":28,"target":259},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":28,"target":263},{"source":28,"target":264},{"source":28,"target":265},{"source":28,"target":266},{"source":28,"target":267},{"source":257,"target":66},{"source":257,"target":268},{"source":257,"target":28},{"source":268,"target":66},{"source":258,"target":269},{"source":258,"target":28},{"source":259,"target":96},{"source":259,"target":270},{"source":259,"target":28},{"source":270,"target":96},{"source":260,"target":20},{"source":260,"target":271},{"source":260,"target":28},{"source":271,"target":20},{"source":261,"target":272},{"source":261,"target":28},{"source":262,"target":273},{"source":262,"target":28},{"source":263,"target":93},{"source":263,"target":274},{"source":263,"target":28},{"source":274,"target":93},{"source":264,"target":51},{"source":264,"target":275},{"source":264,"target":28},{"source":275,"target":51},{"source":265,"target":21},{"source":265,"target":276},{"source":265,"target":28},{"source":276,"target":21},{"source":266,"target":277},{"source":266,"target":28},{"source":267,"target":4},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":278},{"source":278,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":279},{"source":30,"target":280},{"source":30,"target":281},{"source":279,"target":20},{"source":279,"target":282},{"source":279,"target":30},{"source":282,"target":20},{"source":280,"target":25},{"source":280,"target":283},{"source":280,"target":30},{"source":283,"target":25},{"source":281,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":284},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":284,"target":20},{"source":284,"target":289},{"source":284,"target":31},{"source":289,"target":20},{"source":285,"target":290},{"source":285,"target":31},{"source":286,"target":20},{"source":286,"target":291},{"source":286,"target":31},{"source":291,"target":20},{"source":287,"target":21},{"source":287,"target":292},{"source":287,"target":31},{"source":292,"target":21},{"source":288,"target":23},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":293},{"source":293,"target":6},{"source":33,"target":0},{"source":33,"target":6},{"source":33,"target":294},{"source":33,"target":295},{"source":294,"target":18},{"source":294,"target":296},{"source":294,"target":33},{"source":296,"target":18},{"source":295,"target":6},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":297},{"source":297,"target":6},{"source":35,"target":0},{"source":35,"target":8},{"source":35,"target":14},{"source":35,"target":298},{"source":35,"target":299},{"source":35,"target":300},{"source":298,"target":51},{"source":298,"target":301},{"source":298,"target":35},{"source":301,"target":51},{"source":299,"target":8},{"source":300,"target":14},{"source":36,"target":0},{"source":36,"target":8},{"source":36,"target":302},{"source":36,"target":303},{"source":36,"target":304},{"source":302,"target":8},{"source":302,"target":305},{"source":302,"target":36},{"source":305,"target":8},{"source":303,"target":8},{"source":303,"target":306},{"source":303,"target":36},{"source":306,"target":8},{"source":304,"target":8},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":37,"target":310},{"source":307,"target":8},{"source":307,"target":311},{"source":307,"target":37},{"source":311,"target":8},{"source":308,"target":38},{"source":308,"target":312},{"source":308,"target":37},{"source":312,"target":38},{"source":309,"target":87},{"source":309,"target":313},{"source":309,"target":37},{"source":313,"target":87},{"source":310,"target":8},{"source":38,"target":0},{"source":38,"target":8},{"source":38,"target":314},{"source":38,"target":315},{"source":314,"target":8},{"source":314,"target":316},{"source":314,"target":38},{"source":316,"target":8},{"source":315,"target":8},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":317},{"source":39,"target":318},{"source":39,"target":319},{"source":39,"target":320},{"source":317,"target":8},{"source":317,"target":321},{"source":317,"target":39},{"source":321,"target":8},{"source":318,"target":40},{"source":318,"target":322},{"source":318,"target":39},{"source":322,"target":40},{"source":319,"target":8},{"source":319,"target":323},{"source":319,"target":39},{"source":323,"target":8},{"source":320,"target":8},{"source":40,"target":0},{"source":40,"target":324},{"source":40,"target":325},{"source":40,"target":326},{"source":40,"target":327},{"source":40,"target":328},{"source":40,"target":329},{"source":40,"target":330},{"source":40,"target":331},{"source":40,"target":332},{"source":40,"target":333},{"source":40,"target":334},{"source":40,"target":335},{"source":324,"target":40},{"source":325,"target":40},{"source":326,"target":40},{"source":327,"target":40},{"source":328,"target":40},{"source":329,"target":40},{"source":330,"target":40},{"source":331,"target":40},{"source":332,"target":40},{"source":333,"target":40},{"source":334,"target":40},{"source":335,"target":40},{"source":41,"target":0},{"source":41,"target":8},{"source":41,"target":336},{"source":41,"target":337},{"source":336,"target":338},{"source":336,"target":41},{"source":337,"target":8},{"source":42,"target":0},{"source":42,"target":8},{"source":42,"target":339},{"source":42,"target":340},{"source":42,"target":341},{"source":339,"target":8},{"source":339,"target":342},{"source":339,"target":42},{"source":342,"target":8},{"source":340,"target":20},{"source":340,"target":343},{"source":340,"target":42},{"source":343,"target":20},{"source":341,"target":8},{"source":43,"target":0},{"source":43,"target":8},{"source":43,"target":344},{"source":43,"target":345},{"source":43,"target":346},{"source":344,"target":347},{"source":344,"target":43},{"source":345,"target":348},{"source":345,"target":43},{"source":346,"target":8},{"source":44,"target":0},{"source":44,"target":8},{"source":44,"target":349},{"source":44,"target":350},{"source":44,"target":351},{"source":44,"target":352},{"source":44,"target":353},{"source":44,"target":354},{"source":349,"target":8},{"source":349,"target":355},{"source":349,"target":44},{"source":355,"target":8},{"source":350,"target":3},{"source":350,"target":356},{"source":350,"target":44},{"source":356,"target":3},{"source":351,"target":8},{"source":351,"target":357},{"source":351,"target":44},{"source":357,"target":8},{"source":352,"target":20},{"source":352,"target":358},{"source":352,"target":44},{"source":358,"target":20},{"source":353,"target":20},{"source":353,"target":359},{"source":353,"target":44},{"source":359,"target":20},{"source":354,"target":8},{"source":45,"target":0},{"source":45,"target":8},{"source":45,"target":360},{"source":45,"target":361},{"source":45,"target":362},{"source":45,"target":363},{"source":360,"target":8},{"source":360,"target":364},{"source":360,"target":45},{"source":364,"target":8},{"source":361,"target":8},{"source":361,"target":365},{"source":361,"target":45},{"source":365,"target":8},{"source":362,"target":8},{"source":362,"target":366},{"source":362,"target":45},{"source":366,"target":8},{"source":363,"target":8},{"source":46,"target":0},{"source":46,"target":8},{"source":46,"target":367},{"source":46,"target":368},{"source":46,"target":369},{"source":367,"target":8},{"source":367,"target":370},{"source":367,"target":46},{"source":370,"target":8},{"source":368,"target":96},{"source":368,"target":371},{"source":368,"target":46},{"source":371,"target":96},{"source":369,"target":8},{"source":47,"target":0},{"source":47,"target":8},{"source":47,"target":372},{"source":47,"target":373},{"source":47,"target":374},{"source":47,"target":375},{"source":47,"target":376},{"source":372,"target":8},{"source":372,"target":377},{"source":372,"target":47},{"source":377,"target":8},{"source":373,"target":8},{"source":373,"target":378},{"source":373,"target":47},{"source":378,"target":8},{"source":374,"target":48},{"source":374,"target":379},{"source":374,"target":47},{"source":379,"target":48},{"source":375,"target":8},{"source":375,"target":380},{"source":375,"target":47},{"source":380,"target":8},{"source":376,"target":8},{"source":48,"target":0},{"source":48,"target":381},{"source":48,"target":382},{"source":48,"target":383},{"source":48,"target":384},{"source":48,"target":385},{"source":48,"target":386},{"source":48,"target":387},{"source":48,"target":388},{"source":48,"target":389},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":48,"target":394},{"source":48,"target":395},{"source":48,"target":396},{"source":48,"target":397},{"source":48,"target":398},{"source":48,"target":399},{"source":381,"target":48},{"source":382,"target":48},{"source":383,"target":48},{"source":384,"target":48},{"source":385,"target":48},{"source":386,"target":48},{"source":387,"target":48},{"source":388,"target":48},{"source":389,"target":48},{"source":390,"target":48},{"source":391,"target":48},{"source":392,"target":48},{"source":393,"target":48},{"source":394,"target":48},{"source":395,"target":48},{"source":396,"target":48},{"source":397,"target":48},{"source":398,"target":48},{"source":399,"target":48},{"source":49,"target":0},{"source":49,"target":8},{"source":49,"target":400},{"source":49,"target":401},{"source":49,"target":402},{"source":400,"target":8},{"source":400,"target":403},{"source":400,"target":49},{"source":403,"target":8},{"source":401,"target":20},{"source":401,"target":404},{"source":401,"target":49},{"source":404,"target":20},{"source":402,"target":8},{"source":50,"target":0},{"source":50,"target":8},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":50,"target":408},{"source":50,"target":409},{"source":50,"target":410},{"source":405,"target":8},{"source":405,"target":411},{"source":405,"target":50},{"source":411,"target":8},{"source":406,"target":8},{"source":406,"target":412},{"source":406,"target":50},{"source":412,"target":8},{"source":407,"target":96},{"source":407,"target":413},{"source":407,"target":50},{"source":413,"target":96},{"source":408,"target":20},{"source":408,"target":414},{"source":408,"target":50},{"source":414,"target":20},{"source":409,"target":415},{"source":409,"target":50},{"source":410,"target":8},{"source":51,"target":0},{"source":51,"target":8},{"source":51,"target":416},{"source":51,"target":417},{"source":416,"target":418},{"source":416,"target":51},{"source":417,"target":8},{"source":52,"target":0},{"source":52,"target":8},{"source":52,"target":419},{"source":419,"target":8},{"source":53,"target":0},{"source":53,"target":8},{"source":53,"target":420},{"source":53,"target":421},{"source":420,"target":422},{"source":420,"target":53},{"source":421,"target":8},{"source":54,"target":0},{"source":54,"target":8},{"source":54,"target":423},{"source":54,"target":424},{"source":423,"target":8},{"source":423,"target":425},{"source":423,"target":54},{"source":425,"target":8},{"source":424,"target":8},{"source":55,"target":0},{"source":55,"target":8},{"source":55,"target":426},{"source":55,"target":427},{"source":55,"target":428},{"source":426,"target":8},{"source":426,"target":429},{"source":426,"target":55},{"source":429,"target":8},{"source":427,"target":56},{"source":427,"target":430},{"source":427,"target":55},{"source":430,"target":56},{"source":428,"target":8},{"source":56,"target":0},{"source":56,"target":431},{"source":56,"target":432},{"source":431,"target":56},{"source":432,"target":56},{"source":57,"target":0},{"source":57,"target":8},{"source":57,"target":433},{"source":57,"target":434},{"source":57,"target":435},{"source":433,"target":8},{"source":433,"target":436},{"source":433,"target":57},{"source":436,"target":8},{"source":434,"target":58},{"source":434,"target":437},{"source":434,"target":57},{"source":437,"target":58},{"source":435,"target":8},{"source":58,"target":0},{"source":58,"target":438},{"source":58,"target":439},{"source":58,"target":440},{"source":58,"target":441},{"source":58,"target":442},{"source":58,"target":443},{"source":438,"target":58},{"source":439,"target":58},{"source":440,"target":58},{"source":441,"target":58},{"source":442,"target":58},{"source":443,"target":58},{"source":59,"target":0},{"source":59,"target":8},{"source":59,"target":444},{"source":59,"target":445},{"source":59,"target":446},{"source":444,"target":447},{"source":444,"target":59},{"source":445,"target":448},{"source":445,"target":59},{"source":446,"target":8},{"source":60,"target":0},{"source":60,"target":8},{"source":60,"target":449},{"source":60,"target":450},{"source":60,"target":451},{"source":449,"target":96},{"source":449,"target":452},{"source":449,"target":60},{"source":452,"target":96},{"source":450,"target":51},{"source":450,"target":453},{"source":450,"target":60},{"source":453,"target":51},{"source":451,"target":8},{"source":61,"target":0},{"source":61,"target":8},{"source":61,"target":454},{"source":61,"target":455},{"source":61,"target":456},{"source":61,"target":457},{"source":61,"target":458},{"source":454,"target":8},{"source":454,"target":459},{"source":454,"target":61},{"source":459,"target":8},{"source":455,"target":51},{"source":455,"target":460},{"source":455,"target":61},{"source":460,"target":51},{"source":456,"target":51},{"source":456,"target":461},{"source":456,"target":61},{"source":461,"target":51},{"source":457,"target":20},{"source":457,"target":462},{"source":457,"target":61},{"source":462,"target":20},{"source":458,"target":8},{"source":62,"target":0},{"source":62,"target":8},{"source":62,"target":463},{"source":62,"target":464},{"source":463,"target":51},{"source":463,"target":465},{"source":463,"target":62},{"source":465,"target":51},{"source":464,"target":8},{"source":63,"target":0},{"source":63,"target":8},{"source":63,"target":466},{"source":63,"target":467},{"source":466,"target":20},{"source":466,"target":468},{"source":466,"target":63},{"source":468,"target":20},{"source":467,"target":8},{"source":64,"target":0},{"source":64,"target":8},{"source":64,"target":469},{"source":64,"target":470},{"source":64,"target":471},{"source":64,"target":472},{"source":469,"target":94},{"source":469,"target":473},{"source":469,"target":64},{"source":473,"target":94},{"source":470,"target":14},{"source":470,"target":474},{"source":470,"target":64},{"source":474,"target":14},{"source":471,"target":20},{"source":471,"target":475},{"source":471,"target":64},{"source":475,"target":20},{"source":472,"target":8},{"source":65,"target":0},{"source":65,"target":17},{"source":65,"target":476},{"source":65,"target":477},{"source":65,"target":478},{"source":476,"target":8},{"source":476,"target":479},{"source":476,"target":65},{"source":479,"target":8},{"source":477,"target":8},{"source":477,"target":480},{"source":477,"target":65},{"source":480,"target":8},{"source":478,"target":17},{"source":66,"target":0},{"source":66,"target":17},{"source":66,"target":481},{"source":66,"target":482},{"source":481,"target":17},{"source":481,"target":483},{"source":481,"target":66},{"source":483,"target":17},{"source":482,"target":17},{"source":67,"target":0},{"source":67,"target":17},{"source":67,"target":484},{"source":67,"target":485},{"source":484,"target":96},{"source":484,"target":486},{"source":484,"target":67},{"source":486,"target":96},{"source":485,"target":17},{"source":68,"target":0},{"source":68,"target":17},{"source":68,"target":487},{"source":68,"target":488},{"source":68,"target":489},{"source":487,"target":8},{"source":487,"target":490},{"source":487,"target":68},{"source":490,"target":8},{"source":488,"target":20},{"source":488,"target":491},{"source":488,"target":68},{"source":491,"target":20},{"source":489,"target":17},{"source":69,"target":0},{"source":69,"target":17},{"source":69,"target":492},{"source":69,"target":493},{"source":492,"target":96},{"source":492,"target":494},{"source":492,"target":69},{"source":494,"target":96},{"source":493,"target":17},{"source":70,"target":0},{"source":70,"target":17},{"source":70,"target":495},{"source":70,"target":496},{"source":70,"target":497},{"source":495,"target":17},{"source":495,"target":498},{"source":495,"target":70},{"source":498,"target":17},{"source":496,"target":8},{"source":496,"target":499},{"source":496,"target":70},{"source":499,"target":8},{"source":497,"target":17},{"source":71,"target":0},{"source":71,"target":17},{"source":71,"target":500},{"source":500,"target":17},{"source":72,"target":0},{"source":72,"target":17},{"source":72,"target":501},{"source":72,"target":502},{"source":72,"target":503},{"source":72,"target":504},{"source":501,"target":17},{"source":501,"target":505},{"source":501,"target":72},{"source":505,"target":17},{"source":502,"target":8},{"source":502,"target":506},{"source":502,"target":72},{"source":506,"target":8},{"source":503,"target":93},{"source":503,"target":507},{"source":503,"target":72},{"source":507,"target":93},{"source":504,"target":17},{"source":73,"target":0},{"source":73,"target":17},{"source":73,"target":508},{"source":73,"target":509},{"source":508,"target":8},{"source":508,"target":510},{"source":508,"target":73},{"source":510,"target":8},{"source":509,"target":17},{"source":74,"target":0},{"source":74,"target":17},{"source":74,"target":511},{"source":74,"target":512},{"source":74,"target":513},{"source":74,"target":514},{"source":74,"target":515},{"source":511,"target":17},{"source":511,"target":516},{"source":511,"target":74},{"source":516,"target":17},{"source":512,"target":8},{"source":512,"target":517},{"source":512,"target":74},{"source":517,"target":8},{"source":513,"target":8},{"source":513,"target":518},{"source":513,"target":74},{"source":518,"target":8},{"source":514,"target":8},{"source":514,"target":519},{"source":514,"target":74},{"source":519,"target":8},{"source":515,"target":17},{"source":75,"target":0},{"source":75,"target":17},{"source":75,"target":520},{"source":75,"target":521},{"source":75,"target":522},{"source":75,"target":523},{"source":520,"target":17},{"source":520,"target":524},{"source":520,"target":75},{"source":524,"target":17},{"source":521,"target":8},{"source":521,"target":525},{"source":521,"target":75},{"source":525,"target":8},{"source":522,"target":17},{"source":522,"target":526},{"source":522,"target":75},{"source":526,"target":17},{"source":523,"target":17},{"source":76,"target":0},{"source":76,"target":17},{"source":76,"target":527},{"source":76,"target":528},{"source":76,"target":529},{"source":527,"target":17},{"source":527,"target":530},{"source":527,"target":76},{"source":530,"target":17},{"source":528,"target":96},{"source":528,"target":531},{"source":528,"target":76},{"source":531,"target":96},{"source":529,"target":17},{"source":77,"target":0},{"source":77,"target":17},{"source":77,"target":532},{"source":77,"target":533},{"source":532,"target":8},{"source":532,"target":534},{"source":532,"target":77},{"source":534,"target":8},{"source":533,"target":17},{"source":78,"target":0},{"source":78,"target":17},{"source":78,"target":535},{"source":78,"target":536},{"source":78,"target":537},{"source":78,"target":538},{"source":535,"target":8},{"source":535,"target":539},{"source":535,"target":78},{"source":539,"target":8},{"source":536,"target":8},{"source":536,"target":540},{"source":536,"target":78},{"source":540,"target":8},{"source":537,"target":20},{"source":537,"target":541},{"source":537,"target":78},{"source":541,"target":20},{"source":538,"target":17},{"source":79,"target":0},{"source":79,"target":17},{"source":79,"target":542},{"source":79,"target":543},{"source":79,"target":544},{"source":542,"target":8},{"source":542,"target":545},{"source":542,"target":79},{"source":545,"target":8},{"source":543,"target":546},{"source":543,"target":79},{"source":544,"target":17},{"source":80,"target":0},{"source":80,"target":17},{"source":80,"target":547},{"source":80,"target":548},{"source":80,"target":549},{"source":547,"target":8},{"source":547,"target":550},{"source":547,"target":80},{"source":550,"target":8},{"source":548,"target":17},{"source":548,"target":551},{"source":548,"target":80},{"source":551,"target":17},{"source":549,"target":17},{"source":81,"target":0},{"source":81,"target":17},{"source":81,"target":552},{"source":81,"target":553},{"source":81,"target":554},{"source":552,"target":66},{"source":552,"target":555},{"source":552,"target":81},{"source":555,"target":66},{"source":553,"target":8},{"source":553,"target":556},{"source":553,"target":81},{"source":556,"target":8},{"source":554,"target":17},{"source":82,"target":0},{"source":82,"target":17},{"source":82,"target":557},{"source":82,"target":558},{"source":557,"target":8},{"source":557,"target":559},{"source":557,"target":82},{"source":559,"target":8},{"source":558,"target":17},{"source":83,"target":0},{"source":83,"target":17},{"source":83,"target":560},{"source":83,"target":561},{"source":83,"target":562},{"source":83,"target":563},{"source":560,"target":5},{"source":560,"target":564},{"source":560,"target":83},{"source":564,"target":5},{"source":561,"target":66},{"source":561,"target":565},{"source":561,"target":83},{"source":565,"target":66},{"source":562,"target":66},{"source":562,"target":566},{"source":562,"target":83},{"source":566,"target":66},{"source":563,"target":17},{"source":84,"target":0},{"source":84,"target":17},{"source":84,"target":567},{"source":84,"target":568},{"source":567,"target":23},{"source":567,"target":569},{"source":567,"target":84},{"source":569,"target":23},{"source":568,"target":17},{"source":85,"target":0},{"source":85,"target":17},{"source":85,"target":570},{"source":85,"target":571},{"source":85,"target":572},{"source":85,"target":573},{"source":570,"target":94},{"source":570,"target":574},{"source":570,"target":85},{"source":574,"target":94},{"source":571,"target":14},{"source":571,"target":575},{"source":571,"target":85},{"source":575,"target":14},{"source":572,"target":20},{"source":572,"target":576},{"source":572,"target":85},{"source":576,"target":20},{"source":573,"target":17},{"source":86,"target":0},{"source":86,"target":17},{"source":86,"target":577},{"source":86,"target":578},{"source":86,"target":579},{"source":577,"target":17},{"source":577,"target":580},{"source":577,"target":86},{"source":580,"target":17},{"source":578,"target":8},{"source":578,"target":581},{"source":578,"target":86},{"source":581,"target":8},{"source":579,"target":17},{"source":87,"target":0},{"source":87,"target":20},{"source":87,"target":582},{"source":87,"target":583},{"source":87,"target":584},{"source":87,"target":585},{"source":582,"target":20},{"source":582,"target":586},{"source":582,"target":87},{"source":586,"target":20},{"source":583,"target":587},{"source":583,"target":87},{"source":584,"target":20},{"source":584,"target":588},{"source":584,"target":87},{"source":588,"target":20},{"source":585,"target":20},{"source":88,"target":0},{"source":88,"target":20},{"source":88,"target":589},{"source":88,"target":590},{"source":88,"target":591},{"source":589,"target":20},{"source":589,"target":592},{"source":589,"target":88},{"source":592,"target":20},{"source":590,"target":20},{"source":590,"target":593},{"source":590,"target":88},{"source":593,"target":20},{"source":591,"target":20},{"source":89,"target":0},{"source":89,"target":20},{"source":89,"target":594},{"source":89,"target":595},{"source":594,"target":596},{"source":594,"target":89},{"source":595,"target":20},{"source":90,"target":0},{"source":90,"target":20},{"source":90,"target":597},{"source":90,"target":598},{"source":90,"target":599},{"source":597,"target":96},{"source":597,"target":600},{"source":597,"target":90},{"source":600,"target":96},{"source":598,"target":20},{"source":598,"target":601},{"source":598,"target":90},{"source":601,"target":20},{"source":599,"target":20},{"source":91,"target":0},{"source":91,"target":20},{"source":91,"target":602},{"source":91,"target":603},{"source":602,"target":51},{"source":602,"target":604},{"source":602,"target":91},{"source":604,"target":51},{"source":603,"target":20},{"source":92,"target":0},{"source":92,"target":20},{"source":92,"target":605},{"source":92,"target":606},{"source":92,"target":607},{"source":605,"target":20},{"source":605,"target":608},{"source":605,"target":92},{"source":608,"target":20},{"source":606,"target":609},{"source":606,"target":92},{"source":607,"target":20},{"source":93,"target":0},{"source":93,"target":22},{"source":93,"target":610},{"source":93,"target":611},{"source":93,"target":612},{"source":93,"target":613},{"source":610,"target":20},{"source":610,"target":614},{"source":610,"target":93},{"source":614,"target":20},{"source":611,"target":615},{"source":611,"target":93},{"source":612,"target":14},{"source":612,"target":616},{"source":612,"target":93},{"source":616,"target":14},{"source":613,"target":22},{"source":94,"target":0},{"source":94,"target":22},{"source":94,"target":617},{"source":617,"target":22},{"source":95,"target":0},{"source":95,"target":51},{"source":95,"target":618},{"source":95,"target":619},{"source":95,"target":620},{"source":618,"target":96},{"source":618,"target":621},{"source":618,"target":95},{"source":621,"target":96},{"source":619,"target":51},{"source":619,"target":622},{"source":619,"target":95},{"source":622,"target":51},{"source":620,"target":51},{"source":96,"target":0},{"source":96,"target":51},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":626},{"source":623,"target":96},{"source":624,"target":627},{"source":624,"target":96},{"source":625,"target":51},{"source":97,"target":0},{"source":97,"target":35},{"source":97,"target":628},{"source":628,"target":35},{"source":98,"target":0},{"source":98,"target":35},{"source":98,"target":629},{"source":98,"target":630},{"source":629,"target":11},{"source":629,"target":631},{"source":629,"target":98},{"source":631,"target":11},{"source":630,"target":35},{"source":99,"target":0},{"source":99,"target":35},{"source":99,"target":632},{"source":99,"target":633},{"source":632,"target":8},{"source":632,"target":634},{"source":632,"target":99},{"source":634,"target":8},{"source":633,"target":35}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/GRaViTY-Tool/gravity-tool-emoflon-hipe/org.gravity.typegraph.basic/model/Basic.ecore | basic
TAccess
tTarget
tSource
staticType
TClass
getTMethodDefinitions
getDeclaredTMethodDefinitions
getAllTMembers
getAllTMembersInContainer
getAllChildren
isSubTypeOf
tType
isSuperTypeOf
tType
getAllOutgoingAccesses
signature
hasAParentThisTMember
member
getResolvedParentClass
toString
getParents
hasCommonSuperType
tType
parentClass
childClasses
implements
TField
signatures
pg
TFieldDefinition
getSignature
hiding
hiddenBy
TFieldSignature
getSignatureString
getTDefinition
defining
getFieldDefinitions
field
type
TCall
TMember
getSignatureString
definedBy
accessedBy
tAccessing
tModifier
signature
TMethod
getSignature
returnType
parameterTypes
signatures
pg
TMethodDefinition
toString
getSignature
overriding
overriddenBy
overloading
overloadedBy
returnType
syntethicMethods
TMethodSignature
getSignatureString
getTDefinition
defining
toString
isThisSignature
returnType
parameterTypes
getMethodDefinitions
method
returnType
parameters
firstParameter
TPackage
getFullyQualifiedName
getAllOwnedTypes
getAllOwnedClasses
getBasePackage
pg
subpackage
parent
classes
interfaces
ownedTypes
typeGraph
tName
TParameter
next
previous
type
TSignature
getSignatureString
getTDefinition
defining
definitions
TypeGraph
getDeclaredTClasses
toString
getPackage
namespace
getPackage
namespace
getClass
fullyQualifiedName
getInterface
fullyQualifiedName
getMethod
name
getField
fullyQualifiedName
getSignature
signature
packages
methods
fields
classes
interfaces
ownedTypes
tAnnotationTypes
tName
TInterface
isSubTypeOf
tType
isSuperTypeOf
tType
hasCommonSuperType
tType
implementedBy
parentInterfaces
childInterfaces
TAbstractType
isSuperTypeOf
tType
isSubTypeOf
tType
isDeclared
getFullyQualifiedName
getTMethodSignature
signature
getTMethodDefinition
signature
getBasePackage
getTDefinition
signature
getTDefinition
signatureString
hasTMember
member
hasCommonSuperType
tType
fillSameType
list
isInnerType
tAbstractType
getRealPackage
type
pg
package
signature
defines
tLib
tName
tModifier
innerTypes
outerType
TRead
TWrite
TModifier
tVisibility
isStatic
TSyntethicMethod
getSignature
originalMethodDefinition
TUnresolvedType
TName
tName
TFlow
flowOwner
TAbstractFlowElement
ownedFlows
incomingFlows
outgoingFlows
TReadWrite
TConstructor
TEnum
TVisibility
TPrivate
TPrivate
TPackage
TPackage
TProtected
TProtected
TPublic
TPublic
containers
TTypeContainer
tAbstractTypes
TAccessContainer
tAccessEdges
TMemberContainer
tMembers
TClassContainer
tClass
TFieldContainer
tFields
TFieldDefinitionContainer
tFieldDefinitions
TFieldSignatureContainer
tFieldSignatures
TSignatureContainer
tSignatures
TMethodDefinitionContainer
tMethodDefinitions
annotations
TAnnotationValue
tKey
tValue
TTextAnnotation
text
TAnnotation
getValue
key
tAnnotated
type
tValues
TAnnotationType
isSubTypeOf
tType
isSuperTypeOf
tType
annotations
TAnnotatable
getTAnnotation
tType
tAnnotation
TTextNode
tText
TNumberNode
tNumber
TBoolNode
value
TClassNode
tClass | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="basic" nsURI="http://www.gravity-tool.org/typegraph/basic" nsPrefix="org.gravity.typegraph.basic">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.gravity.typegraph"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TAccess" abstract="true" eSuperTypes="#//TAbstractFlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tTarget" lowerBound="1"
eType="#//TMember" eOpposite="#//TMember/accessedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tSource" lowerBound="1"
eType="#//TMember" eOpposite="#//TMember/tAccessing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticType" eType="#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TClass" eSuperTypes="#//TAbstractType">
<eOperations name="getTMethodDefinitions" eType="#//containers/TMethodDefinitionContainer"/>
<eOperations name="getDeclaredTMethodDefinitions" upperBound="-1" eType="#//TMethodDefinition"/>
<eOperations name="getAllTMembers" upperBound="-1" eType="#//TMember"/>
<eOperations name="getAllTMembersInContainer" eType="#//containers/TMemberContainer"/>
<eOperations name="getAllChildren" upperBound="-1" eType="#//TClass"/>
<eOperations name="isSubTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="getAllOutgoingAccesses" upperBound="-1" eType="#//TMember">
<eParameters name="signature" eType="#//TSignature"/>
</eOperations>
<eOperations name="hasAParentThisTMember" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="member" eType="#//TMember"/>
</eOperations>
<eOperations name="getResolvedParentClass" eType="#//TClass"/>
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getParents" upperBound="-1" eType="#//TClass"/>
<eOperations name="hasCommonSuperType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentClass" eType="#//TClass"
eOpposite="#//TClass/childClasses"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childClasses" upperBound="-1"
eType="#//TClass" eOpposite="#//TClass/parentClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1"
eType="#//TInterface" eOpposite="#//TInterface/implementedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TField" eSuperTypes="#//TName">
<eStructuralFeatures xsi:type="ecore:EReference" name="signatures" upperBound="-1"
eType="#//TFieldSignature" containment="true" eOpposite="#//TFieldSignature/field"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pg" lowerBound="1" eType="#//TypeGraph"
eOpposite="#//TypeGraph/fields"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldDefinition" eSuperTypes="#//TMember">
<eOperations name="getSignature" eType="#//TFieldSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiding" eType="#//TFieldDefinition"
eOpposite="#//TFieldDefinition/hiddenBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiddenBy" upperBound="-1"
eType="#//TFieldDefinition" eOpposite="#//TFieldDefinition/hiding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldSignature" eSuperTypes="#//TSignature">
<eOperations name="getSignatureString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getTDefinition" eType="#//TFieldDefinition">
<eParameters name="defining" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="getFieldDefinitions" upperBound="-1" eType="#//TFieldDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//TField"
eOpposite="#//TField/signatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TCall" eSuperTypes="#//TAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="TMember" abstract="true" eSuperTypes="#//annotations/TAnnotatable #//TAbstractFlowElement">
<eOperations name="getSignatureString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" lowerBound="1"
eType="#//TAbstractType" eOpposite="#//TAbstractType/defines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessedBy" upperBound="-1"
eType="#//TAccess" eOpposite="#//TAccess/tTarget"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tAccessing" upperBound="-1"
eType="#//TAccess" containment="true" eOpposite="#//TAccess/tSource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tModifier" eType="#//TModifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1"
eType="#//TSignature" eOpposite="#//TSignature/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethod" eSuperTypes="#//TName">
<eOperations name="getSignature" eType="#//TMethodSignature">
<eParameters name="returnType" eType="#//TAbstractType"/>
<eParameters name="parameterTypes" upperBound="-1" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="signatures" upperBound="-1"
eType="#//TMethodSignature" containment="true" eOpposite="#//TMethodSignature/method"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pg" lowerBound="1" eType="#//TypeGraph"
eOpposite="#//TypeGraph/methods"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethodDefinition" eSuperTypes="#//TMember">
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getSignature" eType="#//TMethodSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overriding" eType="#//TMethodDefinition"
eOpposite="#//TMethodDefinition/overriddenBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overriddenBy" upperBound="-1"
eType="#//TMethodDefinition" eOpposite="#//TMethodDefinition/overriding"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overloading" upperBound="-1"
eType="#//TMethodDefinition" eOpposite="#//TMethodDefinition/overloadedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overloadedBy" upperBound="-1"
eType="#//TMethodDefinition" eOpposite="#//TMethodDefinition/overloading"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TAbstractType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntethicMethods" upperBound="-1"
eType="#//TSyntethicMethod" eOpposite="#//TSyntethicMethod/originalMethodDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethodSignature" eSuperTypes="#//TSignature">
<eOperations name="getSignatureString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getTDefinition" eType="#//TMethodDefinition">
<eParameters name="defining" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="isThisSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="returnType" eType="#//TAbstractType"/>
<eParameters name="parameterTypes" upperBound="-1" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="getMethodDefinitions" upperBound="-1" eType="#//TMethodDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//TMethod" eOpposite="#//TMethod/signatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TAbstractType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//TParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstParameter" eType="#//TParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TPackage" eSuperTypes="#//annotations/TAnnotatable">
<eOperations name="getFullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getAllOwnedTypes" upperBound="-1" eType="#//TAbstractType"/>
<eOperations name="getAllOwnedClasses" upperBound="-1" eType="#//TClass"/>
<eOperations name="getBasePackage" eType="#//TPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pg" eType="#//TypeGraph"
eOpposite="#//TypeGraph/packages"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subpackage" upperBound="-1"
eType="#//TPackage" containment="true" eOpposite="#//TPackage/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TPackage"
eOpposite="#//TPackage/subpackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//TClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//TInterface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTypes" upperBound="-1"
eType="#//TAbstractType" eOpposite="#//TAbstractType/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeGraph" lowerBound="1"
eType="#//TypeGraph"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TParameter" eSuperTypes="#//annotations/TAnnotatable #//TAbstractFlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//TParameter"
eOpposite="#//TParameter/previous"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//TParameter"
eOpposite="#//TParameter/next"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TSignature" abstract="true" interface="true"
eSuperTypes="#//annotations/TAnnotatable #//TAbstractFlowElement">
<eOperations name="getSignatureString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getTDefinition" eType="#//TMember">
<eParameters name="defining" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//TMember" containment="true" eOpposite="#//TMember/signature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeGraph" eSuperTypes="#//annotations/TAnnotatable">
<eOperations name="getDeclaredTClasses" upperBound="-1" eType="#//TClass"/>
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getPackage" eType="#//TPackage">
<eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getPackage" eType="#//TPackage">
<eParameters name="namespace" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getClass" eType="#//TClass">
<eParameters name="fullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getInterface" eType="#//TInterface">
<eParameters name="fullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMethod" eType="#//TMethod">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getField" eType="#//TField">
<eParameters name="fullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getSignature" eType="#//TSignature">
<eParameters name="signature" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//TPackage" containment="true" eOpposite="#//TPackage/pg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//TMethod" containment="true" eOpposite="#//TMethod/pg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//TField" containment="true" eOpposite="#//TField/pg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//TClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//TInterface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTypes" upperBound="-1"
eType="#//TAbstractType" containment="true" eOpposite="#//TAbstractType/pg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tAnnotationTypes" upperBound="-1"
eType="#//annotations/TAnnotationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TInterface" eSuperTypes="#//TAbstractType">
<eOperations name="isSubTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="hasCommonSuperType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementedBy" upperBound="-1"
eType="#//TClass" eOpposite="#//TClass/implements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentInterfaces" upperBound="-1"
eType="#//TInterface" eOpposite="#//TInterface/childInterfaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childInterfaces" upperBound="-1"
eType="#//TInterface" eOpposite="#//TInterface/parentInterfaces"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAbstractType" abstract="true" eSuperTypes="#//annotations/TAnnotatable">
<eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isSubTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isDeclared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getFullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getTMethodSignature" eType="#//TMethodSignature">
<eParameters name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getTMethodDefinition" eType="#//TMethodDefinition">
<eParameters name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBasePackage" eType="#//TPackage"/>
<eOperations name="getTDefinition" eType="#//TMember">
<eParameters name="signature" eType="#//TSignature"/>
</eOperations>
<eOperations name="getTDefinition" eType="#//TMember">
<eParameters name="signatureString" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="hasTMember" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="member" eType="#//TMember"/>
</eOperations>
<eOperations name="hasCommonSuperType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="fillSameType">
<eParameters name="list" upperBound="-1" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isInnerType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tAbstractType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="getRealPackage" eType="#//TPackage">
<eParameters name="type" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pg" lowerBound="1" eType="#//TypeGraph"
eOpposite="#//TypeGraph/ownedTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//TPackage"
eOpposite="#//TPackage/ownedTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" upperBound="-1"
eType="#//TSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1"
eType="#//TMember" eOpposite="#//TMember/definedBy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tLib" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tModifier" eType="#//TModifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerTypes" upperBound="-1"
eType="#//TAbstractType" eOpposite="#//TAbstractType/outerType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerType" eType="#//TAbstractType"
eOpposite="#//TAbstractType/innerTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TRead" eSuperTypes="#//TAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="TWrite" eSuperTypes="#//TAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="TModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tVisibility" eType="#//TVisibility"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TSyntethicMethod" eSuperTypes="#//TMember">
<eOperations name="getSignature" eType="#//TMethodSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalMethodDefinition"
lowerBound="1" eType="#//TMethodDefinition" eOpposite="#//TMethodDefinition/syntethicMethods"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TUnresolvedType" eSuperTypes="#//TClass #//TInterface"/>
<eClassifiers xsi:type="ecore:EClass" name="TName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFlow" eSuperTypes="#//TAbstractFlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="flowOwner" lowerBound="1"
eType="#//TAbstractFlowElement" eOpposite="#//TAbstractFlowElement/ownedFlows"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAbstractFlowElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlows" upperBound="-1"
eType="#//TFlow" containment="true" eOpposite="#//TFlow/flowOwner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingFlows" upperBound="-1"
eType="#//TAbstractFlowElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingFlows" upperBound="-1"
eType="#//TAbstractFlowElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TReadWrite" eSuperTypes="#//TAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="TConstructor" eSuperTypes="#//annotations/TAnnotation"/>
<eClassifiers xsi:type="ecore:EClass" name="TEnum" eSuperTypes="#//annotations/TAnnotation"/>
<eClassifiers xsi:type="ecore:EEnum" name="TVisibility">
<eLiterals name="TPrivate"/>
<eLiterals name="TPackage" value="1"/>
<eLiterals name="TProtected" value="2"/>
<eLiterals name="TPublic" value="3"/>
</eClassifiers>
<eSubpackages name="containers" nsURI="http://www.gravity-tool.org/typegraph/basic#//containers"
nsPrefix="containers">
<eClassifiers xsi:type="ecore:EClass" name="TTypeContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tAbstractTypes" upperBound="-1"
eType="#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAccessContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tAccessEdges" upperBound="-1"
eType="#//TAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMemberContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tMembers" upperBound="-1"
eType="#//TMember"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TClassContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tClass" upperBound="-1"
eType="#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tFields" upperBound="-1"
eType="#//TField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldDefinitionContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tFieldDefinitions" upperBound="-1"
eType="#//TFieldDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldSignatureContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tFieldSignatures" upperBound="-1"
eType="#//TFieldSignature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TSignatureContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tSignatures" upperBound="-1"
eType="#//TSignature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethodDefinitionContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="tMethodDefinitions" upperBound="-1"
eType="#//TMethodDefinition"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="annotations" nsURI="http://www.gravity-tool.org/typegraph/basic#//annotations"
nsPrefix="annotations">
<eClassifiers xsi:type="ecore:EClass" name="TAnnotationValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tKey" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tValue" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TTextAnnotation" eSuperTypes="#//annotations/TAnnotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAnnotation" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eOperations name="getValue" eType="#//annotations/TAnnotationValue">
<eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tAnnotated" lowerBound="1"
eType="#//annotations/TAnnotatable" eOpposite="#//annotations/TAnnotatable/tAnnotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//annotations/TAnnotationType" eOpposite="#//annotations/TAnnotationType/annotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tValues" upperBound="-1"
eType="#//annotations/TAnnotationValue" containment="true" eKeys="#//annotations/TAnnotationValue/tKey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAnnotationType" eSuperTypes="#//TAbstractType">
<eOperations name="isSubTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="tType" eType="#//TAbstractType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//annotations/TAnnotation" eOpposite="#//annotations/TAnnotation/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TAnnotatable" abstract="true">
<eOperations name="getTAnnotation" upperBound="-1" eType="#//annotations/TAnnotation">
<eParameters name="tType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tAnnotation" upperBound="-1"
eType="#//annotations/TAnnotation" containment="true" eOpposite="#//annotations/TAnnotation/tAnnotated"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TTextNode" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tText" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TNumberNode" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TBoolNode" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<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="TClassNode" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="tClass" eType="#//TAbstractType"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"org.gravity.typegraph.basic","nsURI":"http://www.gravity-tool.org/typegraph/basic","name":"basic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAccess","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TField","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldSignature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TCall","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMember","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethod","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethodDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethodSignature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPackage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TParameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSignature","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeGraph","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TInterface","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAbstractType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRead","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TWrite","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TModifier","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSyntethicMethod","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TUnresolvedType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TName","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFlow","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAbstractFlowElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TReadWrite","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TConstructor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TEnum","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TVisibility","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"containers","nsURI":"http://www.gravity-tool.org/typegraph/basic#//containers","name":"containers","id":29,"eClass":"EPackage"},{"nsPrefix":"annotations","nsURI":"http://www.gravity-tool.org/typegraph/basic#//annotations","name":"annotations","id":30,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"tSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"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":"tAccessing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTMethodDefinitions","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredTMethodDefinitions","lowerBound":0,"id":41,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllTMembers","lowerBound":0,"id":42,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllTMembersInContainer","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllChildren","lowerBound":0,"id":44,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubTypeOf","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllOutgoingAccesses","lowerBound":0,"id":47,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasAParentThisTMember","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResolvedParentClass","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParents","lowerBound":0,"id":51,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCommonSuperType","lowerBound":0,"id":52,"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":"parentClass","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":"childClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethodDefinitionContainer","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMemberContainer","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":"pg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":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":92,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignature","lowerBound":0,"id":93,"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":"hiding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hiddenBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignatureString","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTDefinition","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFieldDefinitions","lowerBound":0,"id":102,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"defining","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAnnotatable","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignatureString","lowerBound":0,"id":114,"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":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tModifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":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":127,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignature","lowerBound":0,"id":128,"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":"signatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":"pg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"returnType","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"parameterTypes","lowerBound":0,"id":134,"many":true,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignature","lowerBound":0,"id":142,"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":"overriding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overriddenBy","changeable":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"overloading","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overloadedBy","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"syntethicMethods","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"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalMethodDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignatureString","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTDefinition","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isThisSignature","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMethodDefinitions","lowerBound":0,"id":163,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"defining","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"returnType","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"parameterTypes","lowerBound":0,"id":175,"many":true,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullyQualifiedName","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllOwnedTypes","lowerBound":0,"id":184,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllOwnedClasses","lowerBound":0,"id":185,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBasePackage","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"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":"ownedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"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":"typeGraph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tName","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignatureString","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTDefinition","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"defining","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredTClasses","lowerBound":0,"id":227,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPackage","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPackage","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClass","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInterface","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMethod","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignature","lowerBound":0,"id":235,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","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":"ownedTypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"tAnnotationTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"namespace","lowerBound":0,"id":248,"many":true,"required":false,"eClass":"EParameter"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fullyQualifiedName","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fullyQualifiedName","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fullyQualifiedName","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"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":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":"pg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAnnotationType","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubTypeOf","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCommonSuperType","lowerBound":0,"id":277,"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":"parentInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childInterfaces","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":"tType","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EParameter"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubTypeOf","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDeclared","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullyQualifiedName","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTMethodSignature","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTMethodDefinition","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBasePackage","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTDefinition","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTDefinition","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasTMember","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCommonSuperType","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fillSameType","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInnerType","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRealPackage","lowerBound":0,"id":306,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"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":"tLib","changeable":true,"lowerBound":1,"iD":false,"id":308,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tModifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"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":"innerTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerType","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":"tType","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EParameter"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"signatureString","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"list","lowerBound":0,"id":341,"many":true,"required":false,"eClass":"EParameter"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tAbstractType","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":347,"many":false,"required":false,"eClass":"EParameter"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tVisibility","changeable":true,"lowerBound":0,"iD":false,"id":360,"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":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSignature","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"id":371,"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":"flowOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"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":"incomingFlows","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingFlows","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAnnotation","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"name":"TPrivate","id":385,"value":0,"literal":"TPrivate","eClass":"EEnumLiteral"},{"name":"TPackage","id":386,"value":1,"literal":"TPackage","eClass":"EEnumLiteral"},{"name":"TProtected","id":387,"value":2,"literal":"TProtected","eClass":"EEnumLiteral"},{"name":"TPublic","id":388,"value":3,"literal":"TPublic","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TTypeContainer","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAccessContainer","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TClassContainer","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldContainer","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldDefinitionContainer","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldSignatureContainer","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSignatureContainer","instanceClass":null,"abstract":false,"id":395,"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":"tAbstractTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tAccessEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tFieldDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tFieldSignatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tSignatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tMethodDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAnnotationValue","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TTextAnnotation","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TTextNode","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TNumberNode","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TBoolNode","instanceClass":null,"abstract":false,"id":418,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TClassNode","instanceClass":null,"abstract":false,"id":419,"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":"tKey","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EOperation"},{"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":"tAnnotated","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"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":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EParameter"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubTypeOf","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EOperation"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EParameter"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTAnnotation","lowerBound":0,"id":450,"many":true,"required":false,"eClass":"EOperation"},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tType","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":"tText","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tNumber","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"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":"tClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"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":24},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":31,"target":7},{"source":31,"target":35},{"source":31,"target":1},{"source":31,"target":36},{"source":35,"target":7},{"source":32,"target":7},{"source":32,"target":37},{"source":32,"target":1},{"source":32,"target":38},{"source":37,"target":7},{"source":33,"target":16},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":16},{"source":34,"target":24},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":40,"target":57},{"source":40,"target":58},{"source":40,"target":2},{"source":58,"target":57},{"source":41,"target":9},{"source":41,"target":59},{"source":41,"target":2},{"source":59,"target":9},{"source":42,"target":7},{"source":42,"target":60},{"source":42,"target":2},{"source":60,"target":7},{"source":43,"target":61},{"source":43,"target":62},{"source":43,"target":2},{"source":62,"target":61},{"source":44,"target":2},{"source":44,"target":63},{"source":44,"target":2},{"source":63,"target":2},{"source":45,"target":64},{"source":45,"target":2},{"source":45,"target":65},{"source":65,"target":16},{"source":65,"target":66},{"source":65,"target":45},{"source":66,"target":16},{"source":46,"target":67},{"source":46,"target":2},{"source":46,"target":68},{"source":68,"target":16},{"source":68,"target":69},{"source":68,"target":46},{"source":69,"target":16},{"source":47,"target":7},{"source":47,"target":70},{"source":47,"target":2},{"source":47,"target":71},{"source":70,"target":7},{"source":71,"target":13},{"source":71,"target":72},{"source":71,"target":47},{"source":72,"target":13},{"source":48,"target":73},{"source":48,"target":2},{"source":48,"target":74},{"source":74,"target":7},{"source":74,"target":75},{"source":74,"target":48},{"source":75,"target":7},{"source":49,"target":2},{"source":49,"target":76},{"source":49,"target":2},{"source":76,"target":2},{"source":50,"target":77},{"source":50,"target":2},{"source":51,"target":2},{"source":51,"target":78},{"source":51,"target":2},{"source":78,"target":2},{"source":52,"target":79},{"source":52,"target":2},{"source":52,"target":80},{"source":80,"target":16},{"source":80,"target":81},{"source":80,"target":52},{"source":81,"target":16},{"source":53,"target":2},{"source":53,"target":82},{"source":53,"target":2},{"source":53,"target":54},{"source":82,"target":2},{"source":54,"target":2},{"source":54,"target":83},{"source":54,"target":2},{"source":54,"target":53},{"source":83,"target":2},{"source":55,"target":15},{"source":55,"target":84},{"source":55,"target":2},{"source":55,"target":85},{"source":84,"target":15},{"source":56,"target":16},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":86,"target":5},{"source":86,"target":89},{"source":86,"target":3},{"source":86,"target":90},{"source":89,"target":5},{"source":87,"target":14},{"source":87,"target":91},{"source":87,"target":3},{"source":87,"target":92},{"source":91,"target":14},{"source":88,"target":22},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":93,"target":5},{"source":93,"target":97},{"source":93,"target":4},{"source":97,"target":5},{"source":94,"target":4},{"source":94,"target":98},{"source":94,"target":4},{"source":94,"target":95},{"source":98,"target":4},{"source":95,"target":4},{"source":95,"target":99},{"source":95,"target":4},{"source":95,"target":94},{"source":99,"target":4},{"source":96,"target":7},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":90},{"source":5,"target":103},{"source":5,"target":104},{"source":100,"target":105},{"source":100,"target":5},{"source":101,"target":4},{"source":101,"target":106},{"source":101,"target":5},{"source":101,"target":107},{"source":106,"target":4},{"source":107,"target":16},{"source":107,"target":108},{"source":107,"target":101},{"source":108,"target":16},{"source":102,"target":4},{"source":102,"target":109},{"source":102,"target":5},{"source":109,"target":4},{"source":90,"target":3},{"source":90,"target":110},{"source":90,"target":5},{"source":90,"target":86},{"source":110,"target":3},{"source":103,"target":16},{"source":103,"target":111},{"source":103,"target":5},{"source":111,"target":16},{"source":104,"target":13},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":112},{"source":112,"target":1},{"source":7,"target":0},{"source":7,"target":113},{"source":7,"target":24},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":36},{"source":7,"target":38},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":114,"target":120},{"source":114,"target":7},{"source":115,"target":16},{"source":115,"target":121},{"source":115,"target":7},{"source":115,"target":122},{"source":121,"target":16},{"source":36,"target":1},{"source":36,"target":123},{"source":36,"target":7},{"source":36,"target":31},{"source":123,"target":1},{"source":38,"target":1},{"source":38,"target":124},{"source":38,"target":7},{"source":38,"target":32},{"source":124,"target":1},{"source":116,"target":19},{"source":116,"target":125},{"source":116,"target":7},{"source":125,"target":19},{"source":117,"target":13},{"source":117,"target":126},{"source":117,"target":7},{"source":117,"target":127},{"source":126,"target":13},{"source":118,"target":113},{"source":119,"target":24},{"source":8,"target":0},{"source":8,"target":22},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":128,"target":10},{"source":128,"target":132},{"source":128,"target":8},{"source":128,"target":133},{"source":128,"target":134},{"source":132,"target":10},{"source":133,"target":16},{"source":133,"target":135},{"source":133,"target":128},{"source":135,"target":16},{"source":134,"target":16},{"source":134,"target":136},{"source":134,"target":128},{"source":136,"target":16},{"source":129,"target":10},{"source":129,"target":137},{"source":129,"target":8},{"source":129,"target":138},{"source":137,"target":10},{"source":130,"target":14},{"source":130,"target":139},{"source":130,"target":8},{"source":130,"target":140},{"source":139,"target":14},{"source":131,"target":22},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":141,"target":150},{"source":141,"target":9},{"source":142,"target":10},{"source":142,"target":151},{"source":142,"target":9},{"source":151,"target":10},{"source":143,"target":9},{"source":143,"target":152},{"source":143,"target":9},{"source":143,"target":144},{"source":152,"target":9},{"source":144,"target":9},{"source":144,"target":153},{"source":144,"target":9},{"source":144,"target":143},{"source":153,"target":9},{"source":145,"target":9},{"source":145,"target":154},{"source":145,"target":9},{"source":145,"target":146},{"source":154,"target":9},{"source":146,"target":9},{"source":146,"target":155},{"source":146,"target":9},{"source":146,"target":145},{"source":155,"target":9},{"source":147,"target":16},{"source":147,"target":156},{"source":147,"target":9},{"source":156,"target":16},{"source":148,"target":20},{"source":148,"target":157},{"source":148,"target":9},{"source":148,"target":158},{"source":157,"target":20},{"source":149,"target":7},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":159},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":10,"target":163},{"source":10,"target":138},{"source":10,"target":164},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":159,"target":168},{"source":159,"target":10},{"source":160,"target":9},{"source":160,"target":169},{"source":160,"target":10},{"source":160,"target":170},{"source":169,"target":9},{"source":170,"target":16},{"source":170,"target":171},{"source":170,"target":160},{"source":171,"target":16},{"source":161,"target":172},{"source":161,"target":10},{"source":162,"target":173},{"source":162,"target":10},{"source":162,"target":174},{"source":162,"target":175},{"source":174,"target":16},{"source":174,"target":176},{"source":174,"target":162},{"source":176,"target":16},{"source":175,"target":16},{"source":175,"target":177},{"source":175,"target":162},{"source":177,"target":16},{"source":163,"target":9},{"source":163,"target":178},{"source":163,"target":10},{"source":178,"target":9},{"source":138,"target":8},{"source":138,"target":179},{"source":138,"target":10},{"source":138,"target":129},{"source":179,"target":8},{"source":164,"target":16},{"source":164,"target":180},{"source":164,"target":10},{"source":180,"target":16},{"source":165,"target":12},{"source":165,"target":181},{"source":165,"target":10},{"source":181,"target":12},{"source":166,"target":12},{"source":166,"target":182},{"source":166,"target":10},{"source":182,"target":12},{"source":167,"target":13},{"source":11,"target":0},{"source":11,"target":113},{"source":11,"target":183},{"source":11,"target":184},{"source":11,"target":185},{"source":11,"target":186},{"source":11,"target":187},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":183,"target":196},{"source":183,"target":11},{"source":184,"target":16},{"source":184,"target":197},{"source":184,"target":11},{"source":197,"target":16},{"source":185,"target":2},{"source":185,"target":198},{"source":185,"target":11},{"source":198,"target":2},{"source":186,"target":11},{"source":186,"target":199},{"source":186,"target":11},{"source":199,"target":11},{"source":187,"target":14},{"source":187,"target":200},{"source":187,"target":11},{"source":187,"target":201},{"source":200,"target":14},{"source":188,"target":11},{"source":188,"target":202},{"source":188,"target":11},{"source":188,"target":189},{"source":202,"target":11},{"source":189,"target":11},{"source":189,"target":203},{"source":189,"target":11},{"source":189,"target":188},{"source":203,"target":11},{"source":190,"target":2},{"source":190,"target":204},{"source":190,"target":11},{"source":204,"target":2},{"source":191,"target":15},{"source":191,"target":205},{"source":191,"target":11},{"source":205,"target":15},{"source":192,"target":16},{"source":192,"target":206},{"source":192,"target":11},{"source":192,"target":207},{"source":206,"target":16},{"source":193,"target":14},{"source":193,"target":208},{"source":193,"target":11},{"source":208,"target":14},{"source":194,"target":209},{"source":194,"target":11},{"source":195,"target":113},{"source":12,"target":0},{"source":12,"target":113},{"source":12,"target":24},{"source":12,"target":210},{"source":12,"target":211},{"source":12,"target":212},{"source":12,"target":213},{"source":12,"target":214},{"source":210,"target":12},{"source":210,"target":215},{"source":210,"target":12},{"source":210,"target":211},{"source":215,"target":12},{"source":211,"target":12},{"source":211,"target":216},{"source":211,"target":12},{"source":211,"target":210},{"source":216,"target":12},{"source":212,"target":16},{"source":212,"target":217},{"source":212,"target":12},{"source":217,"target":16},{"source":213,"target":113},{"source":214,"target":24},{"source":13,"target":0},{"source":13,"target":113},{"source":13,"target":24},{"source":13,"target":218},{"source":13,"target":219},{"source":13,"target":127},{"source":13,"target":220},{"source":13,"target":221},{"source":218,"target":222},{"source":218,"target":13},{"source":219,"target":7},{"source":219,"target":223},{"source":219,"target":13},{"source":219,"target":224},{"source":223,"target":7},{"source":224,"target":16},{"source":224,"target":225},{"source":224,"target":219},{"source":225,"target":16},{"source":127,"target":7},{"source":127,"target":226},{"source":127,"target":13},{"source":127,"target":117},{"source":226,"target":7},{"source":220,"target":113},{"source":221,"target":24},{"source":14,"target":0},{"source":14,"target":113},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":201},{"source":14,"target":140},{"source":14,"target":92},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":14,"target":239},{"source":14,"target":240},{"source":14,"target":241},{"source":227,"target":2},{"source":227,"target":242},{"source":227,"target":14},{"source":242,"target":2},{"source":228,"target":243},{"source":228,"target":14},{"source":229,"target":11},{"source":229,"target":244},{"source":229,"target":14},{"source":229,"target":245},{"source":244,"target":11},{"source":245,"target":246},{"source":245,"target":229},{"source":230,"target":11},{"source":230,"target":247},{"source":230,"target":14},{"source":230,"target":248},{"source":247,"target":11},{"source":248,"target":249},{"source":248,"target":230},{"source":231,"target":2},{"source":231,"target":250},{"source":231,"target":14},{"source":231,"target":251},{"source":250,"target":2},{"source":251,"target":252},{"source":251,"target":231},{"source":232,"target":15},{"source":232,"target":253},{"source":232,"target":14},{"source":232,"target":254},{"source":253,"target":15},{"source":254,"target":255},{"source":254,"target":232},{"source":233,"target":8},{"source":233,"target":256},{"source":233,"target":14},{"source":233,"target":257},{"source":256,"target":8},{"source":257,"target":258},{"source":257,"target":233},{"source":234,"target":3},{"source":234,"target":259},{"source":234,"target":14},{"source":234,"target":260},{"source":259,"target":3},{"source":260,"target":261},{"source":260,"target":234},{"source":235,"target":13},{"source":235,"target":262},{"source":235,"target":14},{"source":235,"target":263},{"source":262,"target":13},{"source":263,"target":264},{"source":263,"target":235},{"source":201,"target":11},{"source":201,"target":265},{"source":201,"target":14},{"source":201,"target":187},{"source":265,"target":11},{"source":140,"target":8},{"source":140,"target":266},{"source":140,"target":14},{"source":140,"target":130},{"source":266,"target":8},{"source":92,"target":3},{"source":92,"target":267},{"source":92,"target":14},{"source":92,"target":87},{"source":267,"target":3},{"source":236,"target":2},{"source":236,"target":268},{"source":236,"target":14},{"source":268,"target":2},{"source":237,"target":15},{"source":237,"target":269},{"source":237,"target":14},{"source":269,"target":15},{"source":238,"target":16},{"source":238,"target":270},{"source":238,"target":14},{"source":238,"target":271},{"source":270,"target":16},{"source":239,"target":272},{"source":239,"target":273},{"source":239,"target":14},{"source":273,"target":272},{"source":240,"target":274},{"source":240,"target":14},{"source":241,"target":113},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":275},{"source":15,"target":276},{"source":15,"target":277},{"source":15,"target":85},{"source":15,"target":278},{"source":15,"target":279},{"source":15,"target":280},{"source":275,"target":281},{"source":275,"target":15},{"source":275,"target":282},{"source":282,"target":16},{"source":282,"target":283},{"source":282,"target":275},{"source":283,"target":16},{"source":276,"target":284},{"source":276,"target":15},{"source":276,"target":285},{"source":285,"target":16},{"source":285,"target":286},{"source":285,"target":276},{"source":286,"target":16},{"source":277,"target":287},{"source":277,"target":15},{"source":277,"target":288},{"source":288,"target":16},{"source":288,"target":289},{"source":288,"target":277},{"source":289,"target":16},{"source":85,"target":2},{"source":85,"target":290},{"source":85,"target":15},{"source":85,"target":55},{"source":290,"target":2},{"source":278,"target":15},{"source":278,"target":291},{"source":278,"target":15},{"source":278,"target":279},{"source":291,"target":15},{"source":279,"target":15},{"source":279,"target":292},{"source":279,"target":15},{"source":279,"target":278},{"source":292,"target":15},{"source":280,"target":16},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":293},{"source":16,"target":294},{"source":16,"target":295},{"source":16,"target":296},{"source":16,"target":297},{"source":16,"target":298},{"source":16,"target":299},{"source":16,"target":300},{"source":16,"target":301},{"source":16,"target":302},{"source":16,"target":303},{"source":16,"target":304},{"source":16,"target":305},{"source":16,"target":306},{"source":16,"target":271},{"source":16,"target":207},{"source":16,"target":307},{"source":16,"target":122},{"source":16,"target":308},{"source":16,"target":309},{"source":16,"target":310},{"source":16,"target":311},{"source":16,"target":312},{"source":16,"target":313},{"source":293,"target":314},{"source":293,"target":16},{"source":293,"target":315},{"source":315,"target":16},{"source":315,"target":316},{"source":315,"target":293},{"source":316,"target":16},{"source":294,"target":317},{"source":294,"target":16},{"source":294,"target":318},{"source":318,"target":16},{"source":318,"target":319},{"source":318,"target":294},{"source":319,"target":16},{"source":295,"target":320},{"source":295,"target":16},{"source":296,"target":321},{"source":296,"target":16},{"source":297,"target":10},{"source":297,"target":322},{"source":297,"target":16},{"source":297,"target":323},{"source":322,"target":10},{"source":323,"target":324},{"source":323,"target":297},{"source":298,"target":9},{"source":298,"target":325},{"source":298,"target":16},{"source":298,"target":326},{"source":325,"target":9},{"source":326,"target":327},{"source":326,"target":298},{"source":299,"target":11},{"source":299,"target":328},{"source":299,"target":16},{"source":328,"target":11},{"source":300,"target":7},{"source":300,"target":329},{"source":300,"target":16},{"source":300,"target":330},{"source":329,"target":7},{"source":330,"target":13},{"source":330,"target":331},{"source":330,"target":300},{"source":331,"target":13},{"source":301,"target":7},{"source":301,"target":332},{"source":301,"target":16},{"source":301,"target":333},{"source":332,"target":7},{"source":333,"target":334},{"source":333,"target":301},{"source":302,"target":335},{"source":302,"target":16},{"source":302,"target":336},{"source":336,"target":7},{"source":336,"target":337},{"source":336,"target":302},{"source":337,"target":7},{"source":303,"target":338},{"source":303,"target":16},{"source":303,"target":339},{"source":339,"target":16},{"source":339,"target":340},{"source":339,"target":303},{"source":340,"target":16},{"source":304,"target":16},{"source":304,"target":341},{"source":341,"target":16},{"source":341,"target":342},{"source":341,"target":304},{"source":342,"target":16},{"source":305,"target":343},{"source":305,"target":16},{"source":305,"target":344},{"source":344,"target":16},{"source":344,"target":345},{"source":344,"target":305},{"source":345,"target":16},{"source":306,"target":11},{"source":306,"target":346},{"source":306,"target":16},{"source":306,"target":347},{"source":346,"target":11},{"source":347,"target":16},{"source":347,"target":348},{"source":347,"target":306},{"source":348,"target":16},{"source":271,"target":14},{"source":271,"target":349},{"source":271,"target":16},{"source":271,"target":238},{"source":349,"target":14},{"source":207,"target":11},{"source":207,"target":350},{"source":207,"target":16},{"source":207,"target":192},{"source":350,"target":11},{"source":307,"target":13},{"source":307,"target":351},{"source":307,"target":16},{"source":351,"target":13},{"source":122,"target":7},{"source":122,"target":352},{"source":122,"target":16},{"source":122,"target":115},{"source":352,"target":7},{"source":308,"target":353},{"source":308,"target":16},{"source":309,"target":354},{"source":309,"target":16},{"source":310,"target":19},{"source":310,"target":355},{"source":310,"target":16},{"source":355,"target":19},{"source":311,"target":16},{"source":311,"target":356},{"source":311,"target":16},{"source":311,"target":312},{"source":356,"target":16},{"source":312,"target":16},{"source":312,"target":357},{"source":312,"target":16},{"source":312,"target":311},{"source":357,"target":16},{"source":313,"target":113},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":358},{"source":358,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":359},{"source":359,"target":1},{"source":19,"target":0},{"source":19,"target":360},{"source":19,"target":361},{"source":360,"target":28},{"source":360,"target":362},{"source":360,"target":19},{"source":362,"target":28},{"source":361,"target":363},{"source":361,"target":19},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":364},{"source":20,"target":158},{"source":20,"target":365},{"source":364,"target":10},{"source":364,"target":366},{"source":364,"target":20},{"source":366,"target":10},{"source":158,"target":9},{"source":158,"target":367},{"source":158,"target":20},{"source":158,"target":148},{"source":367,"target":9},{"source":365,"target":7},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":15},{"source":21,"target":368},{"source":21,"target":369},{"source":368,"target":2},{"source":369,"target":15},{"source":22,"target":0},{"source":22,"target":370},{"source":370,"target":371},{"source":370,"target":22},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":372},{"source":23,"target":373},{"source":372,"target":24},{"source":372,"target":374},{"source":372,"target":23},{"source":372,"target":375},{"source":374,"target":24},{"source":373,"target":24},{"source":24,"target":0},{"source":24,"target":375},{"source":24,"target":376},{"source":24,"target":377},{"source":375,"target":23},{"source":375,"target":378},{"source":375,"target":24},{"source":375,"target":372},{"source":378,"target":23},{"source":376,"target":24},{"source":376,"target":379},{"source":376,"target":24},{"source":379,"target":24},{"source":377,"target":24},{"source":377,"target":380},{"source":377,"target":24},{"source":380,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":381},{"source":381,"target":1},{"source":26,"target":0},{"source":26,"target":382},{"source":26,"target":383},{"source":383,"target":382},{"source":27,"target":0},{"source":27,"target":382},{"source":27,"target":384},{"source":384,"target":382},{"source":28,"target":0},{"source":28,"target":385},{"source":28,"target":386},{"source":28,"target":387},{"source":28,"target":388},{"source":385,"target":28},{"source":386,"target":28},{"source":387,"target":28},{"source":388,"target":28},{"source":29,"target":389},{"source":29,"target":390},{"source":29,"target":61},{"source":29,"target":391},{"source":29,"target":392},{"source":29,"target":393},{"source":29,"target":394},{"source":29,"target":395},{"source":29,"target":57},{"source":29,"target":0},{"source":389,"target":29},{"source":389,"target":396},{"source":396,"target":16},{"source":396,"target":397},{"source":396,"target":389},{"source":397,"target":16},{"source":390,"target":29},{"source":390,"target":398},{"source":398,"target":1},{"source":398,"target":399},{"source":398,"target":390},{"source":399,"target":1},{"source":61,"target":29},{"source":61,"target":400},{"source":400,"target":7},{"source":400,"target":401},{"source":400,"target":61},{"source":401,"target":7},{"source":391,"target":29},{"source":391,"target":402},{"source":402,"target":2},{"source":402,"target":403},{"source":402,"target":391},{"source":403,"target":2},{"source":392,"target":29},{"source":392,"target":404},{"source":404,"target":3},{"source":404,"target":405},{"source":404,"target":392},{"source":405,"target":3},{"source":393,"target":29},{"source":393,"target":406},{"source":406,"target":4},{"source":406,"target":407},{"source":406,"target":393},{"source":407,"target":4},{"source":394,"target":29},{"source":394,"target":408},{"source":408,"target":5},{"source":408,"target":409},{"source":408,"target":394},{"source":409,"target":5},{"source":395,"target":29},{"source":395,"target":410},{"source":410,"target":13},{"source":410,"target":411},{"source":410,"target":395},{"source":411,"target":13},{"source":57,"target":29},{"source":57,"target":412},{"source":412,"target":9},{"source":412,"target":413},{"source":412,"target":57},{"source":413,"target":9},{"source":30,"target":414},{"source":30,"target":415},{"source":30,"target":382},{"source":30,"target":272},{"source":30,"target":113},{"source":30,"target":416},{"source":30,"target":417},{"source":30,"target":418},{"source":30,"target":419},{"source":30,"target":0},{"source":414,"target":30},{"source":414,"target":420},{"source":414,"target":421},{"source":420,"target":422},{"source":420,"target":414},{"source":421,"target":423},{"source":421,"target":414},{"source":415,"target":30},{"source":415,"target":382},{"source":415,"target":424},{"source":415,"target":425},{"source":424,"target":426},{"source":424,"target":415},{"source":425,"target":382},{"source":382,"target":30},{"source":382,"target":427},{"source":382,"target":428},{"source":382,"target":429},{"source":382,"target":430},{"source":382,"target":431},{"source":427,"target":414},{"source":427,"target":432},{"source":427,"target":382},{"source":427,"target":433},{"source":432,"target":414},{"source":433,"target":434},{"source":433,"target":427},{"source":428,"target":113},{"source":428,"target":435},{"source":428,"target":382},{"source":428,"target":436},{"source":435,"target":113},{"source":429,"target":272},{"source":429,"target":437},{"source":429,"target":382},{"source":429,"target":438},{"source":437,"target":272},{"source":430,"target":414},{"source":430,"target":439},{"source":430,"target":382},{"source":430,"target":420},{"source":439,"target":414},{"source":272,"target":30},{"source":272,"target":16},{"source":272,"target":440},{"source":272,"target":441},{"source":272,"target":438},{"source":272,"target":442},{"source":440,"target":443},{"source":440,"target":272},{"source":440,"target":444},{"source":444,"target":16},{"source":444,"target":445},{"source":444,"target":440},{"source":445,"target":16},{"source":441,"target":446},{"source":441,"target":272},{"source":441,"target":447},{"source":447,"target":16},{"source":447,"target":448},{"source":447,"target":441},{"source":448,"target":16},{"source":438,"target":382},{"source":438,"target":449},{"source":438,"target":272},{"source":438,"target":429},{"source":449,"target":382},{"source":442,"target":16},{"source":113,"target":30},{"source":113,"target":450},{"source":113,"target":436},{"source":450,"target":382},{"source":450,"target":451},{"source":450,"target":113},{"source":450,"target":452},{"source":451,"target":382},{"source":452,"target":453},{"source":452,"target":450},{"source":436,"target":382},{"source":436,"target":454},{"source":436,"target":113},{"source":436,"target":428},{"source":454,"target":382},{"source":416,"target":30},{"source":416,"target":455},{"source":416,"target":456},{"source":455,"target":457},{"source":455,"target":416},{"source":417,"target":30},{"source":417,"target":458},{"source":417,"target":459},{"source":458,"target":460},{"source":458,"target":417},{"source":418,"target":30},{"source":418,"target":461},{"source":418,"target":462},{"source":461,"target":463},{"source":461,"target":418},{"source":419,"target":30},{"source":419,"target":464},{"source":419,"target":465},{"source":464,"target":16},{"source":464,"target":466},{"source":464,"target":419},{"source":466,"target":16}],"multigraph":true} | ecore |
petrinet | repo-ecore-all/data/MeysamKarimi/MDEMGTT/MDEMGTT/PetriNet.ecore | petriNet
LocatedElement
location
NamedElement
name
PetriNet
elements
arcs
Element
net
Place
incomingArc
outgoingArc
Transition
incomingArc
outgoingArc
Arc
weight
net
PlaceToTransition
from
to
TransitionToPlace
from
to | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petriNet" nsURI="http://petrinet/1.0" nsPrefix="petriNet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1"
eType="#//Arc" containment="true" eOpposite="#//Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/arcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/incomingArc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/incomingArc"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"petriNet","nsURI":"http://petrinet/1.0","name":"petriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":11},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":18,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":7},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":15},{"source":23,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":9},{"source":24,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":27,"target":9},{"source":25,"target":8},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":29,"target":8},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":31,"target":35},{"source":34,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":36,"target":9},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":38},{"source":7,"target":21},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":21,"target":3},{"source":21,"target":41},{"source":21,"target":7},{"source":21,"target":16},{"source":41,"target":3},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":35},{"source":8,"target":42},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":8},{"source":30,"target":25},{"source":43,"target":5},{"source":35,"target":6},{"source":35,"target":44},{"source":35,"target":8},{"source":35,"target":31},{"source":44,"target":6},{"source":42,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":9,"target":28},{"source":9,"target":45},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":9},{"source":37,"target":32},{"source":46,"target":6},{"source":28,"target":5},{"source":28,"target":47},{"source":28,"target":9},{"source":28,"target":24},{"source":47,"target":5},{"source":45,"target":7}],"multigraph":true} | ecore |
families | repo-ecore-all/data/titouanc/softarch/assignment4/FamiliesToPerson/ExtendedFamilies.ecore | ExtendedFamilies
Family
lastName
isSingleParent
members
noOfChildren
Person
firstName
family
children
parents
Male
Female | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ExtendedFamilies" nsURI="platform:/resource/FamiliesToPerson/ExtendedFamilies.ecore"
nsPrefix="ExtendedFamilies">
<eClassifiers xsi:type="ecore:EClass" name="Family">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSingleParent" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Person" containment="true" eOpposite="#//Person/family"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noOfChildren" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="family" eType="#//Family"
eOpposite="#//Family/members"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Person" eOpposite="#//Person/parents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="2"
eType="#//Person" eOpposite="#//Person/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Female" eSuperTypes="#//Person"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"ExtendedFamilies","nsURI":"platform:/resource/FamiliesToPerson/ExtendedFamilies.ecore","name":"ExtendedFamilies","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":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Male","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Female","instanceClass":null,"abstract":false,"id":4,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":5,"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":"isSingleParent","changeable":true,"lowerBound":1,"iD":false,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"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":"noOfChildren","changeable":true,"lowerBound":0,"iD":false,"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":"family","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":"firstName","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"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":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":12},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":2},{"source":12,"target":7},{"source":18,"target":1},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":15,"target":16},{"source":19,"target":2},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":15},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":21},{"source":21,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":22},{"source":22,"target":2}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/RobertDuda/incremental_transformation/de.hu_berlin.informatik.ctmc.model/model/ctmc.ecore | ctmc
CTMC
name
states
State
name
exitRate
labels
out
in
Transition
name
probability
duration
from
to
Label
text
state | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ctmc" nsURI="http://www.example.org/ctmc" nsPrefix="ctmc">
<eClassifiers xsi:type="ecore:EClass" name="CTMC">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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:EAttribute" name="exitRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//Label" containment="true" eOpposite="#//Label/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Transition"
containment="true" eOpposite="#//Transition/from"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Transition"
eOpposite="#//Transition/to"/>
</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:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//State"
eOpposite="#//State/out"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//State"
eOpposite="#//State/in"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"
eOpposite="#//State/labels"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"ctmc","nsURI":"http://www.example.org/ctmc","name":"ctmc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTMC","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":null,"defaultValue":null,"instanceClassName":null,"name":"Label","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitRate","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","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":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"probability","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"duration","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"},{"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":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":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":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":9,"target":14},{"source":9,"target":2},{"source":10,"target":15},{"source":10,"target":2},{"source":11,"target":4},{"source":11,"target":16},{"source":11,"target":2},{"source":11,"target":17},{"source":16,"target":4},{"source":12,"target":3},{"source":12,"target":18},{"source":12,"target":2},{"source":12,"target":19},{"source":18,"target":3},{"source":13,"target":3},{"source":13,"target":20},{"source":13,"target":2},{"source":13,"target":21},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":19},{"source":3,"target":21},{"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":19,"target":2},{"source":19,"target":28},{"source":19,"target":3},{"source":19,"target":12},{"source":28,"target":2},{"source":21,"target":2},{"source":21,"target":29},{"source":21,"target":3},{"source":21,"target":13},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":17},{"source":30,"target":31},{"source":30,"target":4},{"source":17,"target":2},{"source":17,"target":32},{"source":17,"target":4},{"source":17,"target":11},{"source":32,"target":2}],"multigraph":true} | ecore |
graph | repo-ecore-all/data/lowcoupling/DotEditor/com.lowcoupling.dotEditor/src-gen/com/lowcoupling/dotEditor/Dot.ecore | dot
GraphModel
graph
Graph
name
UndirectedGraph
edge
DirectedGraph
edge
UnDirectedEdge
src
tgt
attributes
DirectedEdge
src
tgt
attributes
Attribute
weight
Node
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="dot" nsURI="http://www.lowcoupling.com/dotEditor/Dot" nsPrefix="dot">
<eClassifiers xsi:type="ecore:EClass" name="GraphModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="graph" upperBound="-1"
eType="#//Graph" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graph">
<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="UndirectedGraph" eSuperTypes="#//Graph">
<eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-1" eType="#//UnDirectedEdge"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedGraph" eSuperTypes="#//Graph">
<eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-1" eType="#//DirectedEdge"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnDirectedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<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"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"dot","nsURI":"http://www.lowcoupling.com/dotEditor/Dot","name":"dot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndirectedGraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedGraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnDirectedEdge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedEdge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edge","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tgt","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":"attributes","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":"src","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":"tgt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":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},{"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":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":2},{"source":9,"target":10},{"source":9,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":11,"target":12},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":13},{"source":3,"target":14},{"source":13,"target":5},{"source":13,"target":15},{"source":13,"target":3},{"source":15,"target":5},{"source":14,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":4},{"source":18,"target":6},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":19,"target":8},{"source":19,"target":22},{"source":19,"target":5},{"source":22,"target":8},{"source":20,"target":8},{"source":20,"target":23},{"source":20,"target":5},{"source":23,"target":8},{"source":21,"target":7},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":7},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":25,"target":8},{"source":25,"target":28},{"source":25,"target":6},{"source":28,"target":8},{"source":26,"target":8},{"source":26,"target":29},{"source":26,"target":6},{"source":29,"target":8},{"source":27,"target":7},{"source":27,"target":30},{"source":27,"target":6},{"source":30,"target":7},{"source":7,"target":0},{"source":7,"target":31},{"source":31,"target":32},{"source":31,"target":7},{"source":8,"target":0},{"source":8,"target":33},{"source":33,"target":34},{"source":33,"target":8}],"multigraph":true} | ecore |
webapp | repo-ecore-all/data/casino-mdd/metamodel/UnifiedMetamodel_/unified.ecore | UnifiedMetamodel_
Ejb
LayerSegment
allowToUse
layersegment
name
Dto
Store
UI
Layer
layerSegments
name
RestEntity
Facade
War
Component
layers
relations
name
RelationArch
source
target
name
ArquitectureMetamodel
components
Containers
Pojo
Services
Metamodel
arquitecturemetamodel
domainmetamodel
technologymetamodel
name
Read
Create
sale
exchange
Composition
Operations
operates_on
Module
name
submodule
SpecialEntity
transaction
GeneralEntity
Entity
name
property
RelationDom
source
target
Transaction
operates_on
Submodule
name
operations
entity
DomainMetamodel
module
relationdom
ActionDispatcher
use
name
Router
JSON
MD
CSS
APICall
Directory
purpose
isRoot
directories
files
name
State
action
reducer
use
UIFront
Visualizer
Design
ActionCreator
name
RouterComponent
routes
Container
dispatches
maps
ServicesFront
use
name
isOrganizedIn
Functionality
name
components
state
services
IsOrganizedBy
JS
Action
actiondispatcher
actioncreator
actionDirectory
name
Redux
ReactApp
functionalities
modules
directories
File
type
name
ComponentFront
use
name
inWithin
Reducer
name
catches
reducerDirectory
ModuleFront
name
isPresentIn
TechnologyMetamodel
techback
techfront
JavaApp
jee_project
JEE_Project
name
subproject
NativeClass
primitiveRef
EInterface
name
abstractmethod
Library
name
isNative
nativeclass
annotation
Attribute
name
annotation
type
GenericClass
implement
extends
MethodBack
name
annotation
return
arguments
AbstractClass
abstractmethod
Epackage
name
class
EClass
attribute
name
method
annotation
Annotation
properties
descriptor
Subproject
name
descriptor
package
library
Descriptor
name
path
JavaScript
Util
Reducers
Actions
Back
Front
Property
name
type
AbstractMethod
name
return
arguments | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UnifiedMetamodel_" nsURI="http://UnifiedMetamodel_" nsPrefix="UnifiedMetamodel_">
<eClassifiers xsi:type="ecore:EClass" name="Ejb" eSuperTypes="#//Layer"/>
<eClassifiers xsi:type="ecore:EClass" name="LayerSegment">
<eStructuralFeatures xsi:type="ecore:EReference" name="allowToUse" upperBound="-1"
eType="#//LayerSegment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layersegment" upperBound="-1"
eType="#//LayerSegment" 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="Dto" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Store" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="UI" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Layer">
<eStructuralFeatures xsi:type="ecore:EReference" name="layerSegments" upperBound="-1"
eType="#//LayerSegment" 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="RestEntity" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Facade" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="War" eSuperTypes="#//Layer"/>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" lowerBound="1"
upperBound="-1" eType="#//Layer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" lowerBound="1"
upperBound="-1" eType="#//RelationArch" 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="RelationArch">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Layer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Layer"/>
<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="ArquitectureMetamodel">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//Component" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Containers" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Pojo" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Services" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Metamodel">
<eStructuralFeatures xsi:type="ecore:EReference" name="arquitecturemetamodel"
lowerBound="1" eType="#//ArquitectureMetamodel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainmetamodel" lowerBound="1"
eType="#//DomainMetamodel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="technologymetamodel" lowerBound="1"
eType="#//TechnologyMetamodel" 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="Read" eSuperTypes="#//Operations"/>
<eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//Operations"/>
<eClassifiers xsi:type="ecore:EClass" name="sale" eSuperTypes="#//Transaction"/>
<eClassifiers xsi:type="ecore:EClass" name="exchange" eSuperTypes="#//Transaction"/>
<eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//RelationDom"/>
<eClassifiers xsi:type="ecore:EClass" name="Operations">
<eStructuralFeatures xsi:type="ecore:EReference" name="operates_on" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submodule" lowerBound="1"
upperBound="-1" eType="#//Submodule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecialEntity" eSuperTypes="#//Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="transaction" lowerBound="1"
upperBound="-1" eType="#//Transaction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneralEntity" eSuperTypes="#//Entity"/>
<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:EReference" name="property" lowerBound="1"
upperBound="-1" eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationDom">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transaction">
<eStructuralFeatures xsi:type="ecore:EReference" name="operates_on" lowerBound="1"
upperBound="-1" eType="#//GeneralEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Submodule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" lowerBound="1"
upperBound="-1" eType="#//Operations" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
upperBound="-1" eType="#//Entity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainMetamodel">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1"
upperBound="-1" eType="#//Module" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationdom" lowerBound="1"
upperBound="-1" eType="#//RelationDom" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionDispatcher">
<eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//ActionCreator"/>
<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="Router" eSuperTypes="#//ModuleFront"/>
<eClassifiers xsi:type="ecore:EClass" name="JSON" eSuperTypes="#//File"/>
<eClassifiers xsi:type="ecore:EClass" name="MD" eSuperTypes="#//File"/>
<eClassifiers xsi:type="ecore:EClass" name="CSS" eSuperTypes="#//File"/>
<eClassifiers xsi:type="ecore:EClass" name="APICall" eSuperTypes="#//ModuleFront"/>
<eClassifiers xsi:type="ecore:EClass" name="Directory">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directories" upperBound="-1"
eType="#//Directory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//File" 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="State">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
upperBound="-1" eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reducer" lowerBound="1"
upperBound="-1" eType="#//Reducer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" lowerBound="1" upperBound="-1"
eType="#//ModuleFront"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UIFront" eSuperTypes="#//ComponentFront"/>
<eClassifiers xsi:type="ecore:EClass" name="Visualizer" eSuperTypes="#//UIFront"/>
<eClassifiers xsi:type="ecore:EClass" name="Design" eSuperTypes="#//ModuleFront"/>
<eClassifiers xsi:type="ecore:EClass" name="ActionCreator">
<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="RouterComponent" eSuperTypes="#//UIFront">
<eStructuralFeatures xsi:type="ecore:EReference" name="routes" lowerBound="1"
upperBound="-1" eType="#//UIFront"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//ComponentFront">
<eStructuralFeatures xsi:type="ecore:EReference" name="dispatches" upperBound="-1"
eType="#//ActionDispatcher"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maps" upperBound="-1" eType="#//Reducer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServicesFront">
<eStructuralFeatures xsi:type="ecore:EReference" name="use" lowerBound="1" upperBound="-1"
eType="#//ModuleFront"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isOrganizedIn" eType="#//Directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Functionality">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//ComponentFront" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//State"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" lowerBound="1"
upperBound="-1" eType="#//ServicesFront" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="IsOrganizedBy" lowerBound="1"
eType="#//Directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JS" eSuperTypes="#//File"/>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="actiondispatcher" upperBound="-1"
eType="#//ActionDispatcher" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actioncreator" upperBound="-1"
eType="#//ActionCreator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionDirectory" lowerBound="1"
eType="#//Directory"/>
<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="Redux" eSuperTypes="#//ModuleFront"/>
<eClassifiers xsi:type="ecore:EClass" name="ReactApp">
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" lowerBound="1"
upperBound="-1" eType="#//Functionality" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" lowerBound="1"
upperBound="-1" eType="#//ModuleFront" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directories" lowerBound="1"
upperBound="-1" eType="#//Directory" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="ComponentFront">
<eStructuralFeatures xsi:type="ecore:EReference" name="use" lowerBound="1" upperBound="-1"
eType="#//ModuleFront"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inWithin" lowerBound="1"
eType="#//Directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reducer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1"
eType="#//ActionCreator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reducerDirectory" eType="#//Directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleFront">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isPresentIn" lowerBound="1"
eType="#//Directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyMetamodel">
<eStructuralFeatures xsi:type="ecore:EReference" name="techback" lowerBound="1"
eType="#//JavaApp" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="techfront" lowerBound="1"
eType="#//ReactApp" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaApp">
<eStructuralFeatures xsi:type="ecore:EReference" name="jee_project" lowerBound="1"
upperBound="-1" eType="#//JEE_Project" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JEE_Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subproject" lowerBound="1"
upperBound="-1" eType="#//Subproject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeClass" eSuperTypes="#//EClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EInterface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractmethod" upperBound="-1"
eType="#//AbstractMethod" containment="true"/>
</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:EAttribute" name="isNative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nativeclass" upperBound="-1"
eType="#//NativeClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" upperBound="-1"
eType="#//Annotation" containment="true"/>
</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="annotation" eType="#//Annotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericClass" eSuperTypes="#//EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="implement" upperBound="-1"
eType="#//EInterface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//AbstractClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodBack">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractClass" eSuperTypes="#//EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractmethod" upperBound="-1"
eType="#//AbstractMethod" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="class" lowerBound="1" upperBound="-1"
eType="#//EClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" 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="method" upperBound="-1"
eType="#//MethodBack" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//EClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//Descriptor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subproject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1"
upperBound="-1" eType="#//Descriptor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1"
upperBound="-1" eType="#//Epackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1"
upperBound="-1" eType="#//Library" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Descriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaScript" eSuperTypes="#//Layer"/>
<eClassifiers xsi:type="ecore:EClass" name="Util" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Reducers" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Actions" eSuperTypes="#//LayerSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="#//Component"/>
<eClassifiers xsi:type="ecore:EClass" name="Front" eSuperTypes="#//Component"/>
<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="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMethod">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//EClass"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"UnifiedMetamodel_","nsURI":"http://UnifiedMetamodel_","name":"UnifiedMetamodel_","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ejb","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerSegment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dto","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UI","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestEntity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facade","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"War","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationArch","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArquitectureMetamodel","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Containers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pojo","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Services","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Read","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sale","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exchange","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operations","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialEntity","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralEntity","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDom","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submodule","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainMetamodel","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDispatcher","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSON","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MD","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"APICall","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Directory","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIFront","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visualizer","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Design","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCreator","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouterComponent","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesFront","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Redux","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactApp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentFront","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reducer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleFront","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyMetamodel","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaApp","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JEE_Project","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeClass","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EInterface","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericClass","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBack","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Epackage","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subproject","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaScript","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Util","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reducers","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actions","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Front","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethod","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"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":"allowToUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layersegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layerSegments","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"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":"relations","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"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":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arquitecturemetamodel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"domainmetamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"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":"technologymetamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","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"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operates_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":127,"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":"submodule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"transaction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"operates_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"relationdom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directories","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":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"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":"reducer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"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":"use","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"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":"routes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"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":"dispatches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maps","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"isOrganizedIn","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":199,"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":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"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":"services","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":false,"unsettable":false,"transient":false,"unique":true,"name":"IsOrganizedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actiondispatcher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actioncreator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionDirectory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"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":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":"modules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"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":"directories","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"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":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":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":230,"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":"inWithin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"catches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reducerDirectory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"isPresentIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"techback","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"techfront","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"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":"jee_project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"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":251,"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":"subproject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primitiveRef","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"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":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractmethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNative","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nativeclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"implement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"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":281,"derived":false},{"container":false,"ordered":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":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractmethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"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":309,"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":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"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":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"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":1,"target":0},{"source":1,"target":6},{"source":1,"target":78},{"source":78,"target":6},{"source":2,"target":0},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":79,"target":2},{"source":79,"target":82},{"source":79,"target":2},{"source":82,"target":2},{"source":80,"target":2},{"source":80,"target":83},{"source":80,"target":2},{"source":83,"target":2},{"source":81,"target":84},{"source":81,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":85},{"source":85,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":86},{"source":86,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":87},{"source":87,"target":2},{"source":6,"target":0},{"source":6,"target":88},{"source":6,"target":89},{"source":88,"target":2},{"source":88,"target":90},{"source":88,"target":6},{"source":90,"target":2},{"source":89,"target":91},{"source":89,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":92},{"source":92,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":93},{"source":93,"target":2},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":94},{"source":94,"target":6},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":95,"target":6},{"source":95,"target":98},{"source":95,"target":10},{"source":98,"target":6},{"source":96,"target":11},{"source":96,"target":99},{"source":96,"target":10},{"source":99,"target":11},{"source":97,"target":100},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":101,"target":6},{"source":101,"target":104},{"source":101,"target":11},{"source":104,"target":6},{"source":102,"target":6},{"source":102,"target":105},{"source":102,"target":11},{"source":105,"target":6},{"source":103,"target":106},{"source":103,"target":11},{"source":12,"target":0},{"source":12,"target":107},{"source":107,"target":10},{"source":107,"target":108},{"source":107,"target":12},{"source":108,"target":10},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":109},{"source":109,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":110},{"source":110,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":111},{"source":111,"target":2},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":112,"target":12},{"source":112,"target":116},{"source":112,"target":16},{"source":116,"target":12},{"source":113,"target":30},{"source":113,"target":117},{"source":113,"target":16},{"source":117,"target":30},{"source":114,"target":55},{"source":114,"target":118},{"source":114,"target":16},{"source":118,"target":55},{"source":115,"target":119},{"source":115,"target":16},{"source":17,"target":0},{"source":17,"target":22},{"source":17,"target":120},{"source":120,"target":22},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":121},{"source":121,"target":22},{"source":19,"target":0},{"source":19,"target":28},{"source":19,"target":122},{"source":122,"target":28},{"source":20,"target":0},{"source":20,"target":28},{"source":20,"target":123},{"source":123,"target":28},{"source":21,"target":0},{"source":21,"target":27},{"source":21,"target":124},{"source":124,"target":27},{"source":22,"target":0},{"source":22,"target":125},{"source":125,"target":26},{"source":125,"target":126},{"source":125,"target":22},{"source":126,"target":26},{"source":23,"target":0},{"source":23,"target":127},{"source":23,"target":128},{"source":127,"target":129},{"source":127,"target":23},{"source":128,"target":29},{"source":128,"target":130},{"source":128,"target":23},{"source":130,"target":29},{"source":24,"target":0},{"source":24,"target":26},{"source":24,"target":131},{"source":24,"target":132},{"source":131,"target":28},{"source":131,"target":133},{"source":131,"target":24},{"source":133,"target":28},{"source":132,"target":26},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":134},{"source":134,"target":26},{"source":26,"target":0},{"source":26,"target":135},{"source":26,"target":136},{"source":135,"target":137},{"source":135,"target":26},{"source":136,"target":76},{"source":136,"target":138},{"source":136,"target":26},{"source":138,"target":76},{"source":27,"target":0},{"source":27,"target":139},{"source":27,"target":140},{"source":139,"target":26},{"source":139,"target":141},{"source":139,"target":27},{"source":141,"target":26},{"source":140,"target":26},{"source":140,"target":142},{"source":140,"target":27},{"source":142,"target":26},{"source":28,"target":0},{"source":28,"target":143},{"source":143,"target":25},{"source":143,"target":144},{"source":143,"target":28},{"source":144,"target":25},{"source":29,"target":0},{"source":29,"target":145},{"source":29,"target":146},{"source":29,"target":147},{"source":145,"target":148},{"source":145,"target":29},{"source":146,"target":22},{"source":146,"target":149},{"source":146,"target":29},{"source":149,"target":22},{"source":147,"target":26},{"source":147,"target":150},{"source":147,"target":29},{"source":150,"target":26},{"source":30,"target":0},{"source":30,"target":151},{"source":30,"target":152},{"source":151,"target":23},{"source":151,"target":153},{"source":151,"target":30},{"source":153,"target":23},{"source":152,"target":27},{"source":152,"target":154},{"source":152,"target":30},{"source":154,"target":27},{"source":31,"target":0},{"source":31,"target":155},{"source":31,"target":156},{"source":155,"target":42},{"source":155,"target":157},{"source":155,"target":31},{"source":157,"target":42},{"source":156,"target":158},{"source":156,"target":31},{"source":32,"target":0},{"source":32,"target":54},{"source":32,"target":159},{"source":159,"target":54},{"source":33,"target":0},{"source":33,"target":51},{"source":33,"target":160},{"source":160,"target":51},{"source":34,"target":0},{"source":34,"target":51},{"source":34,"target":161},{"source":161,"target":51},{"source":35,"target":0},{"source":35,"target":51},{"source":35,"target":162},{"source":162,"target":51},{"source":36,"target":0},{"source":36,"target":54},{"source":36,"target":163},{"source":163,"target":54},{"source":37,"target":0},{"source":37,"target":164},{"source":37,"target":165},{"source":37,"target":166},{"source":37,"target":167},{"source":37,"target":168},{"source":164,"target":169},{"source":164,"target":37},{"source":165,"target":170},{"source":165,"target":37},{"source":166,"target":37},{"source":166,"target":171},{"source":166,"target":37},{"source":171,"target":37},{"source":167,"target":51},{"source":167,"target":172},{"source":167,"target":37},{"source":172,"target":51},{"source":168,"target":173},{"source":168,"target":37},{"source":38,"target":0},{"source":38,"target":174},{"source":38,"target":175},{"source":38,"target":176},{"source":174,"target":48},{"source":174,"target":177},{"source":174,"target":38},{"source":177,"target":48},{"source":175,"target":53},{"source":175,"target":178},{"source":175,"target":38},{"source":178,"target":53},{"source":176,"target":54},{"source":176,"target":179},{"source":176,"target":38},{"source":179,"target":54},{"source":39,"target":0},{"source":39,"target":52},{"source":39,"target":180},{"source":180,"target":52},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":181},{"source":181,"target":39},{"source":41,"target":0},{"source":41,"target":54},{"source":41,"target":182},{"source":182,"target":54},{"source":42,"target":0},{"source":42,"target":183},{"source":183,"target":184},{"source":183,"target":42},{"source":43,"target":0},{"source":43,"target":39},{"source":43,"target":185},{"source":43,"target":186},{"source":185,"target":39},{"source":185,"target":187},{"source":185,"target":43},{"source":187,"target":39},{"source":186,"target":39},{"source":44,"target":0},{"source":44,"target":52},{"source":44,"target":188},{"source":44,"target":189},{"source":44,"target":190},{"source":188,"target":31},{"source":188,"target":191},{"source":188,"target":44},{"source":191,"target":31},{"source":189,"target":53},{"source":189,"target":192},{"source":189,"target":44},{"source":192,"target":53},{"source":190,"target":52},{"source":45,"target":0},{"source":45,"target":193},{"source":45,"target":194},{"source":45,"target":195},{"source":193,"target":54},{"source":193,"target":196},{"source":193,"target":45},{"source":196,"target":54},{"source":194,"target":197},{"source":194,"target":45},{"source":195,"target":37},{"source":195,"target":198},{"source":195,"target":45},{"source":198,"target":37},{"source":46,"target":0},{"source":46,"target":199},{"source":46,"target":200},{"source":46,"target":201},{"source":46,"target":202},{"source":46,"target":203},{"source":199,"target":204},{"source":199,"target":46},{"source":200,"target":52},{"source":200,"target":205},{"source":200,"target":46},{"source":205,"target":52},{"source":201,"target":38},{"source":201,"target":206},{"source":201,"target":46},{"source":206,"target":38},{"source":202,"target":45},{"source":202,"target":207},{"source":202,"target":46},{"source":207,"target":45},{"source":203,"target":37},{"source":203,"target":208},{"source":203,"target":46},{"source":208,"target":37},{"source":47,"target":0},{"source":47,"target":51},{"source":47,"target":209},{"source":209,"target":51},{"source":48,"target":0},{"source":48,"target":210},{"source":48,"target":211},{"source":48,"target":212},{"source":48,"target":213},{"source":210,"target":31},{"source":210,"target":214},{"source":210,"target":48},{"source":214,"target":31},{"source":211,"target":42},{"source":211,"target":215},{"source":211,"target":48},{"source":215,"target":42},{"source":212,"target":37},{"source":212,"target":216},{"source":212,"target":48},{"source":216,"target":37},{"source":213,"target":217},{"source":213,"target":48},{"source":49,"target":0},{"source":49,"target":54},{"source":49,"target":218},{"source":218,"target":54},{"source":50,"target":0},{"source":50,"target":219},{"source":50,"target":220},{"source":50,"target":221},{"source":219,"target":46},{"source":219,"target":222},{"source":219,"target":50},{"source":222,"target":46},{"source":220,"target":54},{"source":220,"target":223},{"source":220,"target":50},{"source":223,"target":54},{"source":221,"target":37},{"source":221,"target":224},{"source":221,"target":50},{"source":224,"target":37},{"source":51,"target":0},{"source":51,"target":225},{"source":51,"target":226},{"source":225,"target":227},{"source":225,"target":51},{"source":226,"target":228},{"source":226,"target":51},{"source":52,"target":0},{"source":52,"target":229},{"source":52,"target":230},{"source":52,"target":231},{"source":229,"target":54},{"source":229,"target":232},{"source":229,"target":52},{"source":232,"target":54},{"source":230,"target":233},{"source":230,"target":52},{"source":231,"target":37},{"source":231,"target":234},{"source":231,"target":52},{"source":234,"target":37},{"source":53,"target":0},{"source":53,"target":235},{"source":53,"target":236},{"source":53,"target":237},{"source":235,"target":238},{"source":235,"target":53},{"source":236,"target":42},{"source":236,"target":239},{"source":236,"target":53},{"source":239,"target":42},{"source":237,"target":37},{"source":237,"target":240},{"source":237,"target":53},{"source":240,"target":37},{"source":54,"target":0},{"source":54,"target":241},{"source":54,"target":242},{"source":241,"target":243},{"source":241,"target":54},{"source":242,"target":37},{"source":242,"target":244},{"source":242,"target":54},{"source":244,"target":37},{"source":55,"target":0},{"source":55,"target":245},{"source":55,"target":246},{"source":245,"target":56},{"source":245,"target":247},{"source":245,"target":55},{"source":247,"target":56},{"source":246,"target":50},{"source":246,"target":248},{"source":246,"target":55},{"source":248,"target":50},{"source":56,"target":0},{"source":56,"target":249},{"source":249,"target":57},{"source":249,"target":250},{"source":249,"target":56},{"source":250,"target":57},{"source":57,"target":0},{"source":57,"target":251},{"source":57,"target":252},{"source":251,"target":253},{"source":251,"target":57},{"source":252,"target":68},{"source":252,"target":254},{"source":252,"target":57},{"source":254,"target":68},{"source":58,"target":0},{"source":58,"target":66},{"source":58,"target":255},{"source":58,"target":256},{"source":255,"target":257},{"source":255,"target":58},{"source":256,"target":66},{"source":59,"target":0},{"source":59,"target":258},{"source":59,"target":259},{"source":258,"target":260},{"source":258,"target":59},{"source":259,"target":77},{"source":259,"target":261},{"source":259,"target":59},{"source":261,"target":77},{"source":60,"target":0},{"source":60,"target":262},{"source":60,"target":263},{"source":60,"target":264},{"source":60,"target":265},{"source":262,"target":266},{"source":262,"target":60},{"source":263,"target":267},{"source":263,"target":60},{"source":264,"target":58},{"source":264,"target":268},{"source":264,"target":60},{"source":268,"target":58},{"source":265,"target":67},{"source":265,"target":269},{"source":265,"target":60},{"source":269,"target":67},{"source":61,"target":0},{"source":61,"target":270},{"source":61,"target":271},{"source":61,"target":272},{"source":270,"target":273},{"source":270,"target":61},{"source":271,"target":67},{"source":271,"target":274},{"source":271,"target":61},{"source":274,"target":67},{"source":272,"target":66},{"source":272,"target":275},{"source":272,"target":61},{"source":275,"target":66},{"source":62,"target":0},{"source":62,"target":66},{"source":62,"target":276},{"source":62,"target":277},{"source":62,"target":278},{"source":276,"target":59},{"source":276,"target":279},{"source":276,"target":62},{"source":279,"target":59},{"source":277,"target":64},{"source":277,"target":280},{"source":277,"target":62},{"source":280,"target":64},{"source":278,"target":66},{"source":63,"target":0},{"source":63,"target":281},{"source":63,"target":282},{"source":63,"target":283},{"source":63,"target":284},{"source":281,"target":285},{"source":281,"target":63},{"source":282,"target":67},{"source":282,"target":286},{"source":282,"target":63},{"source":286,"target":67},{"source":283,"target":66},{"source":283,"target":287},{"source":283,"target":63},{"source":287,"target":66},{"source":284,"target":66},{"source":284,"target":288},{"source":284,"target":63},{"source":288,"target":66},{"source":64,"target":0},{"source":64,"target":66},{"source":64,"target":289},{"source":64,"target":290},{"source":289,"target":77},{"source":289,"target":291},{"source":289,"target":64},{"source":291,"target":77},{"source":290,"target":66},{"source":65,"target":0},{"source":65,"target":292},{"source":65,"target":293},{"source":292,"target":294},{"source":292,"target":65},{"source":293,"target":66},{"source":293,"target":295},{"source":293,"target":65},{"source":295,"target":66},{"source":66,"target":0},{"source":66,"target":296},{"source":66,"target":297},{"source":66,"target":298},{"source":66,"target":299},{"source":296,"target":61},{"source":296,"target":300},{"source":296,"target":66},{"source":300,"target":61},{"source":297,"target":301},{"source":297,"target":66},{"source":298,"target":63},{"source":298,"target":302},{"source":298,"target":66},{"source":302,"target":63},{"source":299,"target":67},{"source":299,"target":303},{"source":299,"target":66},{"source":303,"target":67},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":304},{"source":67,"target":305},{"source":67,"target":306},{"source":304,"target":307},{"source":304,"target":67},{"source":305,"target":69},{"source":305,"target":308},{"source":305,"target":67},{"source":308,"target":69},{"source":306,"target":66},{"source":68,"target":0},{"source":68,"target":309},{"source":68,"target":310},{"source":68,"target":311},{"source":68,"target":312},{"source":309,"target":313},{"source":309,"target":68},{"source":310,"target":69},{"source":310,"target":314},{"source":310,"target":68},{"source":314,"target":69},{"source":311,"target":65},{"source":311,"target":315},{"source":311,"target":68},{"source":315,"target":65},{"source":312,"target":60},{"source":312,"target":316},{"source":312,"target":68},{"source":316,"target":60},{"source":69,"target":0},{"source":69,"target":317},{"source":69,"target":318},{"source":317,"target":319},{"source":317,"target":69},{"source":318,"target":320},{"source":318,"target":69},{"source":70,"target":0},{"source":70,"target":6},{"source":70,"target":321},{"source":321,"target":6},{"source":71,"target":0},{"source":71,"target":2},{"source":71,"target":322},{"source":322,"target":2},{"source":72,"target":0},{"source":72,"target":2},{"source":72,"target":323},{"source":323,"target":2},{"source":73,"target":0},{"source":73,"target":2},{"source":73,"target":324},{"source":324,"target":2},{"source":74,"target":0},{"source":74,"target":10},{"source":74,"target":325},{"source":325,"target":10},{"source":75,"target":0},{"source":75,"target":10},{"source":75,"target":326},{"source":326,"target":10},{"source":76,"target":0},{"source":76,"target":327},{"source":76,"target":328},{"source":327,"target":329},{"source":327,"target":76},{"source":328,"target":330},{"source":328,"target":76},{"source":77,"target":0},{"source":77,"target":331},{"source":77,"target":332},{"source":77,"target":333},{"source":331,"target":334},{"source":331,"target":77},{"source":332,"target":66},{"source":332,"target":335},{"source":332,"target":77},{"source":335,"target":66},{"source":333,"target":66},{"source":333,"target":336},{"source":333,"target":77},{"source":336,"target":66}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/NanaEB/BA/not.combined.workspace/org.kermeta.fsm.gmf/model/fsm.ecore | fsm
FSM
state
intialState
State
name
entry
exit
SteadyState
TransientState
Transition
guard
action
target
source
src
String
java.lang.String
java.lang.String
InitialState
SuperState
outTrans
Action
entryLabel
eAction
exitLabel | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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="state" upperBound="-1"
eType="#//State" containment="true" eKeys="#//State/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intialState" lowerBound="1"
eType="#//InitialState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//SuperState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Action"
containment="true" eKeys="#//Action/entryLabel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="#//eAction"
containment="true" eKeys="#//eAction/exitLabel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SteadyState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="TransientState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//SuperState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//SuperState"
eOpposite="#//SuperState/outTrans"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//SuperState"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperState">
<eStructuralFeatures xsi:type="ecore:EReference" name="outTrans" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/src"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entryLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="eAction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exitLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</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":"SteadyState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransientState","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":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"eAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"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"},{"container":false,"ordered":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":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exit","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":"entryLabel","changeable":true,"lowerBound":0,"iD":false,"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":"exitLabel","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"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":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":"action","changeable":true,"lowerBound":0,"iD":false,"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":"target","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outTrans","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":11,"target":14},{"source":13,"target":2},{"source":12,"target":7},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":7},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":14},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":14,"target":19},{"source":14,"target":2},{"source":16,"target":9},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":9},{"source":17,"target":10},{"source":17,"target":22},{"source":17,"target":2},{"source":17,"target":23},{"source":22,"target":10},{"source":18,"target":8},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":25,"target":2},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":26,"target":31},{"source":26,"target":5},{"source":27,"target":32},{"source":27,"target":5},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":5},{"source":33,"target":2},{"source":29,"target":8},{"source":29,"target":34},{"source":29,"target":5},{"source":34,"target":8},{"source":30,"target":8},{"source":30,"target":35},{"source":30,"target":5},{"source":30,"target":36},{"source":35,"target":8},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":37},{"source":37,"target":8},{"source":8,"target":0},{"source":8,"target":36},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":8},{"source":36,"target":30},{"source":38,"target":5},{"source":9,"target":0},{"source":9,"target":21},{"source":21,"target":39},{"source":21,"target":9},{"source":10,"target":0},{"source":10,"target":23},{"source":23,"target":40},{"source":23,"target":10}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/statemachine103.ecore | statemachine103
StateMachine
machineObjects
machineVariables
label
StateMachineObject
label
Transition
source
target
guardLabel
guardExpression
t_actions
State
id
Action
actionLabel
actionStatement
next
StateMachineVariable
type
name
NormalState
s_actions
InitialState
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="statemachine103"
nsURI="http://statemachine103" nsPrefix="_statemachine103">
<eAnnotations source="diagen">
<details key="knownas=State Machine (jastemf)"/>
<details key="origin=http://code.google.com/a/eclipselabs.org/p/jastemf/wiki/Statemachine"/>
<details key="leftparent=nil" value=""/>
<details key="rightparent=nil" value=""/>
<details key="requires=nil" value="simpleworld
adl203"/>
<details key="context=behavior" value="kewords={fsm,behavior,state,transition,action,guard}
related={state*}
Finite State Machine with actions associated to states or to transitions
No composite states
Action statements in transitions or in states
"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="machineObjects" upperBound="-1"
eType="#//StateMachineObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="machineVariables" upperBound="-1"
eType="#//StateMachineVariable" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<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="StateMachineObject" abstract="true">
<eAnnotations source="diagraph">
<details key="label=label"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//StateMachineObject">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="cont=StateMachine.machineObjects"/>
<details key="lsrc=source"/>
<details key="ltrg=target"/>
<details key="label=guardExpression"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guardLabel" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guardExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="t_actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" abstract="true" eSuperTypes="#//StateMachineObject">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=label"/>
<details key="label=id"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=actionStatement"/>
<details key="ref=next"/>
<details key="cont=NormalState.s_actions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachineVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NormalState" eSuperTypes="#//State">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=s_actions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="s_actions" upperBound="-1"
eType="#//Action" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"_statemachine103","nsURI":"http://statemachine103","name":"statemachine103","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":"StateMachineObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","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":"machineObjects","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":"machineVariables","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":"label","changeable":true,"lowerBound":0,"iD":false,"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":"label","changeable":true,"lowerBound":0,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardLabel","changeable":true,"lowerBound":1,"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":"guardExpression","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":"t_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"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":29,"derived":true},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionStatement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"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":"s_actions","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"}],"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":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":11,"target":6},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":6},{"source":12,"target":15},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":17},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":3},{"source":24,"target":4},{"source":19,"target":4},{"source":19,"target":25},{"source":19,"target":3},{"source":25,"target":4},{"source":20,"target":26},{"source":20,"target":3},{"source":21,"target":27},{"source":21,"target":3},{"source":22,"target":5},{"source":22,"target":28},{"source":22,"target":3},{"source":28,"target":5},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":29},{"source":4,"target":30},{"source":29,"target":31},{"source":29,"target":4},{"source":30,"target":2},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":32,"target":35},{"source":32,"target":5},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":5},{"source":37,"target":5},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":40},{"source":38,"target":6},{"source":39,"target":41},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":5},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":5},{"source":43,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":45,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":46},{"source":46,"target":4}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/anatlyzer/a2l/examples/example.uml2er/Metamodels/SimpleUml.ecore | SimpleUml
Class
ownedProperty
superClasses
Property
primitiveType
complexType
isContainment
NamedElement
name
Package
ownedElements | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SimpleUml"
nsURI="http://SimpleUML" nsPrefix="SimpleUml">
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1"
eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainment" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1"
eType="#//Class" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"SimpleUml","nsURI":"http://SimpleUML","name":"SimpleUml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","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":"ownedProperty","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":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"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":"primitiveType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"complexType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"isContainment","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":3},{"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":8,"target":2},{"source":6,"target":1},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":1},{"source":7,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":1},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":18},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":1},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":1},{"source":20,"target":3}],"multigraph":true} | ecore |
services | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/edapt/13042011/services.ecore | services
CFSService
provider
scenario
CIID
commonCIID
localCIID
DerivedResource
values
forecastValues
trendedValues
DistributionEntry
resourceRef
distribution
resourceOrigin
ResourceOriginType
InBound
InBound
OutBound
OutBound
Internal
Internal
ResourceOriginTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RFSService
nodes
toleranceRefs
functionalCategory
Service
cIID
lifecycle
services
serviceForecasts
serviceMonitors
serviceUserRefs
serviceDistribution
serviceCategory
serviceClass
serviceDescription
serviceName
ServiceClassType
Gold
Gold
Silver
Silver
Bronze
Bronze
ServiceClassTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ServiceDistribution
distributionEntries
expressionRefs
ServiceForecast
period
serviceForecastUsers
resourceForecasts
name
revision
ServiceForecastUsers
userValues
serviceUserRef
ServiceMonitor
period
resourceMonitors
name
revision
ServiceProfile
profileResources
name
ServiceUser
serviceProfile
expressionRef
description
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="services" nsURI="http://www.netxforge.com/22102013/services"
nsPrefix="services">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		


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

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		


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

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/edapt">
<details key="historyURI" value="netxstudio.history"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Customer Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Provider attributes holds the entity
							responsible for providing the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Provider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Scenario attribute, holds a scenario for the
							service.

							Examples:
							1. SMS Mobile 2 Mobile
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Scenario"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CIID" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Configuration Item (CI)
				Identifier.
				The CI is used within Configuration Management to
				identify a
				configuration item.
				It can be used as an identifier to
				correlate objects to legacy
				systems.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CI-ID"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commonCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CommonCI_ID attribute holds a Unique number
							indicator in international CMS
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CommonCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The LocalCI_ID attribute holds a Unique
							identifier
							indicator in a local CMS (CI-ID)
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="localCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedResource" eSuperTypes="library.ecore#//BaseResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				TODO
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DerivedResource"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileValues reference, contains
								profile
								values. Profile values are populated with expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Values"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="forecastValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ForecastValues reference, contains forecast
								values. Forecast values are populated with
								expressions, imported
								or
								entered manually.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ForecastValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trendedValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TrendedValues reference, contains trended
								values. Trended values are populated with
								expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TrendedValues"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DistributionEntry" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DistributionEntry"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or 1
								Resource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="distribution" eType="#//DerivedResource"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or
								more DerivedResource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Distribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceOrigin" eType="#//ResourceOriginType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ResourceOrigin"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceOriginType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type"/>
</eAnnotations>
<eLiterals name="InBound"/>
<eLiterals name="OutBound" value="1"/>
<eLiterals name="Internal" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceOriginTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type:Object"/>
<details key="baseType" value="ResourceOrigin_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Resource Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="ecore:EClass operators.ecore#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, references 0 or more Node
								types
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toleranceRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Tolerance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ToleranceRefs reference, refers to 0 or
								more Tolerance types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ToleranceRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The functionalCategory attribute holds the
							category of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="functionalCategory"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a service. A Service has a
				name, a Description, a Category and other information.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Service"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cIID" upperBound="-1" eType="#//CIID"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The CIID reference, contains 0 or more CI-ID
								type. This is to map capacity management with
								other processes in
								the Service Assurance domain.
								(Incident, Problem and Change
								management).
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CIID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Lifecycle reference, contains 0 or 1
								Lifecycle types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Lifecycle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The Services reference, contains 0 or more
								Service types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Services"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecasts" upperBound="-1"
eType="#//ServiceForecast" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceForecasts reference, contains 0 or
								more ServiceForecast types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceMonitors" upperBound="-1"
eType="#//ServiceMonitor" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceMonitors reference, contains 0 or
								more
								ServiceMonitor types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRefs" upperBound="-1"
eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceUserRefs reference, references 0 or
								more ServiceUserRef types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDistribution" eType="#//ServiceDistribution"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistrubution reference, contains 0
								or
								1 ServiceDistribution type
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceDistribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceCategory" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CI Group / OM Service Group (Service Category)
							The
							Service Category is used for a logical cluster of
							the service

							Examples:
							1. Voice/Telephony (peer to peer)
							2. Voice and Video
							conferencing (multi peer)
							3. Content delivery Data delivery
							Messaging
							4. Customer Self Administration
							5. Customer Care
							Administration
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceCategory"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClass" eType="#//ServiceClassType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Offered classes of provided service:
							Gold/Silver/Bronze This is implicite the business priority
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceClass"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDescription attribute, holds the
							Description of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceDescription"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceName attribute, holds the name of the
							service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type"/>
</eAnnotations>
<eLiterals name="Gold"/>
<eLiterals name="Silver" value="1"/>
<eLiterals name="Bronze" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ServiceClassTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type:Object"/>
<details key="baseType" value="ServiceClass_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDistribution" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing how the service is distributed
				across the Nodes.
				How the service is distributed over network depends
				on various factors.

				1. Geographical spread of the service.
				2. Service
				distribution mechanism implemented for functions.
				3. Overall network
				conditions i.e. load or specific node conditions,
				and measures for
				overload.

				The service distribution is derived from the node
				resources. The
				service distribution contains therefor the definition
				of "service resources" and expressions to populate these resources.
				(The expression is expected to add node resource values together
				and
				store the result in the defined Service Resource )

				TODO, The
				distribution should be organized by Function in order to
				present it
				as such. As the resource, is likely a copy of the
				a Function
				resource, we could perhaps keep a reference to the node
				Function,
				from which the service resource is derived through the
				expression.
				Another option, is to resolve the Function, from the
				resource name,
				but this would require additional lookups.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceDistribution"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="distributionEntries" upperBound="-1"
eType="#//DistributionEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DistributionEntries reference, contains 0 or
								more Entries.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DistributionEntries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistributionExpressionRefs
								reference,
								refers to 0 or more Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRefs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecast" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecast. A
				ServiceForecast is a forecast of a service, which
				impacts the
				consumption of resources when using a service. The Forecast
				applies
				to a period, and contains Service forecast users.
				The forecast also
				has a name and a revision
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecast"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecastUsers" upperBound="-1"
eType="#//ServiceForecastUsers" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, contains 0 or more
								ServiceForecastUsers type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecastUsers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceForecasts" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceForecast" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceForcasts reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceForecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							forecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecastUsers" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecastUser. A
				ServiceForecastUser is a user of a service, which
				is forecasted over
				time. It has values and references a ServiceUser.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecastUsers"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="userValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The UserValues reference, contains expected
								service user values for a service.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRef" eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, references 0 or 1
								ServiceUser type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceMonitor" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceMonitor. A
				ServiceMonitoris a monitoring run for a service, which
				has consumed
				resources. The Monitor applies to a period. The monitor
				has a name
				and a revision.

				The Monitor can be seen as a window covering a
				period, for the service,
				and underlying resources.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceMonitor"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceMonitors" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceMonitor" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceMonitors reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceMonitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							monitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceProfile" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the profile of a service. The
				Service profile can be generic for the service or location specific.
				The profile contains service parameters which drive the utilization
				of resources on elements tight to this
				service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceProfile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="profileResources" upperBound="-1"
eType="#//DerivedResource" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileResource reference, contains 0 or
								more Resource types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ProfileResources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceProfile.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceUser" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceUser. A ServiceUser is
				a user of a service, which impacts the consumption of
				resources when
				using a service. A ServiceUser has a profile, and a name.

				Examples:
				1. A Service user postpaid subscriber is defined. It's profile is a
				postpaid subscriber profile with several
				values for.

			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceUser"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceProfile" eType="#//ServiceProfile"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceProfile reference, contains 0 or 1
								ServiceProfile type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceProfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRef" eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExpressionRef reference, refers to 0 or
								1
								Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute, holds the
							Description of the service User.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceUser.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"services","nsURI":"http://www.netxforge.com/22102013/services","name":"services","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CFSService","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIID","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceOriginType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceOriginTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFSService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceClassType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ServiceClassTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDistribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecastUsers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUser","instanceClass":null,"abstract":false,"id":16,"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":"provider","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scenario","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonCIID","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localCIID","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forecastValues","changeable":true,"resolveProxies":false,"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":"trendedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","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":"distribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceOrigin","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"},{"name":"InBound","id":41,"value":0,"literal":"InBound","eClass":"EEnumLiteral"},{"name":"OutBound","id":42,"value":1,"literal":"OutBound","eClass":"EEnumLiteral"},{"name":"Internal","id":43,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toleranceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalCategory","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"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":"cIID","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"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":"services","changeable":true,"resolveProxies":false,"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":"serviceForecasts","changeable":true,"resolveProxies":false,"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":"serviceMonitors","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCategory","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serviceClass","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":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Gold","id":74,"value":0,"literal":"Gold","eClass":"EEnumLiteral"},{"name":"Silver","id":75,"value":1,"literal":"Silver","eClass":"EEnumLiteral"},{"name":"Bronze","id":76,"value":2,"literal":"Bronze","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":"distributionEntries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecastUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"resourceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profileResources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRef","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":"description","changeable":true,"lowerBound":0,"iD":false,"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":"name","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"},{"id":120,"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":8},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":8},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":51,"target":2},{"source":51,"target":63},{"source":51,"target":8},{"source":63,"target":2},{"source":52,"target":64},{"source":52,"target":8},{"source":53,"target":8},{"source":53,"target":65},{"source":53,"target":8},{"source":65,"target":8},{"source":54,"target":12},{"source":54,"target":66},{"source":54,"target":8},{"source":66,"target":12},{"source":55,"target":14},{"source":55,"target":67},{"source":55,"target":8},{"source":67,"target":14},{"source":56,"target":16},{"source":56,"target":68},{"source":56,"target":8},{"source":68,"target":16},{"source":57,"target":11},{"source":57,"target":69},{"source":57,"target":8},{"source":69,"target":11},{"source":58,"target":70},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":9},{"source":60,"target":72},{"source":60,"target":8},{"source":61,"target":73},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":11},{"source":80,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":82,"target":88},{"source":82,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":13},{"source":84,"target":90},{"source":84,"target":12},{"source":85,"target":91},{"source":85,"target":12},{"source":86,"target":92},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":16},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":106},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":15},{"source":110,"target":3},{"source":108,"target":111},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":112,"target":15},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16}],"multigraph":true} | ecore |
metamodelling | repo-ecore-all/data/SvenPeldszus/GravityTTC/TypeGraphBasic/model/TypeGraphBasic.ecore | TypeGraphBasic
TClass
package
signature
defines
parentClass
childClasses
tName
TField
signatures
tName
TFieldDefinition
signature
hiding
hiddenBy
TFieldSignature
definitions
field
type
TMember
access
TMethod
signatures
tName
TMethodDefinition
signature
overriding
overriddenBy
overloading
overloadedBy
returnType
TMethodSignature
method
paramList
definitions
TPackage
containedClasses
subpackage
parent
tName
TParameter
next
previous
tClass
TParameterList
entries
first
TSignature
TypeGraph
packages
methods
fields
classes
tName | <?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="TypeGraphBasic" nsURI="platform:/plugin/TypeGraphBasic/model/TypeGraphBasic.ecore" nsPrefix="TypeGraphBasic">
<eClassifiers xsi:type="ecore:EClass" name="TClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="//TPackage" eOpposite="//TPackage/containedClasses"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" upperBound="-1" eType="//TSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1" eType="//TMember" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentClass" eType="//TClass" eOpposite="//TClass/childClasses"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childClasses" upperBound="-1" eType="//TClass" eOpposite="//TClass/parentClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TField">
<eStructuralFeatures xsi:type="ecore:EReference" name="signatures" upperBound="-1" eType="//TFieldSignature" containment="true" eOpposite="//TFieldSignature/field"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldDefinition" eSuperTypes="//TMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1" eType="//TFieldSignature" eOpposite="//TFieldSignature/definitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiding" eType="//TFieldDefinition" eOpposite="//TFieldDefinition/hiddenBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiddenBy" upperBound="-1" eType="//TFieldDefinition" eOpposite="//TFieldDefinition/hiding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TFieldSignature" eSuperTypes="//TSignature">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="//TFieldDefinition" eOpposite="//TFieldDefinition/signature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="//TField" eOpposite="//TField/signatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMember" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="access" upperBound="-1" eType="//TMember"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethod">
<eStructuralFeatures xsi:type="ecore:EReference" name="signatures" upperBound="-1" eType="//TMethodSignature" containment="true" eOpposite="//TMethodSignature/method"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethodDefinition" eSuperTypes="//TMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1" eType="//TMethodSignature" eOpposite="//TMethodSignature/definitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overriding" eType="//TMethodDefinition" eOpposite="//TMethodDefinition/overriddenBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overriddenBy" upperBound="-1" eType="//TMethodDefinition" eOpposite="//TMethodDefinition/overriding"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overloading" upperBound="-1" eType="//TMethodDefinition" eOpposite="//TMethodDefinition/overloadedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overloadedBy" upperBound="-1" eType="//TMethodDefinition" eOpposite="//TMethodDefinition/overloading"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TMethodSignature" eSuperTypes="//TSignature">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="//TMethod" eOpposite="//TMethod/signatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paramList" eType="//TParameterList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="//TMethodDefinition" eOpposite="//TMethodDefinition/signature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedClasses" upperBound="-1" eType="//TClass" eOpposite="//TClass/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subpackage" upperBound="-1" eType="//TPackage" containment="true" eOpposite="//TPackage/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="//TPackage" eOpposite="//TPackage/subpackage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="//TParameter" eOpposite="//TParameter/previous"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="//TParameter" eOpposite="//TParameter/next"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tClass" lowerBound="1" eType="//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TParameterList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="//TParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="//TParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TSignature" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeGraph">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="//TPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="//TMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="//TField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="//TClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tName" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"TypeGraphBasic","nsURI":"platform:/plugin/TypeGraphBasic/model/TypeGraphBasic.ecore","name":"TypeGraphBasic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TField","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFieldSignature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMember","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethod","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethodDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMethodSignature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPackage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TParameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TParameterList","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSignature","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeGraph","instanceClass":null,"abstract":false,"id":13,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentClass","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":"childClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tName","changeable":true,"lowerBound":1,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"containedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tName","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"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":"field","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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hiding","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hiddenBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"definitions","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"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"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"access","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overriding","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":"overriddenBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overloading","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":false,"unsettable":false,"transient":false,"unique":true,"name":"overloadedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"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":72,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","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":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","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":false,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"methods","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"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":"tName","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":14,"target":9},{"source":14,"target":20},{"source":14,"target":1},{"source":14,"target":21},{"source":20,"target":9},{"source":15,"target":12},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":12},{"source":16,"target":5},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":5},{"source":17,"target":1},{"source":17,"target":24},{"source":17,"target":1},{"source":17,"target":18},{"source":24,"target":1},{"source":18,"target":1},{"source":18,"target":25},{"source":18,"target":1},{"source":18,"target":17},{"source":25,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":29,"target":4},{"source":28,"target":31},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":32,"target":4},{"source":32,"target":36},{"source":32,"target":3},{"source":32,"target":37},{"source":36,"target":4},{"source":33,"target":3},{"source":33,"target":38},{"source":33,"target":3},{"source":33,"target":34},{"source":38,"target":3},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":3},{"source":34,"target":33},{"source":39,"target":3},{"source":35,"target":5},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":37},{"source":4,"target":30},{"source":4,"target":40},{"source":4,"target":41},{"source":37,"target":3},{"source":37,"target":42},{"source":37,"target":4},{"source":37,"target":32},{"source":42,"target":3},{"source":30,"target":2},{"source":30,"target":43},{"source":30,"target":4},{"source":30,"target":27},{"source":43,"target":2},{"source":40,"target":1},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":1},{"source":41,"target":12},{"source":5,"target":0},{"source":5,"target":45},{"source":45,"target":5},{"source":45,"target":46},{"source":45,"target":5},{"source":46,"target":5},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":8},{"source":47,"target":49},{"source":47,"target":6},{"source":47,"target":50},{"source":49,"target":8},{"source":48,"target":51},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":52,"target":8},{"source":52,"target":59},{"source":52,"target":7},{"source":52,"target":60},{"source":59,"target":8},{"source":53,"target":7},{"source":53,"target":61},{"source":53,"target":7},{"source":53,"target":54},{"source":61,"target":7},{"source":54,"target":7},{"source":54,"target":62},{"source":54,"target":7},{"source":54,"target":53},{"source":62,"target":7},{"source":55,"target":7},{"source":55,"target":63},{"source":55,"target":7},{"source":55,"target":56},{"source":63,"target":7},{"source":56,"target":7},{"source":56,"target":64},{"source":56,"target":7},{"source":56,"target":55},{"source":64,"target":7},{"source":57,"target":1},{"source":57,"target":65},{"source":57,"target":7},{"source":65,"target":1},{"source":58,"target":5},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":50},{"source":8,"target":66},{"source":8,"target":60},{"source":8,"target":67},{"source":50,"target":6},{"source":50,"target":68},{"source":50,"target":8},{"source":50,"target":47},{"source":68,"target":6},{"source":66,"target":11},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":11},{"source":60,"target":7},{"source":60,"target":70},{"source":60,"target":8},{"source":60,"target":52},{"source":70,"target":7},{"source":67,"target":12},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":21,"target":1},{"source":21,"target":74},{"source":21,"target":9},{"source":21,"target":14},{"source":74,"target":1},{"source":71,"target":9},{"source":71,"target":75},{"source":71,"target":9},{"source":71,"target":72},{"source":75,"target":9},{"source":72,"target":9},{"source":72,"target":76},{"source":72,"target":9},{"source":72,"target":71},{"source":76,"target":9},{"source":73,"target":77},{"source":73,"target":9},{"source":10,"target":0},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":78,"target":10},{"source":78,"target":81},{"source":78,"target":10},{"source":78,"target":79},{"source":81,"target":10},{"source":79,"target":10},{"source":79,"target":82},{"source":79,"target":10},{"source":79,"target":78},{"source":82,"target":10},{"source":80,"target":1},{"source":80,"target":83},{"source":80,"target":10},{"source":83,"target":1},{"source":11,"target":0},{"source":11,"target":84},{"source":11,"target":85},{"source":84,"target":10},{"source":84,"target":86},{"source":84,"target":11},{"source":86,"target":10},{"source":85,"target":10},{"source":85,"target":87},{"source":85,"target":11},{"source":87,"target":10},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":88,"target":9},{"source":88,"target":93},{"source":88,"target":13},{"source":93,"target":9},{"source":89,"target":6},{"source":89,"target":94},{"source":89,"target":13},{"source":94,"target":6},{"source":90,"target":2},{"source":90,"target":95},{"source":90,"target":13},{"source":95,"target":2},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":13},{"source":96,"target":1},{"source":92,"target":97},{"source":92,"target":13}],"multigraph":true} | ecore |
relational | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/db.ecore | db
NamedElement
name
Database
contents
DatabaseElement
database
Table
columns
primaryKeys
Column
table
type
ForeignKey
parent
child
isMany | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="db"
nsURI="http://db" nsPrefix="_db">
<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="Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//DatabaseElement" containment="true" eOpposite="#//DatabaseElement/database"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatabaseElement" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//Database"
eOpposite="#//Database/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" containment="true" eOpposite="#//Column/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeys" upperBound="-1"
eType="#//Column"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//Table"
eOpposite="#//Table/columns"/>
<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="ForeignKey" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//Column"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"_db","nsURI":"http://db","name":"db","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":"Database","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","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,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","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"},{"container":false,"ordered":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":9,"derived":false},{"id":10,"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":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"columns","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":"primaryKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","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":"isMany","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"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":7,"target":8},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":3},{"source":9,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":10,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":3},{"source":11,"target":9},{"source":13,"target":2},{"source":12,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":14,"target":5},{"source":14,"target":17},{"source":14,"target":4},{"source":14,"target":18},{"source":17,"target":5},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":4},{"source":19,"target":5},{"source":16,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":5},{"source":18,"target":14},{"source":22,"target":4},{"source":20,"target":23},{"source":20,"target":5},{"source":21,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":6},{"source":28,"target":5},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":6},{"source":29,"target":5},{"source":26,"target":30},{"source":26,"target":6},{"source":27,"target":3}],"multigraph":true} | ecore |
petrinet | repo-ecore-all/data/LorenzoBettini/edelta/edelta.parent/edelta.examples/model/Petrinet.ecore | petrinet
NamedElement
name
Net
places
transitions
Place
net
dst
src
Transition
net
src
dst | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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://gssi.it/petrinet" nsPrefix="petrinet">
<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="Net" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1"
eType="#//Place" containment="true" eOpposite="#//Place/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net"
eOpposite="#//Net/places"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dst" upperBound="-1" eType="#//Transition"
eOpposite="#//Transition/src"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" upperBound="-1" eType="#//Transition"
eOpposite="#//Transition/dst"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net"
eOpposite="#//Net/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" upperBound="-1" eType="#//Place"
eOpposite="#//Place/dst"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dst" upperBound="-1" eType="#//Place"
eOpposite="#//Place/src"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://gssi.it/petrinet","name":"petrinet","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":"Net","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":6,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"dst","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":"src","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","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"}],"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":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":4},{"source":8,"target":12},{"source":8,"target":2},{"source":8,"target":13},{"source":12,"target":4},{"source":9,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":11},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":11,"target":2},{"source":11,"target":17},{"source":11,"target":3},{"source":11,"target":7},{"source":17,"target":2},{"source":14,"target":4},{"source":14,"target":18},{"source":14,"target":3},{"source":14,"target":19},{"source":18,"target":4},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":3},{"source":15,"target":21},{"source":20,"target":4},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":13},{"source":4,"target":19},{"source":4,"target":21},{"source":4,"target":22},{"source":13,"target":2},{"source":13,"target":23},{"source":13,"target":4},{"source":13,"target":8},{"source":23,"target":2},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":4},{"source":19,"target":14},{"source":24,"target":3},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":4},{"source":21,"target":15},{"source":25,"target":3},{"source":22,"target":1}],"multigraph":true} | ecore |
library | repo-ecore-all/data/abreslav/java2ecore/org.abreslav.java2ecore.tests/imported_model.ecore | imported_model
Library
books
Book
pages
E
A
A
B
B
C
C | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="imported_model"
nsURI="http://import.com" nsPrefix="imp">
<eClassifiers xsi:type="ecore:EClass" name="Library">
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//Book"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Book">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="E">
<eLiterals name="A" literal="A"/>
<eLiterals name="B" value="1" literal="B"/>
<eLiterals name="C" value="2" literal="C"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"imp","nsURI":"http://import.com","name":"imported_model","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,"instanceClassName":null,"name":"E","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":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":4,"derived":false},{"id":5,"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":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"name":"A","id":8,"value":0,"literal":"A","eClass":"EEnumLiteral"},{"name":"B","id":9,"value":1,"literal":"B","eClass":"EEnumLiteral"},{"name":"C","id":10,"value":2,"literal":"C","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":6,"target":7},{"source":6,"target":2},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":8,"target":3},{"source":9,"target":3},{"source":10,"target":3}],"multigraph":true} | ecore |
mvc | repo-ecore-all/data/jokingarcia/Transformation_coevolution/metamodels/AssistantMVCEvol18.ecore | AssistantMVC
Exam
examItems
controllers
views
ExamItem
question
Open
MultipleChoice
Observable
observers
Observer
Controller
View
fontName
fontColor
examController
examItemController
ExamController
ExamItemController
MultipleChoiceController
OpenController
ExamView
ExamItemView
OpenView
MultipleChoiceView | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AssistantMVC"
nsURI="http://gts.inf.um.es/test/assistant_mvc" nsPrefix="mvc">
<eClassifiers xsi:type="ecore:EClass" name="Exam" eSuperTypes="#//Observable">
<eStructuralFeatures xsi:type="ecore:EReference" name="examItems" upperBound="-1"
eType="#//ExamItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1"
eType="#//Controller" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExamItem" abstract="true" eSuperTypes="#//Observable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Open" eSuperTypes="#//ExamItem"/>
<eClassifiers xsi:type="ecore:EClass" name="MultipleChoice" eSuperTypes="#//ExamItem"/>
<eClassifiers xsi:type="ecore:EClass" name="Observable">
<eStructuralFeatures xsi:type="ecore:EReference" name="observers" upperBound="-1"
eType="#//Observer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Observer"/>
<eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//Observer"/>
<eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" eSuperTypes="#//Observer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="examController" eType="#//ExamController"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="examItemController" eType="#//ExamItemController"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExamController" eSuperTypes="#//Controller"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamItemController" abstract="true"
eSuperTypes="#//Controller"/>
<eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceController" eSuperTypes="#//ExamItemController"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenController" eSuperTypes="#//ExamItemController"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamView" eSuperTypes="#//View"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamItemView" eSuperTypes="#//View"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenView" eSuperTypes="#//ExamView"/>
<eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceView" eSuperTypes="#//ExamItemView"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"mvc","nsURI":"http://gts.inf.um.es/test/assistant_mvc","name":"AssistantMVC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exam","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoice","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamController","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemController","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamView","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenView","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceView","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"examItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controllers","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":"views","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":"question","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"observers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","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":false,"unsettable":false,"transient":false,"unique":true,"name":"examController","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":"examItemController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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"}],"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":5},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":18,"target":7},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":7},{"source":19,"target":8},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":8},{"source":20,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":29},{"source":29,"target":6},{"source":29,"target":30},{"source":29,"target":5},{"source":30,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":31},{"source":31,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":32,"target":37},{"source":32,"target":8},{"source":33,"target":38},{"source":33,"target":8},{"source":34,"target":9},{"source":34,"target":39},{"source":34,"target":8},{"source":39,"target":9},{"source":35,"target":10},{"source":35,"target":40},{"source":35,"target":8},{"source":40,"target":10},{"source":36,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":41},{"source":41,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":42},{"source":42,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":43},{"source":43,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":44},{"source":44,"target":10},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":45},{"source":45,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":46},{"source":46,"target":8},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":47},{"source":47,"target":13},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":48},{"source":48,"target":14}],"multigraph":true} | ecore |
iot | repo-ecore-all/data/Vedsted/MDSD-IoT-DSL/sdu.mdsd.iot/model/generated/IoT.ecore | ioT
Model
externalDeclarations
configs
devices
ExternalDeclaration
name
Config
name
declarations
Declaration
key
value
Device
name
program
ControllerDevice
IoTDevice
Program
wifiStatements
connectStatements
variables
listenStatements
loops
ListenStatement
ip
port
body
WifiStatement
connectionConfig
ConnectStatement
device
address
configuration
Address
value
VarOrList
name
Loop
timeVal
timeUnit
command
TIMEUNIT
Command
Action
ExpressionLeft
Expression
BoolExpression
value
IntExpression
value
ReadVariable
value
ReadConnection
source
ExternalOf
method
target
ReadSensor
sensor
SENSOR
ExpressionRight
Block
commands
ExternalRight
method
ElseBlock
commands
Comparison
ComparisonOp
op
Bool
DeviceConfig
ConnectionConfig
type
IpAddress
WindowsSerialAddress
UnixSerialAddress
Variable
value
PyList
MILLISECONDS
SECONDS
MINUTES
HOURS
DAYS
WEEKS
ClearListAction
list
LEDAction
state
ArrowCommand
left
right
VarAccess
variableName
LIGHTSENSOR
TEMPERATURE
HUMIDITY
ToVar
variable
AddToList
list
SendCommand
target
IfStatement
condition
commands
elseBlock
OR
left
right
AND
left
right
EQL
left
op
right
ItemVariable
value
ItemInt
value
ItemBool
value
GT
LT
LE
GE
EQ
NE
True
False | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ioT" nsURI="http://www.mdsd.sdu/IoT" nsPrefix="ioT">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="externalDeclarations" upperBound="-1"
eType="#//ExternalDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1"
eType="#//Config" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="devices" upperBound="-1"
eType="#//Device" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalDeclaration">
<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="Config">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Declaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Device">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="program" eType="#//Program"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControllerDevice" eSuperTypes="#//Device"/>
<eClassifiers xsi:type="ecore:EClass" name="IoTDevice" eSuperTypes="#//Device"/>
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="wifiStatements" eType="#//WifiStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectStatements" upperBound="-1"
eType="#//ConnectStatement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//VarOrList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listenStatements" upperBound="-1"
eType="#//ListenStatement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loops" upperBound="-1"
eType="#//Loop" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListenStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ExpressionRight"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WifiStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="connectionConfig" eType="#//ConnectionConfig"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="device" eType="#//Device"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//ConnectionConfig"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<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="VarOrList">
<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="Loop">
<eStructuralFeatures xsi:type="ecore:EReference" name="timeVal" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeUnit" eType="#//TIMEUNIT"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="command" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="Command"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionLeft"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ExpressionLeft"/>
<eClassifiers xsi:type="ecore:EClass" name="BoolExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Bool"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntExpression" 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="ReadVariable" eSuperTypes="#//ExpressionLeft">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadConnection" eSuperTypes="#//ExpressionLeft">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Device"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalOf" eSuperTypes="#//ExpressionLeft">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//ExternalDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//VarOrList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadSensor" eSuperTypes="#//ExpressionLeft">
<eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//SENSOR"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SENSOR"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionRight"/>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//ExpressionRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalRight" eSuperTypes="#//ExpressionRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//ExternalDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElseBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comparison"/>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bool"/>
<eClassifiers xsi:type="ecore:EClass" name="DeviceConfig" eSuperTypes="#//Config"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionConfig" eSuperTypes="#//Config">
<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="IpAddress" eSuperTypes="#//Address"/>
<eClassifiers xsi:type="ecore:EClass" name="WindowsSerialAddress" eSuperTypes="#//Address"/>
<eClassifiers xsi:type="ecore:EClass" name="UnixSerialAddress" eSuperTypes="#//Address"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//VarOrList">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PyList" eSuperTypes="#//VarOrList"/>
<eClassifiers xsi:type="ecore:EClass" name="MILLISECONDS" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="SECONDS" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="MINUTES" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="HOURS" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="DAYS" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="WEEKS" eSuperTypes="#//TIMEUNIT"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearListAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//PyList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LEDAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrowCommand" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ExpressionLeft"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ExpressionRight"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variableName" eType="#//VarOrList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LIGHTSENSOR" eSuperTypes="#//SENSOR"/>
<eClassifiers xsi:type="ecore:EClass" name="TEMPERATURE" eSuperTypes="#//SENSOR"/>
<eClassifiers xsi:type="ecore:EClass" name="HUMIDITY" eSuperTypes="#//SENSOR"/>
<eClassifiers xsi:type="ecore:EClass" name="ToVar" eSuperTypes="#//ExpressionRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddToList" eSuperTypes="#//ExpressionRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//PyList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendCommand" eSuperTypes="#//ExpressionRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Device"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Comparison"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//Command" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//ElseBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Comparison"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Comparison"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EQL" eSuperTypes="#//Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Comparison"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//ComparisonOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ItemVariable" eSuperTypes="#//Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ItemInt" eSuperTypes="#//Comparison">
<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="ItemBool" eSuperTypes="#//Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Bool"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GT" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LT" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LE" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="GE" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="EQ" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="NE" eSuperTypes="#//ComparisonOp"/>
<eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//Bool"/>
<eClassifiers xsi:type="ecore:EClass" name="False" eSuperTypes="#//Bool"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"ioT","nsURI":"http://www.mdsd.sdu/IoT","name":"ioT","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":"ExternalDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Config","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerDevice","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IoTDevice","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":"ListenStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WifiStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarOrList","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TIMEUNIT","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionLeft","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadConnection","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalOf","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSensor","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SENSOR","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionRight","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalRight","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseBlock","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOp","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceConfig","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionConfig","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IpAddress","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowsSerialAddress","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnixSerialAddress","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PyList","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MILLISECONDS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SECONDS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MINUTES","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HOURS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAYS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WEEKS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearListAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LEDAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrowCommand","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarAccess","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LIGHTSENSOR","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TEMPERATURE","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HUMIDITY","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToVar","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddToList","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendCommand","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EQL","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemVariable","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemInt","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemBool","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GT","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LT","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LE","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GE","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EQ","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NE","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"False","instanceClass":null,"abstract":false,"id":71,"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":"externalDeclarations","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":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"devices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":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":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":"key","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"program","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wifiStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"loops","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"},{"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":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"connectionConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"device","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":"address","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":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeVal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","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"},{"container":false,"ordered":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":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"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":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"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},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"list","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":"state","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":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":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":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"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":200,"derived":false},{"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":"condition","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":"commands","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":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"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":230,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"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"}],"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":1,"target":0},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":72,"target":2},{"source":72,"target":75},{"source":72,"target":1},{"source":75,"target":2},{"source":73,"target":3},{"source":73,"target":76},{"source":73,"target":1},{"source":76,"target":3},{"source":74,"target":5},{"source":74,"target":77},{"source":74,"target":1},{"source":77,"target":5},{"source":2,"target":0},{"source":2,"target":78},{"source":78,"target":79},{"source":78,"target":2},{"source":3,"target":0},{"source":3,"target":80},{"source":3,"target":81},{"source":80,"target":82},{"source":80,"target":3},{"source":81,"target":4},{"source":81,"target":83},{"source":81,"target":3},{"source":83,"target":4},{"source":4,"target":0},{"source":4,"target":84},{"source":4,"target":85},{"source":84,"target":86},{"source":84,"target":4},{"source":85,"target":87},{"source":85,"target":4},{"source":5,"target":0},{"source":5,"target":88},{"source":5,"target":89},{"source":88,"target":90},{"source":88,"target":5},{"source":89,"target":8},{"source":89,"target":91},{"source":89,"target":5},{"source":91,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":92},{"source":92,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":93},{"source":93,"target":5},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":94,"target":10},{"source":94,"target":99},{"source":94,"target":8},{"source":99,"target":10},{"source":95,"target":11},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":11},{"source":96,"target":13},{"source":96,"target":101},{"source":96,"target":8},{"source":101,"target":13},{"source":97,"target":9},{"source":97,"target":102},{"source":97,"target":8},{"source":102,"target":9},{"source":98,"target":14},{"source":98,"target":103},{"source":98,"target":8},{"source":103,"target":14},{"source":9,"target":0},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":104,"target":107},{"source":104,"target":9},{"source":105,"target":108},{"source":105,"target":9},{"source":106,"target":27},{"source":106,"target":109},{"source":106,"target":9},{"source":109,"target":27},{"source":10,"target":0},{"source":10,"target":110},{"source":110,"target":35},{"source":110,"target":111},{"source":110,"target":10},{"source":111,"target":35},{"source":11,"target":0},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":5},{"source":112,"target":115},{"source":112,"target":11},{"source":115,"target":5},{"source":113,"target":12},{"source":113,"target":116},{"source":113,"target":11},{"source":116,"target":12},{"source":114,"target":35},{"source":114,"target":117},{"source":114,"target":11},{"source":117,"target":35},{"source":12,"target":0},{"source":12,"target":118},{"source":118,"target":119},{"source":118,"target":12},{"source":13,"target":0},{"source":13,"target":120},{"source":120,"target":121},{"source":120,"target":13},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":14,"target":124},{"source":122,"target":19},{"source":122,"target":125},{"source":122,"target":14},{"source":125,"target":19},{"source":123,"target":15},{"source":123,"target":126},{"source":123,"target":14},{"source":126,"target":15},{"source":124,"target":16},{"source":124,"target":127},{"source":124,"target":14},{"source":127,"target":16},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":128},{"source":128,"target":16},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":129},{"source":129,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":130},{"source":20,"target":131},{"source":130,"target":33},{"source":130,"target":132},{"source":130,"target":20},{"source":132,"target":33},{"source":131,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":133},{"source":21,"target":134},{"source":133,"target":135},{"source":133,"target":21},{"source":134,"target":19},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":39},{"source":136,"target":138},{"source":136,"target":22},{"source":138,"target":39},{"source":137,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":139},{"source":23,"target":140},{"source":139,"target":5},{"source":139,"target":141},{"source":139,"target":23},{"source":141,"target":5},{"source":140,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":142,"target":2},{"source":142,"target":145},{"source":142,"target":24},{"source":145,"target":2},{"source":143,"target":13},{"source":143,"target":146},{"source":143,"target":24},{"source":146,"target":13},{"source":144,"target":18},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":147},{"source":25,"target":148},{"source":147,"target":26},{"source":147,"target":149},{"source":147,"target":25},{"source":149,"target":26},{"source":148,"target":18},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":150},{"source":28,"target":151},{"source":150,"target":16},{"source":150,"target":152},{"source":150,"target":28},{"source":152,"target":16},{"source":151,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":153},{"source":29,"target":154},{"source":153,"target":2},{"source":153,"target":155},{"source":153,"target":29},{"source":155,"target":2},{"source":154,"target":27},{"source":30,"target":0},{"source":30,"target":156},{"source":156,"target":16},{"source":156,"target":157},{"source":156,"target":30},{"source":157,"target":16},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":158},{"source":158,"target":159},{"source":158,"target":32},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":3},{"source":34,"target":160},{"source":160,"target":3},{"source":35,"target":0},{"source":35,"target":3},{"source":35,"target":161},{"source":35,"target":162},{"source":161,"target":163},{"source":161,"target":35},{"source":162,"target":3},{"source":36,"target":0},{"source":36,"target":12},{"source":36,"target":164},{"source":164,"target":12},{"source":37,"target":0},{"source":37,"target":12},{"source":37,"target":165},{"source":165,"target":12},{"source":38,"target":0},{"source":38,"target":12},{"source":38,"target":166},{"source":166,"target":12},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":167},{"source":39,"target":168},{"source":167,"target":19},{"source":167,"target":169},{"source":167,"target":39},{"source":169,"target":19},{"source":168,"target":13},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":170},{"source":170,"target":13},{"source":41,"target":0},{"source":41,"target":15},{"source":41,"target":171},{"source":171,"target":15},{"source":42,"target":0},{"source":42,"target":15},{"source":42,"target":172},{"source":172,"target":15},{"source":43,"target":0},{"source":43,"target":15},{"source":43,"target":173},{"source":173,"target":15},{"source":44,"target":0},{"source":44,"target":15},{"source":44,"target":174},{"source":174,"target":15},{"source":45,"target":0},{"source":45,"target":15},{"source":45,"target":175},{"source":175,"target":15},{"source":46,"target":0},{"source":46,"target":15},{"source":46,"target":176},{"source":176,"target":15},{"source":47,"target":0},{"source":47,"target":17},{"source":47,"target":177},{"source":47,"target":178},{"source":177,"target":40},{"source":177,"target":179},{"source":177,"target":47},{"source":179,"target":40},{"source":178,"target":17},{"source":48,"target":0},{"source":48,"target":17},{"source":48,"target":180},{"source":48,"target":181},{"source":180,"target":182},{"source":180,"target":48},{"source":181,"target":17},{"source":49,"target":0},{"source":49,"target":16},{"source":49,"target":183},{"source":49,"target":184},{"source":49,"target":185},{"source":183,"target":18},{"source":183,"target":186},{"source":183,"target":49},{"source":186,"target":18},{"source":184,"target":27},{"source":184,"target":187},{"source":184,"target":49},{"source":187,"target":27},{"source":185,"target":16},{"source":50,"target":0},{"source":50,"target":19},{"source":50,"target":188},{"source":50,"target":189},{"source":188,"target":13},{"source":188,"target":190},{"source":188,"target":50},{"source":190,"target":13},{"source":189,"target":19},{"source":51,"target":0},{"source":51,"target":26},{"source":51,"target":191},{"source":191,"target":26},{"source":52,"target":0},{"source":52,"target":26},{"source":52,"target":192},{"source":192,"target":26},{"source":53,"target":0},{"source":53,"target":26},{"source":53,"target":193},{"source":193,"target":26},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":194},{"source":54,"target":195},{"source":194,"target":39},{"source":194,"target":196},{"source":194,"target":54},{"source":196,"target":39},{"source":195,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":197},{"source":55,"target":198},{"source":197,"target":40},{"source":197,"target":199},{"source":197,"target":55},{"source":199,"target":40},{"source":198,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":200},{"source":56,"target":201},{"source":200,"target":5},{"source":200,"target":202},{"source":200,"target":56},{"source":202,"target":5},{"source":201,"target":27},{"source":57,"target":0},{"source":57,"target":16},{"source":57,"target":203},{"source":57,"target":204},{"source":57,"target":205},{"source":57,"target":206},{"source":203,"target":31},{"source":203,"target":207},{"source":203,"target":57},{"source":207,"target":31},{"source":204,"target":16},{"source":204,"target":208},{"source":204,"target":57},{"source":208,"target":16},{"source":205,"target":30},{"source":205,"target":209},{"source":205,"target":57},{"source":209,"target":30},{"source":206,"target":16},{"source":58,"target":0},{"source":58,"target":31},{"source":58,"target":210},{"source":58,"target":211},{"source":58,"target":212},{"source":210,"target":31},{"source":210,"target":213},{"source":210,"target":58},{"source":213,"target":31},{"source":211,"target":31},{"source":211,"target":214},{"source":211,"target":58},{"source":214,"target":31},{"source":212,"target":31},{"source":59,"target":0},{"source":59,"target":31},{"source":59,"target":215},{"source":59,"target":216},{"source":59,"target":217},{"source":215,"target":31},{"source":215,"target":218},{"source":215,"target":59},{"source":218,"target":31},{"source":216,"target":31},{"source":216,"target":219},{"source":216,"target":59},{"source":219,"target":31},{"source":217,"target":31},{"source":60,"target":0},{"source":60,"target":31},{"source":60,"target":220},{"source":60,"target":221},{"source":60,"target":222},{"source":60,"target":223},{"source":220,"target":31},{"source":220,"target":224},{"source":220,"target":60},{"source":224,"target":31},{"source":221,"target":32},{"source":221,"target":225},{"source":221,"target":60},{"source":225,"target":32},{"source":222,"target":31},{"source":222,"target":226},{"source":222,"target":60},{"source":226,"target":31},{"source":223,"target":31},{"source":61,"target":0},{"source":61,"target":31},{"source":61,"target":227},{"source":61,"target":228},{"source":227,"target":39},{"source":227,"target":229},{"source":227,"target":61},{"source":229,"target":39},{"source":228,"target":31},{"source":62,"target":0},{"source":62,"target":31},{"source":62,"target":230},{"source":62,"target":231},{"source":230,"target":232},{"source":230,"target":62},{"source":231,"target":31},{"source":63,"target":0},{"source":63,"target":31},{"source":63,"target":233},{"source":63,"target":234},{"source":233,"target":33},{"source":233,"target":235},{"source":233,"target":63},{"source":235,"target":33},{"source":234,"target":31},{"source":64,"target":0},{"source":64,"target":32},{"source":64,"target":236},{"source":236,"target":32},{"source":65,"target":0},{"source":65,"target":32},{"source":65,"target":237},{"source":237,"target":32},{"source":66,"target":0},{"source":66,"target":32},{"source":66,"target":238},{"source":238,"target":32},{"source":67,"target":0},{"source":67,"target":32},{"source":67,"target":239},{"source":239,"target":32},{"source":68,"target":0},{"source":68,"target":32},{"source":68,"target":240},{"source":240,"target":32},{"source":69,"target":0},{"source":69,"target":32},{"source":69,"target":241},{"source":241,"target":32},{"source":70,"target":0},{"source":70,"target":33},{"source":70,"target":242},{"source":242,"target":33},{"source":71,"target":0},{"source":71,"target":33},{"source":71,"target":243},{"source":243,"target":33}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/cstat1.ecore | cstat1
SubState1
sub2s
StateChart
states
State
sub1s
SubState2
Transition
guard
event
fromState
toState
AbstractState
id
transitions
type
actions
EClass0
StateType
SIMPLE
SIMPLE
INITIAL
INITIAL
FINAL
FINAL
Action
expression
mode
ActionMode
ENTRY
ENTRY
EXIT
EXIT | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cstat1"
nsURI="http://cstat1" nsPrefix="_cstat1">
<eClassifiers xsi:type="ecore:EClass" name="SubState1" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="kref=sub2s" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sub2s" upperBound="-1"
eType="#//SubState2" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateChart">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="pov" value=""/>
<details key="cref=states"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="kref=sub1s" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sub1s" upperBound="-1"
eType="#//SubState1" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubState2" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="lsrc=fromState"/>
<details key="ltrg=toState"/>
<details key="cont=AbstractState.transitions"/>
<details key="label=guard"/>
<details key="label=event"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromState" eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toState" eType="#//AbstractState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=id"/>
<details key="kref=actions"/>
</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="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StateType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClass0"/>
<eClassifiers xsi:type="ecore:EEnum" name="StateType">
<eLiterals name="SIMPLE"/>
<eLiterals name="INITIAL" value="1"/>
<eLiterals name="FINAL" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=expression"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//ActionMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionMode">
<eLiterals name="ENTRY"/>
<eLiterals name="EXIT" value="1"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"_cstat1","nsURI":"http://cstat1","name":"cstat1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubState1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateChart","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubState2","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":"AbstractState","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionMode","instanceClass":null,"id":10,"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":"sub2s","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"states","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"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":"sub1s","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"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":"guard","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":"event","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":false,"unsettable":false,"transient":false,"unique":true,"name":"fromState","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":"toState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"SIMPLE","id":36,"value":0,"literal":"SIMPLE","eClass":"EEnumLiteral"},{"name":"INITIAL","id":37,"value":1,"literal":"INITIAL","eClass":"EEnumLiteral"},{"name":"FINAL","id":38,"value":2,"literal":"FINAL","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":"expression","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":"mode","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"ENTRY","id":43,"value":0,"literal":"ENTRY","eClass":"EEnumLiteral"},{"name":"EXIT","id":44,"value":1,"literal":"EXIT","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":1,"target":0},{"source":1,"target":6},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":4},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":4},{"source":12,"target":6},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":3},{"source":14,"target":15},{"source":14,"target":2},{"source":15,"target":3},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":1},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":1},{"source":17,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":19},{"source":19,"target":6},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":20,"target":24},{"source":20,"target":5},{"source":21,"target":25},{"source":21,"target":5},{"source":22,"target":6},{"source":22,"target":26},{"source":22,"target":5},{"source":26,"target":6},{"source":23,"target":6},{"source":23,"target":27},{"source":23,"target":5},{"source":27,"target":6},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":28,"target":32},{"source":28,"target":6},{"source":29,"target":5},{"source":29,"target":33},{"source":29,"target":6},{"source":33,"target":5},{"source":30,"target":8},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":8},{"source":31,"target":9},{"source":31,"target":35},{"source":31,"target":6},{"source":35,"target":9},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":8},{"source":37,"target":8},{"source":38,"target":8},{"source":9,"target":0},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":41},{"source":39,"target":9},{"source":40,"target":10},{"source":40,"target":42},{"source":40,"target":9},{"source":42,"target":10},{"source":10,"target":0},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":10},{"source":44,"target":10}],"multigraph":true} | ecore |
workflow | repo-ecore-all/data/manuelleduc/fr.inria.diverse.ad/org.modelexecution.operationalsemantics.ad/ad/activitydiagram.ecore | activitydiagram
Activity
nodes
edges
locals
inputs
trace
ActivityNode
outgoing
incoming
activity
running
heldTokens
ActivityEdge
source
target
offers
ControlFlow
guard
ControlNode
ExecutableNode
Action
OpaqueAction
expressions
NamedElement
name
InitialNode
FinalNode
ActivityFinalNode
ForkNode
JoinNode
MergeNode
DecisionNode
Variable
initialValue
name
currentValue
IntegerVariable
BooleanVariable
Value
BooleanValue
value
IntegerValue
value
Expression
IntegerExpression
operand2
operand1
BooleanExpression
assignee
IntegerCalculationExpression
assignee
operator
IntegerComparisonExpression
assignee
operator
IntegerCalculationOperator
ADD
+
SUBRACT
-
IntegerComparisonOperator
SMALLER
<
SMALLER_EQUALS
<=
EQUALS
=
GREATER_EQUALS
>=
GREATER
>
BooleanUnaryExpression
operand
operator
BooleanBinaryExpression
operand1
operand2
operator
BooleanUnaryOperator
NOT
NOT
BooleanBinaryOperator
AND
&&
OR
||
Offer
offeredTokens
Token
holder
Trace
executedNodes
InputValue
value
variable
Input
inputValues
ControlToken
ForkedToken
baseToken
remainingOffersCount | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="activitydiagram" nsURI="http://activitydiagram/1.0" nsPrefix="activitydiagram">
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//NamedElement">
<eAnnotations source="OARoot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//ActivityNode" containment="true" eOpposite="#//ActivityNode/activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//ActivityEdge" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trace" eType="#//Trace"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="OARoot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//ActivityEdge" eOpposite="#//ActivityEdge/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//ActivityEdge" eOpposite="#//ActivityEdge/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
eType="#//Activity" eOpposite="#//Activity/nodes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="running" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="heldTokens" upperBound="-1"
eType="#//Token" containment="true" eOpposite="#//Token/holder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="OARoot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ActivityNode" eOpposite="#//ActivityNode/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ActivityNode" eOpposite="#//ActivityNode/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offers" upperBound="-1"
eType="#//Offer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//BooleanVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</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="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentValue" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="#//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="#//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value">
<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="IntegerValue" eSuperTypes="#//Value">
<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="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" eType="#//IntegerVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" eType="#//IntegerVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1"
eType="#//BooleanVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression" eSuperTypes="#//IntegerExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1"
eType="#//IntegerVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//IntegerCalculationOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression" eSuperTypes="#//IntegerExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1"
eType="#//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//IntegerComparisonOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntegerCalculationOperator">
<eLiterals name="ADD" literal="+"/>
<eLiterals name="SUBRACT" value="1" literal="-"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntegerComparisonOperator">
<eLiterals name="SMALLER" literal="<"/>
<eLiterals name="SMALLER_EQUALS" value="1" literal="<="/>
<eLiterals name="EQUALS" value="2" literal="="/>
<eLiterals name="GREATER_EQUALS" value="3" literal=">="/>
<eLiterals name="GREATER" value="4" literal=">"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1"
eType="#//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//BooleanUnaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1"
eType="#//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1"
eType="#//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//BooleanBinaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanUnaryOperator">
<eLiterals name="NOT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanBinaryOperator">
<eLiterals name="AND" literal="&&"/>
<eLiterals name="OR" value="1" literal="||"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offer">
<eStructuralFeatures xsi:type="ecore:EReference" name="offeredTokens" upperBound="-1"
eType="#//Token"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Token" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="holder" lowerBound="1"
eType="#//ActivityNode" eOpposite="#//ActivityNode/heldTokens"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="executedNodes" unique="false"
upperBound="-1" eType="#//ActivityNode" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputValues" upperBound="-1"
eType="#//InputValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlToken" eSuperTypes="#//Token"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkedToken" eSuperTypes="#//Token">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseToken" lowerBound="1"
eType="#//Token"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remainingOffersCount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"activitydiagram","nsURI":"http://activitydiagram/1.0","name":"activitydiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerCalculationOperator","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerComparisonOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanUnaryOperator","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanBinaryOperator","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlToken","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locals","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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"running","changeable":true,"lowerBound":1,"iD":false,"id":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":"heldTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"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":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":false,"unique":true,"name":"holder","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"offers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":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":89,"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":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":"currentValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"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":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"ADD","id":121,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBRACT","id":122,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"SMALLER","id":123,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"SMALLER_EQUALS","id":124,"value":1,"literal":"<=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":125,"value":2,"literal":"=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":126,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"GREATER","id":127,"value":4,"literal":">","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"NOT","id":140,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":141,"value":0,"literal":"&&","eClass":"EEnumLiteral"},{"name":"OR","id":142,"value":1,"literal":"||","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"offeredTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"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":"executedNodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"id":147,"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":148,"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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"baseToken","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remainingOffersCount","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":9},{"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":41,"target":2},{"source":41,"target":47},{"source":41,"target":1},{"source":41,"target":48},{"source":47,"target":2},{"source":42,"target":3},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":3},{"source":43,"target":17},{"source":43,"target":50},{"source":43,"target":1},{"source":50,"target":17},{"source":44,"target":17},{"source":44,"target":51},{"source":44,"target":1},{"source":51,"target":17},{"source":45,"target":36},{"source":45,"target":52},{"source":45,"target":1},{"source":52,"target":36},{"source":46,"target":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":48},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":53,"target":3},{"source":53,"target":58},{"source":53,"target":2},{"source":53,"target":59},{"source":58,"target":3},{"source":54,"target":3},{"source":54,"target":60},{"source":54,"target":2},{"source":54,"target":61},{"source":60,"target":3},{"source":48,"target":1},{"source":48,"target":62},{"source":48,"target":2},{"source":48,"target":41},{"source":62,"target":1},{"source":55,"target":63},{"source":55,"target":2},{"source":56,"target":35},{"source":56,"target":64},{"source":56,"target":2},{"source":56,"target":65},{"source":64,"target":35},{"source":57,"target":9},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":59},{"source":3,"target":61},{"source":3,"target":66},{"source":3,"target":67},{"source":59,"target":2},{"source":59,"target":68},{"source":59,"target":3},{"source":59,"target":53},{"source":68,"target":2},{"source":61,"target":2},{"source":61,"target":69},{"source":61,"target":3},{"source":61,"target":54},{"source":69,"target":2},{"source":66,"target":34},{"source":66,"target":70},{"source":66,"target":3},{"source":70,"target":34},{"source":67,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":71},{"source":4,"target":72},{"source":71,"target":19},{"source":71,"target":73},{"source":71,"target":4},{"source":73,"target":19},{"source":72,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":74},{"source":74,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":75},{"source":75,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":76},{"source":76,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":77},{"source":8,"target":78},{"source":77,"target":23},{"source":77,"target":79},{"source":77,"target":8},{"source":79,"target":23},{"source":78,"target":7},{"source":9,"target":0},{"source":9,"target":80},{"source":80,"target":81},{"source":80,"target":9},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":82},{"source":82,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":83},{"source":83,"target":5},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":84},{"source":84,"target":11},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":85},{"source":85,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":86},{"source":86,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":87},{"source":87,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":88},{"source":88,"target":5},{"source":17,"target":0},{"source":17,"target":89},{"source":17,"target":90},{"source":17,"target":91},{"source":89,"target":20},{"source":89,"target":92},{"source":89,"target":17},{"source":92,"target":20},{"source":90,"target":93},{"source":90,"target":17},{"source":91,"target":20},{"source":91,"target":94},{"source":91,"target":17},{"source":94,"target":20},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":95},{"source":95,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":96},{"source":96,"target":17},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":97},{"source":21,"target":98},{"source":97,"target":99},{"source":97,"target":21},{"source":98,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":100},{"source":22,"target":101},{"source":100,"target":102},{"source":100,"target":22},{"source":101,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":103},{"source":24,"target":104},{"source":24,"target":105},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":24},{"source":106,"target":18},{"source":104,"target":18},{"source":104,"target":107},{"source":104,"target":24},{"source":107,"target":18},{"source":105,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":108},{"source":25,"target":109},{"source":108,"target":19},{"source":108,"target":110},{"source":108,"target":25},{"source":110,"target":19},{"source":109,"target":23},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":111},{"source":26,"target":112},{"source":26,"target":113},{"source":111,"target":18},{"source":111,"target":114},{"source":111,"target":26},{"source":114,"target":18},{"source":112,"target":28},{"source":112,"target":115},{"source":112,"target":26},{"source":115,"target":28},{"source":113,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":116},{"source":27,"target":117},{"source":27,"target":118},{"source":116,"target":19},{"source":116,"target":119},{"source":116,"target":27},{"source":119,"target":19},{"source":117,"target":29},{"source":117,"target":120},{"source":117,"target":27},{"source":120,"target":29},{"source":118,"target":24},{"source":28,"target":0},{"source":28,"target":121},{"source":28,"target":122},{"source":121,"target":28},{"source":122,"target":28},{"source":29,"target":0},{"source":29,"target":123},{"source":29,"target":124},{"source":29,"target":125},{"source":29,"target":126},{"source":29,"target":127},{"source":123,"target":29},{"source":124,"target":29},{"source":125,"target":29},{"source":126,"target":29},{"source":127,"target":29},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":128},{"source":30,"target":129},{"source":30,"target":130},{"source":128,"target":19},{"source":128,"target":131},{"source":128,"target":30},{"source":131,"target":19},{"source":129,"target":32},{"source":129,"target":132},{"source":129,"target":30},{"source":132,"target":32},{"source":130,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":133},{"source":31,"target":134},{"source":31,"target":135},{"source":31,"target":136},{"source":133,"target":19},{"source":133,"target":137},{"source":133,"target":31},{"source":137,"target":19},{"source":134,"target":19},{"source":134,"target":138},{"source":134,"target":31},{"source":138,"target":19},{"source":135,"target":33},{"source":135,"target":139},{"source":135,"target":31},{"source":139,"target":33},{"source":136,"target":25},{"source":32,"target":0},{"source":32,"target":140},{"source":140,"target":32},{"source":33,"target":0},{"source":33,"target":141},{"source":33,"target":142},{"source":141,"target":33},{"source":142,"target":33},{"source":34,"target":0},{"source":34,"target":143},{"source":143,"target":35},{"source":143,"target":144},{"source":143,"target":34},{"source":144,"target":35},{"source":35,"target":0},{"source":35,"target":65},{"source":65,"target":2},{"source":65,"target":145},{"source":65,"target":35},{"source":65,"target":56},{"source":145,"target":2},{"source":36,"target":0},{"source":36,"target":146},{"source":146,"target":2},{"source":146,"target":147},{"source":146,"target":36},{"source":147,"target":2},{"source":37,"target":0},{"source":37,"target":148},{"source":37,"target":149},{"source":148,"target":20},{"source":148,"target":150},{"source":148,"target":37},{"source":150,"target":20},{"source":149,"target":17},{"source":149,"target":151},{"source":149,"target":37},{"source":151,"target":17},{"source":38,"target":0},{"source":38,"target":152},{"source":152,"target":37},{"source":152,"target":153},{"source":152,"target":38},{"source":153,"target":37},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":154},{"source":154,"target":35},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":155},{"source":40,"target":156},{"source":40,"target":157},{"source":155,"target":35},{"source":155,"target":158},{"source":155,"target":40},{"source":158,"target":35},{"source":156,"target":159},{"source":156,"target":40},{"source":157,"target":35}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/aronbsz/automatalearning/hu.bme.mit.mealymodel/model/mealymodel.ecore | mealymodel
MealyMachine
initialState
states
inputAlphabet
outputAlphabet
transitions
State
name
Alphabet
characters
Transition
sourceState
targetState
input
output | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mealymodel" nsURI="hu.bme.mit.mealymodel" nsPrefix="mealymodel">
<eClassifiers xsi:type="ecore:EClass" name="MealyMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1"
upperBound="-1" eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputAlphabet" unique="false"
lowerBound="1" eType="#//Alphabet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputAlphabet" lowerBound="1"
eType="#//Alphabet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" lowerBound="1"
upperBound="-1" eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<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="Alphabet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="characters" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceState" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"mealymodel","nsURI":"hu.bme.mit.mealymodel","name":"mealymodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MealyMachine","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":"Alphabet","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"},{"container":false,"ordered":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":5,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"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":false,"name":"inputAlphabet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"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":"outputAlphabet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"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":"characters","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"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":"sourceState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"input","changeable":true,"lowerBound":1,"iD":false,"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":"output","changeable":true,"lowerBound":1,"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":1,"target":8},{"source":1,"target":9},{"source":5,"target":2},{"source":5,"target":10},{"source":5,"target":1},{"source":10,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":16},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":18},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":19,"target":2},{"source":19,"target":23},{"source":19,"target":4},{"source":23,"target":2},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":4},{"source":24,"target":2},{"source":21,"target":25},{"source":21,"target":4},{"source":22,"target":26},{"source":22,"target":4}],"multigraph":true} | ecore |
testing | repo-ecore-all/data/alfonsodelavega/epsilonFork/examples/org.eclipse.epsilon.examples.hawk.suspectlinks/tests.ecore | tests
TestsModel
tests
Test
id
version | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tests" nsURI="http://eclipse.org/epsilon/examples/suspectlinks/tests"
nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="TestsModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1"
eType="#//Test" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://eclipse.org/epsilon/examples/suspectlinks/tests","name":"tests","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestsModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","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":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"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":5,"target":7},{"source":5,"target":2},{"source":6,"target":8},{"source":6,"target":2}],"multigraph":true} | ecore |
library | repo-ecore-all/data/Teiid-Designer/teiid-designer/tests/org.teiid.designer.core.test/testdata/cloneProject/Custom Metamodels/library.ecore | library
Book
title
pages
100
category
author
Library
name
writers
books
Writer
name
books
BookCategory
Mystery
Mystery
ScienceFiction
ScienceFiction
Biography
Biography | <?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source.
See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing.
See the AUTHORS.txt file distributed with this work for a full listing of individual contributors.
-->
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="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.emf.test.models/Library" nsPrefix="org.eclipse.emf.test.models.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">
<eAnnotations source="http://com.metamatrix">
<details key="isClob" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<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" lowerBound="1"
eType="#//Writer" eOpposite="#//Writer/books"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//Book" containment="true"/>
</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:EEnum" name="BookCategory">
<eLiterals name="Mystery"/>
<eLiterals name="ScienceFiction" value="1"/>
<eLiterals name="Biography" value="2"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.test.models.library","nsURI":"http://org.eclipse.emf.test.models/Library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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"},{"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":5,"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":6,"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":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":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"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"},{"id":22,"eClass":"EGenericType"},{"name":"Mystery","id":23,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":24,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":25,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":4},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"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":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":13},{"source":20,"target":21},{"source":20,"target":3},{"source":13,"target":1},{"source":13,"target":22},{"source":13,"target":3},{"source":13,"target":8},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":23,"target":4},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/CoWolf/CoWolf/de.uni_stuttgart.iste.cowolf.model.statechart/model/statemachine.ecore | statechart
StateMachineRoot
subStateMachines
InitialStateMachine
StateMachine
transitions
top
statemachine_container
calledByAction
name
InitialState
State
state_container
internalTransitions
deferrableEvents
actions
CompositeState
subVertexes
isConcurrent
false
Action
value
stateMachineCall
Transition
transSM_container
transS_container
trigger
guard
action
source
target
description
Event
name
evt_container
Guard
expression
gua_container
TransitionAction
act_container
StateVertex
sv_container
outgoing
incoming
label
StateAction
action_container
DO
ENTRY
EXIT
Label
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="statechart" nsURI="http://Statemachine/1.0" nsPrefix="Statemachine">
<eClassifiers xsi:type="ecore:EClass" name="StateMachineRoot" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="subStateMachines" upperBound="-1"
eType="#//StateMachine" containment="true" eOpposite="#//StateMachine/statemachine_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InitialStateMachine" eType="#//StateMachine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false"
upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/transSM_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="top" ordered="false" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/state_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachine_container"
eType="#//StateMachineRoot" eOpposite="#//StateMachineRoot/subStateMachines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calledByAction" upperBound="-1"
eType="#//Action" eOpposite="#//Action/stateMachineCall"/>
<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="InitialState" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateVertex">
<eStructuralFeatures xsi:type="ecore:EReference" name="state_container" ordered="false"
eType="#//StateMachine" eOpposite="#//StateMachine/top"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="internalTransitions" ordered="false"
upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/transS_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deferrableEvents" ordered="false"
upperBound="-1" eType="#//Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//StateAction" containment="true" eOpposite="#//StateAction/action_container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State">
<eStructuralFeatures xsi:type="ecore:EReference" name="subVertexes" ordered="false"
upperBound="-1" eType="#//StateVertex" containment="true" eOpposite="#//StateVertex/sv_container"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConcurrent" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachineCall" eType="#//StateMachine"
eOpposite="#//StateMachine/calledByAction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="transSM_container" ordered="false"
eType="#//StateMachine" eOpposite="#//StateMachine/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transS_container" ordered="false"
eType="#//State" eOpposite="#//State/internalTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false"
eType="#//Event" containment="true" eOpposite="#//Event/evt_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
eType="#//Guard" containment="true" eOpposite="#//Guard/gua_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//TransitionAction"
containment="true" eOpposite="#//TransitionAction/act_container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//StateVertex" eOpposite="#//StateVertex/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#//StateVertex" eOpposite="#//StateVertex/incoming"/>
<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="Event" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evt_container" ordered="false"
eType="#//Transition" eOpposite="#//Transition/trigger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gua_container" ordered="false"
lowerBound="1" eType="#//Transition" eOpposite="#//Transition/guard"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="act_container" eType="#//Transition"
eOpposite="#//Transition/action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateVertex" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase ../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//NameBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="sv_container" ordered="false"
eType="#//CompositeState" eOpposite="#//CompositeState/subVertexes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false"
upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false"
upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-1"
eType="#//Label" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateAction" abstract="true" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="action_container" eType="#//State"
eOpposite="#//State/actions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DO" eSuperTypes="#//StateAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ENTRY" eSuperTypes="#//StateAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EXIT" eSuperTypes="#//StateAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<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":"Statemachine","nsURI":"http://Statemachine/1.0","name":"statechart","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineRoot","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":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","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":"Event","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateVertex","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateAction","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DO","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENTRY","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EXIT","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","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":"subStateMachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InitialStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statemachine_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"top","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":"calledByAction","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InitialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"transSM_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"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":"state_container","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachineCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"internalTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"deferrableEvents","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"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":"transS_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"subVertexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":"isConcurrent","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"sv_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"evt_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"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":"gua_container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"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":"act_container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"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":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":20},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":22,"target":6},{"source":22,"target":28},{"source":22,"target":2},{"source":22,"target":29},{"source":28,"target":6},{"source":23,"target":3},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":30,"target":3},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":2},{"source":20,"target":16},{"source":32,"target":1},{"source":24,"target":5},{"source":24,"target":33},{"source":24,"target":2},{"source":24,"target":34},{"source":33,"target":5},{"source":25,"target":35},{"source":25,"target":2},{"source":26,"target":3},{"source":26,"target":36},{"source":26,"target":2},{"source":36,"target":3},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":31},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":31,"target":2},{"source":31,"target":41},{"source":31,"target":3},{"source":31,"target":23},{"source":41,"target":2},{"source":37,"target":6},{"source":37,"target":42},{"source":37,"target":3},{"source":37,"target":43},{"source":42,"target":6},{"source":38,"target":7},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":7},{"source":39,"target":11},{"source":39,"target":45},{"source":39,"target":3},{"source":39,"target":46},{"source":45,"target":11},{"source":40,"target":10},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":10},{"source":47,"target":50},{"source":47,"target":4},{"source":47,"target":51},{"source":50,"target":10},{"source":48,"target":52},{"source":48,"target":4},{"source":49,"target":3},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":34},{"source":5,"target":54},{"source":53,"target":55},{"source":53,"target":5},{"source":34,"target":2},{"source":34,"target":56},{"source":34,"target":5},{"source":34,"target":24},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":43},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":29,"target":2},{"source":29,"target":64},{"source":29,"target":6},{"source":29,"target":22},{"source":64,"target":2},{"source":43,"target":3},{"source":43,"target":65},{"source":43,"target":6},{"source":43,"target":37},{"source":65,"target":3},{"source":57,"target":7},{"source":57,"target":66},{"source":57,"target":6},{"source":57,"target":67},{"source":66,"target":7},{"source":58,"target":8},{"source":58,"target":68},{"source":58,"target":6},{"source":58,"target":69},{"source":68,"target":8},{"source":59,"target":9},{"source":59,"target":70},{"source":59,"target":6},{"source":59,"target":71},{"source":70,"target":9},{"source":60,"target":10},{"source":60,"target":72},{"source":60,"target":6},{"source":60,"target":73},{"source":72,"target":10},{"source":61,"target":10},{"source":61,"target":74},{"source":61,"target":6},{"source":61,"target":75},{"source":74,"target":10},{"source":62,"target":76},{"source":62,"target":6},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":67},{"source":7,"target":78},{"source":77,"target":79},{"source":77,"target":7},{"source":67,"target":6},{"source":67,"target":80},{"source":67,"target":7},{"source":67,"target":57},{"source":80,"target":6},{"source":8,"target":0},{"source":8,"target":81},{"source":8,"target":69},{"source":8,"target":82},{"source":81,"target":83},{"source":81,"target":8},{"source":69,"target":6},{"source":69,"target":84},{"source":69,"target":8},{"source":69,"target":58},{"source":84,"target":6},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":71},{"source":9,"target":85},{"source":71,"target":6},{"source":71,"target":86},{"source":71,"target":9},{"source":71,"target":59},{"source":86,"target":6},{"source":85,"target":5},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":73},{"source":10,"target":75},{"source":10,"target":87},{"source":10,"target":88},{"source":10,"target":89},{"source":51,"target":4},{"source":51,"target":90},{"source":51,"target":10},{"source":51,"target":47},{"source":90,"target":4},{"source":73,"target":6},{"source":73,"target":91},{"source":73,"target":10},{"source":73,"target":60},{"source":91,"target":6},{"source":75,"target":6},{"source":75,"target":92},{"source":75,"target":10},{"source":75,"target":61},{"source":92,"target":6},{"source":87,"target":15},{"source":87,"target":93},{"source":87,"target":10},{"source":93,"target":15},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":46},{"source":11,"target":94},{"source":46,"target":3},{"source":46,"target":95},{"source":46,"target":11},{"source":46,"target":39},{"source":95,"target":3},{"source":94,"target":5},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":96},{"source":96,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":97},{"source":97,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":98},{"source":98,"target":11},{"source":15,"target":0},{"source":15,"target":99},{"source":15,"target":100},{"source":99,"target":101},{"source":99,"target":15}],"multigraph":true} | ecore |
tournament | repo-ecore-all/data/dlitvinov/FastEMFStore.other/org.eclipse.emf.emfstore.examplemodel/model/bowling.ecore | bowling
Player
name
street
streetNumber
dateOfBirth
height
isProfessional
eMail
games
League
name
players
Tournament
title
matchups
type
league
Matchup
games
date
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="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="streetNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eMail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="games" upperBound="-1"
eType="#//Game" eOpposite="#//Game/player">
<eAnnotations source="org.unicase.ui.meeditor">
<details key="priority" value="1"/>
<details key="position" value="right"/>
</eAnnotations>
</eStructuralFeatures>
</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">
<eAnnotations source="org.unicase.ui.meeditor">
<details key="priority" value="1"/>
<details key="position" value="right"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tournament">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1"
eType="#//Matchup" containment="true">
<eAnnotations source="org.unicase.ui.meeditor">
<details key="priority" value="1"/>
<details key="position" value="right"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="league" eType="#//League"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Matchup">
<eStructuralFeatures xsi:type="ecore:EReference" name="games" upperBound="2" eType="#//Game"
containment="true" eOpposite="#//Game/matchup">
<eAnnotations source="org.unicase.ui.meeditor">
<details key="priority" value="1"/>
<details key="position" value="right"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Game">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchup" lowerBound="1"
eType="#//Matchup" eOpposite="#//Matchup/games"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"
eOpposite="#//Player/games"/>
<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>
| false | {"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":"street","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"streetNumber","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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProfessional","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"games","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"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"league","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":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"games","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"date","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"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":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"Pro","id":45,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":46,"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":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":7,"target":15},{"source":7,"target":1},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":17},{"source":9,"target":1},{"source":10,"target":18},{"source":10,"target":1},{"source":11,"target":19},{"source":11,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":5},{"source":14,"target":22},{"source":14,"target":1},{"source":14,"target":23},{"source":22,"target":5},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":2},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":4},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":6},{"source":31,"target":2},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":2},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":4},{"source":36,"target":39},{"source":38,"target":5},{"source":37,"target":40},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":23},{"source":5,"target":41},{"source":39,"target":4},{"source":39,"target":42},{"source":39,"target":5},{"source":39,"target":36},{"source":42,"target":4},{"source":23,"target":1},{"source":23,"target":43},{"source":23,"target":5},{"source":23,"target":14},{"source":43,"target":1},{"source":41,"target":44},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":6},{"source":46,"target":6}],"multigraph":true} | ecore |
modelling | repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2noNestedClassifiers.ecore | UML2
Class
nestedClassifier
Signal
AssociationClass
ParameterableClassifier
ProtocolStateMachine
EncapsulatedClassifier
DeploymentSpecification
Artifact
UseCase
Activity
InformationItem
BehavioredClassifier
Classifier
Stereotype
PrimitiveType
TemplateableClassifier
Component
StateMachine
DataType
Behavior
Collaboration
Interaction
Association
ExecutionEnvironment
Actor
Device
Interface
Node
Enumeration
StructuredClassifier
CommunicationPath
Extension | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1"
eType="#//Classifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<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="Interaction" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
</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":"Class","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":"AssociationClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","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":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":32,"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":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"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":12},{"source":1,"target":6},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":33,"target":13},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":13},{"source":34,"target":12},{"source":35,"target":6},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":37},{"source":37,"target":13},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":1},{"source":39,"target":23},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":40},{"source":40,"target":13},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":41},{"source":41,"target":18},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":42},{"source":42,"target":30},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":43},{"source":43,"target":8},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":44},{"source":44,"target":13},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":45},{"source":45,"target":12},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":46},{"source":46,"target":20},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":47},{"source":47,"target":13},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":48},{"source":48,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":49},{"source":49,"target":1},{"source":15,"target":0},{"source":15,"target":19},{"source":15,"target":50},{"source":50,"target":19},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":51},{"source":51,"target":13},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":52},{"source":52,"target":1},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":53},{"source":53,"target":20},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":54},{"source":54,"target":13},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":55},{"source":55,"target":1},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":30},{"source":21,"target":56},{"source":21,"target":57},{"source":56,"target":12},{"source":57,"target":30},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":58},{"source":58,"target":20},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":59},{"source":59,"target":13},{"source":24,"target":0},{"source":24,"target":28},{"source":24,"target":60},{"source":60,"target":28},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":61},{"source":61,"target":13},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":62},{"source":62,"target":28},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":63},{"source":63,"target":13},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":64},{"source":64,"target":1},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":65},{"source":65,"target":19},{"source":30,"target":0},{"source":30,"target":13},{"source":30,"target":66},{"source":66,"target":13},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":67},{"source":67,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":68},{"source":68,"target":23}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/jonathanfievet/gemoc_fsm_aspect/org.company.FSM.xdsml/model-gen/FSMLanguageMT.ecore | gemoc
FSM
print
initialize
main
setCurrentState
state
name
state
transition
State
step
inputString
isValidTrigger
trigger
name
incoming
outcoming
fSM
Transition
fire
name
trigger
state
src | <?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="gemoc" nsURI="http://org.company.fsm.xdsml.fsmlanguagemt/gemoc/" nsPrefix="gemoc">
<eClassifiers xsi:type="ecore:EClass" name="FSM">
<eOperations name="print"/>
<eOperations name="initialize">
<eAnnotations source="aspect"/>
</eOperations>
<eOperations name="main">
<eAnnotations source="aspect"/>
</eOperations>
<eOperations name="setCurrentState">
<eAnnotations source="aspect"/>
<eParameters name="state" eType="//State"/>
</eOperations>
<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="state" upperBound="-1" eType="//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eOperations name="step">
<eAnnotations source="aspect"/>
<eParameters name="inputString">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eParameters>
</eOperations>
<eOperations name="isValidTrigger">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eParameters name="trigger">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eParameters>
</eOperations>
<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="incoming" eType="//Transition" eOpposite="//Transition/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outcoming" eType="//Transition" eOpposite="//Transition/src"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fSM" unique="false" eType="//FSM">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eOperations name="fire">
<eAnnotations source="aspect"/>
</eOperations>
<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="trigger">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="//State" eOpposite="//State/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="//State" eOpposite="//State/outcoming"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"gemoc","nsURI":"http://org.company.fsm.xdsml.fsmlanguagemt/gemoc/","name":"gemoc","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,"unique":true,"name":"print","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"main","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setCurrentState","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"state","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValidTrigger","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outcoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"fSM","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"inputString","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":4,"target":1},{"source":5,"target":1},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":7},{"source":12,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":2},{"source":10,"target":3},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":3},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":16,"target":2},{"source":16,"target":22},{"source":22,"target":23},{"source":22,"target":16},{"source":17,"target":24},{"source":17,"target":2},{"source":17,"target":25},{"source":25,"target":26},{"source":25,"target":17},{"source":18,"target":27},{"source":18,"target":2},{"source":19,"target":3},{"source":19,"target":28},{"source":19,"target":2},{"source":19,"target":29},{"source":28,"target":3},{"source":20,"target":3},{"source":20,"target":30},{"source":20,"target":2},{"source":20,"target":31},{"source":30,"target":3},{"source":21,"target":1},{"source":21,"target":32},{"source":21,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":29},{"source":3,"target":31},{"source":33,"target":3},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":29,"target":2},{"source":29,"target":38},{"source":29,"target":3},{"source":29,"target":19},{"source":38,"target":2},{"source":31,"target":2},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":20},{"source":39,"target":2}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/Bankzhy/workspace/MDD_SmartPhone/PIM/MetaModel/StateMachineDiagram_Meta.ecore | StateMachineDiagram_Meta
Application
statemachine
name
StateMachine
vertex
transition
name
Vertex
outgoing
incoming
Transition
source
target
name
trigger
Pseudostate
State
name
statemachine
Screen
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="StateMachineDiagram_Meta" nsURI="www.StateMachineDiagram_Meta.com"
nsPrefix="www.StateMachineDiagram_Meta.com">
<eClassifiers xsi:type="ecore:EClass" name="Application">
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" upperBound="-1"
eType="#//StateMachine" 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="StateMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="vertex" upperBound="-1"
eType="#//Vertex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" 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="Vertex" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//Vertex" eOpposite="#//Vertex/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="#//Vertex" eOpposite="#//Vertex/incoming"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="State" abstract="true" eSuperTypes="#//Vertex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" upperBound="-1"
eType="#//StateMachine" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Screen" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//State"/>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"www.StateMachineDiagram_Meta.com","nsURI":"www.StateMachineDiagram_Meta.com","name":"StateMachineDiagram_Meta","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","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":"Vertex","instanceClass":null,"abstract":true,"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":"Pseudostate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Screen","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachine","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vertex","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"}],"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":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":4},{"source":15,"target":18},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":19,"target":3},{"source":19,"target":22},{"source":21,"target":4},{"source":20,"target":4},{"source":20,"target":23},{"source":20,"target":3},{"source":20,"target":24},{"source":23,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":4},{"source":22,"target":19},{"source":27,"target":3},{"source":24,"target":3},{"source":24,"target":28},{"source":24,"target":4},{"source":24,"target":20},{"source":28,"target":3},{"source":25,"target":29},{"source":25,"target":4},{"source":26,"target":30},{"source":26,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":31},{"source":31,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":32,"target":35},{"source":32,"target":6},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":6},{"source":36,"target":2},{"source":34,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":37},{"source":37,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":38},{"source":38,"target":6}],"multigraph":true} | ecore |
units | repo-ecore-all/data/jacquesklein2302/geko-model-weaver/examples/pcm/edu.kit.ipd.sdq.mdsd.geko.examples.pcm/metamodel/Units_pointcut_pointcut.ecore | units_pc_pc
UnitCarryingElement
unit
unitSpecification
Unit
BaseUnit
name
UnitRepository
units
UnitMultiplication
units
UnitPower
unit
exponent
UnitLiteral
baseUnit
PointcutPointcut
children
Pointcut
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="units_pc_pc" nsURI="http://sdq.ipd.uka.de/Units/1.0_pointcut_pointcut"
nsPrefix="units_pc_pc">
<eClassifiers xsi:type="ecore:EClass" name="UnitCarryingElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//Unit"
volatile="true" transient="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="namespace" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unitSpecification" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit"/>
<eClassifiers xsi:type="ecore:EClass" name="BaseUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitRepository">
<eStructuralFeatures xsi:type="ecore:EReference" name="units" ordered="false"
upperBound="-1" eType="#//BaseUnit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitMultiplication" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="units" ordered="false"
upperBound="-1" eType="#//Unit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitPower" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//Unit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exponent" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitLiteral" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseUnit" ordered="false"
eType="#//BaseUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PointcutPointcut">
<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="Pointcut">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"units_pc_pc","nsURI":"http://sdq.ipd.uka.de/Units/1.0_pointcut_pointcut","name":"units_pc_pc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCarryingElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseUnit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitRepository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitMultiplication","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitPower","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointcutPointcut","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"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":"unitSpecification","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"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":true,"id":14,"derived":false},{"id":15,"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":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"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":"units","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"exponent","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"baseUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"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":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":13},{"source":11,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":14},{"source":14,"target":15},{"source":14,"target":3},{"source":4,"target":0},{"source":4,"target":16},{"source":16,"target":3},{"source":16,"target":17},{"source":16,"target":4},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"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":6,"target":0},{"source":6,"target":2},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":6},{"source":24,"target":2},{"source":22,"target":25},{"source":22,"target":6},{"source":23,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":26},{"source":7,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":7},{"source":28,"target":3},{"source":27,"target":2},{"source":8,"target":0},{"source":8,"target":29},{"source":29,"target":30},{"source":29,"target":8},{"source":9,"target":0},{"source":9,"target":31},{"source":31,"target":32},{"source":31,"target":9}],"multigraph":true} | ecore |
relationships | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/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">
<eAnnotations source="diagen">
<details key="knownas=simple world"/>
<details key="origin=http://org.isoe.fr"/>
<details key="leftparent=nil" value=""/>
<details key="rightparent=nil" value=""/>
<details key="requires=nil" value=""/>
<details key="context=startup"/>
</eAnnotations>
<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"/>
<details key="nav:vwthing"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwthing"/>
<details key="pov"/>
</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>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwthing"/>
<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>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwthing"/>
<details key="label=since"/>
</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>
| true | {"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 |
graphicaleditor | repo-ecore-all/data/gemoc/org.eclipse.sirius/plugins/org.eclipse.sirius/model/viewpoint.ecore | viewpoint
DAnalysis
referencedAnalysis
semanticResources
models
eAnnotations
ownedViews
selectedViews
ownedFeatureExtensions
version
DFeatureExtension
description
DStylizable
getStyle
DRefreshable
refresh
DMappingBased
getMapping
DSemanticDecorator
target
DRepresentation
ownedRepresentationElements
representationElements
name
ownedAnnotationEntries
uiState
DRepresentationElement
name
semanticElements
DView
viewpoint
ownedRepresentations
ownedExtensions
models
MetaModelExtension
extensionGroup
Decoration
description
DAnalysisCustomData
key
data
LabelStyle
labelAlignment
FontFormat
italic
italic
bold
bold
underline
underline
strike_through
strike_through
Style
description
LabelAlignment
CENTER
CENTER
LEFT
LEFT
RIGHT
RIGHT
RGBValues
org.eclipse.sirius.viewpoint.RGBValues
org.eclipse.sirius.viewpoint.RGBValues
DAnalysisSessionEObject
open
resources
controlledResources
activatedViewpoints
analyses
synchronizationStatus
dirty
SyncStatus
dirty
dirty
sync
sync
SessionManagerEObject
ownedSessions
DResource
name
path
DFile
DResourceContainer
members
DProject
DFolder
DModel
BasicLabelStyle
labelSize
8
labelFormat
showIcon
true
iconPath
labelColor
0,0,0
Customizable
customFeatures
ResourceDescriptor
org.eclipse.sirius.business.api.resource.ResourceDescriptor
org.eclipse.sirius.business.api.resource.ResourceDescriptor
UIState
inverseSelectionOrder
false
elementsToSelect
description
Group
name
ownedViewpoints
systemColorsPalette
userColorsPalettes
version
extensions
Extension
Component
Viewpoint
initView
model
modelFileExtension
*
validationSet
ownedRepresentations
ownedRepresentationExtensions
ownedJavaExtensions
ownedMMExtensions
ownedFeatureExtensions
icon
ownedTemplates
conflicts
reuses
customizes
FeatureExtensionDescription
RepresentationDescription
titleExpression
initialisation
metamodel
showOnStartup
RepresentationTemplate
name
ownedRepresentations
RepresentationImportDescription
RepresentationExtensionDescription
name
viewpointURI
representationName
metamodel
MetamodelExtensionSetting
extensionGroup
JavaExtension
qualifiedClassName
RepresentationElementMapping
detailDescriptions
navigationDescriptions
AbstractMappingImport
hideSubMappings
false
inheritsAncestorFilters
true
DocumentedElement
documentation
DModelElement
getDAnnotation
source
eAnnotations
DAnnotation
source
details
ConditionalStyleDescription
checkPredicate
modelElement
viewVariable
containerVariable
predicateExpression
TypeName
java.lang.String
java.lang.String
InterpretedExpression
java.lang.String
java.lang.String
FeatureName
java.lang.String
java.lang.String
ImagePath
java.lang.String
java.lang.String
PasteTargetDescription
pasteDescriptions
DecorationDescriptionsSet
decorationDescriptions
DecorationDescription
name
position
SOUTH_WEST
decoratorPath
preconditionExpression
Position
NORTH
NORTH
WEST
WEST
SOUTH
SOUTH
EAST
EAST
NORTH_WEST
NORTH_WEST
NORTH_EAST
NORTH_EAST
SOUTH_WEST
SOUTH_WEST
SOUTH_EAST
SOUTH_EAST
CENTER
CENTER
SemanticBasedDecoration
domainClass
Customization
vsmElementCustomizations
IVSMElementCustomization
VSMElementCustomization
predicateExpression
featureCustomizations
VSMElementCustomizationReuse
reuse
appliedOn
EStructuralFeatureCustomization
appliedOn
applyOnAll
EAttributeCustomization
attributeName
value
EReferenceCustomization
referenceName
value
SelectionDescription
candidatesExpression
multiple
tree
rootExpression
childrenExpression
message
ColorDescription
SystemColor
name
InterpolatedColor
colorValueComputationExpression
1
minValueComputationExpression
0
maxValueComputationExpression
10
colorSteps
ColorStep
associatedValue
associatedColor
FixedColor
red
125
green
125
blue
125
UserFixedColor
UserColor
name
SystemColors
black
black
blue
blue
red
red
green
green
yellow
yellow
purple
purple
orange
orange
chocolate
chocolate
gray
gray
white
white
dark_blue
dark_blue
dark_red
dark_red
dark_green
dark_green
dark_yellow
dark_yellow
dark_purple
dark_purple
dark_orange
dark_orange
dark_chocolate
dark_chocolate
dark_gray
dark_gray
light_blue
light_blue
light_red
light_red
light_green
light_green
light_yellow
light_yellow
light_purple
light_purple
light_orange
light_orange
light_chocolate
light_chocolate
light_gray
light_gray
Environment
systemColors
defaultTools
labelBorderStyles
SytemColorsPalette
entries
UserColorsPalette
name
entries
AnnotationEntry
source
data
EndUserDocumentedElement
endUserDocumentation
IdentifiedElement
name
label
ComputedColor
red
green
blue
DAnnotationEntry
source
details
URI
org.eclipse.emf.common.util.URI
org.eclipse.emf.common.util.URI
AbstractVariable
name
SubVariable
InteractiveVariableDescription
userDocumentation
TypedVariable
defaultValueExpression
valueType
TranslatableMessage
java.lang.String
java.lang.String
style
StyleDescription
BasicLabelStyleDescription
labelSize
8
labelFormat
showIcon
true
labelExpression
feature:name
labelColor
iconPath
LabelStyleDescription
labelAlignment
LabelBorderStyles
labelBorderStyleDescriptions
LabelBorderStyleDescription
id
name
cornerHeight
cornerWidth
TooltipStyleDescription
tooltipExpression
tool
ToolEntry
AbstractToolDescription
precondition
forceRefresh
false
filters
elementsToSelect
inverseSelectionOrder
false
MappingBasedToolDescription
ToolDescription
iconPath
element
elementView
initialOperation
PasteDescription
getContainers
container
containerView
copiedView
copiedElement
initialOperation
SelectionWizardDescription
element
containerView
container
initialOperation
iconPath
/org.eclipse.sirius.ui/icons/full/obj16/SelectionWizardDescription.gif
windowTitle
Selection Wizard
windowImagePath
PaneBasedSelectionWizardDescription
element
containerView
container
initialOperation
iconPath
/org.eclipse.sirius.ui/icons/full/obj16/PaneBasedSelectionWizardDescription.gif
windowTitle
Selection Wizard
windowImagePath
message
choiceOfValuesMessage
Choice of values
candidatesExpression
tree
rootExpression
childrenExpression
selectedValuesMessage
Selected values
preSelectedCandidatesExpression
RepresentationCreationDescription
getMappings
titleExpression
browseExpression
representationDescription
initialOperation
containerViewVariable
representationNameVariable
RepresentationNavigationDescription
getMappings
browseExpression
navigationNameExpression
representationDescription
containerViewVariable
containerVariable
representationNameVariable
MenuItemOrRef
MenuItemDescription
icon
MenuItemDescriptionReference
item
OperationAction
view
initialOperation
ExternalJavaAction
id
parameters
ExternalJavaActionCall
action
PopupMenu
menuItemDescription
VariableContainer
subVariables
AcceleoVariable
computationExpression
DialogVariable
dialogPrompt
ElementDropVariable
ElementSelectVariable
ElementVariable
ElementViewVariable
ElementDeleteVariable
DropContainerVariable
SelectContainerVariable
ContainerViewVariable
SelectModelElementVariable
EditMaskVariables
mask
ContainerModelOperation
subModelOperations
ModelOperation
InitialNodeCreationOperation
firstModelOperations
InitialOperation
firstModelOperations
InitEdgeCreationOperation
firstModelOperations
InitialContainerDropOperation
firstModelOperations
CreateInstance
typeName
referenceName
variableName
instance
ChangeContext
browseExpression
SetValue
featureName
valueExpression
SetObject
featureName
object
Unset
featureName
elementExpression
MoveElement
newContainerExpression
featureName
RemoveElement
For
expression
iteratorName
i
DragSource
DIAGRAM
DIAGRAM
PROJECT_EXPLORER
PROJECT_EXPLORER
BOTH
BOTH
If
conditionExpression
DeleteView
NameVariable
ExternalJavaActionParameter
name
value
ToolFilterDescription
precondition
elementsToListen
listeners
FeatureChangeListener
domainClass
featureName
Case
conditionExpression
SwitchChild
subModelOperations
Default
Switch
cases
default
validation
ValidationSet
name
ownedRules
reusedRules
allRules
ValidationRule
checkRule
eObj
getMessage
eObj
level
INFO
message
The element has...
audits
fixes
SemanticValidationRule
targetClass
ViewValidationRule
targets
RuleAudit
auditExpression
ERROR_LEVEL
INFO
INFO
WARNING
WARNING
ERROR
ERROR
ValidationFix
name
initialOperation
audit
InformationSection
getContent
eObj
TemplateInformationSection
templatePath | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="viewpoint" nsURI="http://www.eclipse.org/sirius/1.1.0" nsPrefix="viewpoint">
<eAnnotations source="Tags">
<details key="deprecated" value="Anything tagged as deprecated will disappear quite soon.

"/>
<details key="to be renamed" value="Anything tagged "to be renamed" will be renamed, at least in the UI
"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysis">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedAnalysis" upperBound="-1"
eType="#//DAnalysis"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticResources" upperBound="-1"
eType="#//ResourceDescriptor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#//description/DAnnotationEntry" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedViews" upperBound="-1"
eType="#//DView" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedViews" upperBound="-1"
eType="#//DView"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureExtensions"
upperBound="-1" eType="#//DFeatureExtension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DFeatureExtension" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//description/FeatureExtensionDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DStylizable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a style."/>
</eAnnotations>
<eOperations name="getStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the style of the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRefreshable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that can be refreshed."/>
</eAnnotations>
<eOperations name="refresh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Refresh the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DMappingBased" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a mapping."/>
</eAnnotations>
<eOperations name="getMapping" eType="#//description/RepresentationElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the mapping of the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DSemanticDecorator" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a link to the semantic model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced EObject."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRepresentation" abstract="true" eSuperTypes="#//description/DocumentedElement #//DRefreshable #//description/DModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationElements"
upperBound="-1" eType="#//DRepresentationElement" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The directly contained representation elements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationElements"
upperBound="-1" eType="#//DRepresentationElement" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The directly and indirectly contained representation elements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnotationEntries"
upperBound="-1" eType="#//description/AnnotationEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uiState" eType="#//UIState"
transient="true" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRepresentationElement" abstract="true"
eSuperTypes="#//DMappingBased #//DStylizable #//DRefreshable #//DSemanticDecorator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the element. It is the name that is displayed on the diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic elements to show that represents this view point element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DView" eSuperTypes="#//DRefreshable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An view is the root element"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewpoint" lowerBound="1"
eType="#//description/Viewpoint">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The viewpoint that is used for this view"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations" upperBound="-1"
eType="#//DRepresentation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The viewpoints that are owned by this analysis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtensions" eType="#//MetaModelExtension"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Meta Model extension for this analysis. It may be null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaModelExtension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represent a Meta Model extension.
A meta model extension adds types, attributes and references into an existing meta model"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionGroup" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced meta model extension. It should be an instance of ExtensionGroup."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decoration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represent a decoration of a diagram element with a specific icon, based on its relationships with MetaElements of the MetaModel.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//description/DecorationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced DecorationDescription."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysisCustomData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelStyle" eSuperTypes="#//BasicLabelStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelAlignment" eType="#//LabelAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The format of the font."/>
</eAnnotations>
<eLiterals name="italic"/>
<eLiterals name="bold" value="1"/>
<eLiterals name="underline" value="2"/>
<eLiterals name="strike_through" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Style" abstract="true" eSuperTypes="#//DRefreshable #//Customizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The super class of all styles."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/style/StyleDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LabelAlignment">
<eLiterals name="CENTER"/>
<eLiterals name="LEFT" value="1"/>
<eLiterals name="RIGHT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RGBValues" instanceClassName="org.eclipse.sirius.viewpoint.RGBValues"/>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysisSessionEObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="open" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resources" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controlledResources" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activatedViewpoints" upperBound="-1"
eType="#//description/Viewpoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="analyses" upperBound="-1"
eType="#//DAnalysis"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronizationStatus"
lowerBound="1" eType="#//SyncStatus" defaultValueLiteral="dirty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SyncStatus">
<eLiterals name="dirty"/>
<eLiterals name="sync" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionManagerEObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSessions" upperBound="-1"
eType="#//DAnalysisSessionEObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DResource" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DFile" eSuperTypes="#//DResource"/>
<eClassifiers xsi:type="ecore:EClass" name="DResourceContainer" eSuperTypes="#//DResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//DResource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DProject" eSuperTypes="#//DResourceContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DFolder" eSuperTypes="#//DResourceContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DModel" eSuperTypes="#//DFile"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicLabelStyle" eSuperTypes="#//Customizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showIcon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True, if the icon shoud be dispayed on the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display on the element. If unset, the icon corresponding to the semantic element will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelColor" eType="#//RGBValues"
defaultValueLiteral="0,0,0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customizable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customFeatures" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceDescriptor" instanceClassName="org.eclipse.sirius.business.api.resource.ResourceDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="UIState">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This abstraction is used to store transient UI informations."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inverseSelectionOrder"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
transient="true" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementsToSelect" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
transient="true" unsettable="true" resolveProxies="false"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//description/DModelElement #//description/DocumentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedViewpoints" upperBound="-1"
eType="#//description/Viewpoint" containment="true" eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemColorsPalette"
lowerBound="1" eType="#//description/SytemColorsPalette" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userColorsPalettes" upperBound="-1"
eType="#//description/UserColorsPalette" containment="true" eKeys="#//description/UserColorsPalette/name"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//description/Extension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Viewpoint" eSuperTypes="#//description/DocumentedElement #//description/Component #//description/EndUserDocumentedElement #//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Viewpoint defines a "way of looking at your model", you could make an analogy with "What is your current concern about your analysis". It defines representations and might also define specific data only relevant for this concern."/>
</eAnnotations>
<eOperations name="initView">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize the analysis."/>
</eAnnotations>
<eParameters name="model" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root model element."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelFileExtension" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="*">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Might be used to restrict your viewpoint to a set of file extensions, for instance "ecore""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//description/validation/ValidationSet"
containment="true" eKeys="#//description/validation/ValidationSet/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations"
upperBound="-1" eType="#//description/RepresentationDescription" containment="true"
eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationExtensions"
upperBound="-1" eType="#//description/RepresentationExtensionDescription"
containment="true" eKeys="#//description/RepresentationExtensionDescription/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedJavaExtensions"
upperBound="-1" eType="#//description/JavaExtension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMMExtensions" upperBound="-1"
eType="#//description/MetamodelExtensionSetting" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureExtensions"
upperBound="-1" eType="#//description/FeatureExtensionDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="#//description/ImagePath">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="image path to use as an icon for the viewpoint "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplates" upperBound="-1"
eType="#//description/RepresentationTemplate" containment="true" eKeys="#//description/RepresentationTemplate/name"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conflicts" upperBound="-1"
eType="#//description/URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reuses" upperBound="-1"
eType="#//description/URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customizes" upperBound="-1"
eType="#//description/URI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureExtensionDescription" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationDescription" abstract="true"
interface="true" eSuperTypes="#//description/DocumentedElement #//description/EndUserDocumentedElement #//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default title of the representation. (new + name if empty)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialisation" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if your want your representation to be automatically created when initializing a new session."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might use this reference to statically bind your representation with a set of Ecore packages. Keep in mind that this is not mandatory."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showOnStartup" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationTemplate" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations"
upperBound="-1" eType="#//description/RepresentationDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationImportDescription" abstract="true"
interface="true" eSuperTypes="#//description/RepresentationDescription"/>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationExtensionDescription"
abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpointURI" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The logical URI of the viewpoint you want to extend, in the form of viewpoint:/pluginID/ViewpointName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representationName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the Representation you are extending."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might use this reference to statically bind your representation extension with a set of Ecore packages. Keep in mind that this is not mandatory."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelExtensionSetting">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describe the Meta Model extension to use."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionGroup" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Meta Model extension."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaExtension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class allows to import a Java Class that is used as an Acceleo Service. All acceleo expressions can use the services."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the class to import."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationElementMapping" abstract="true"
eSuperTypes="#//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="detailDescriptions" upperBound="-1"
eType="#//description/tool/RepresentationCreationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All details that can be created from this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="navigationDescriptions"
upperBound="-1" eType="#//description/tool/RepresentationNavigationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All details that can be created from this node."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMappingImport" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideSubMappings" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you don't want to inherit the sub mappings of the imported mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritsAncestorFilters"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you want the filters applying on the imported mappings apply on this one."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DModelElement" abstract="true">
<eOperations name="getDAnnotation" eType="#//description/DAnnotation">
<eParameters name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#//description/DAnnotation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnnotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalStyleDescription" abstract="true">
<eOperations name="checkPredicate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression will get evaluated and if it returns true the contained style will be choosen."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeName" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="InterpretedExpression" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="FeatureName" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="ImagePath" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="PasteTargetDescription" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PasteTargetDescription is a Description or Mapping that can have many PasteTools."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pasteDescriptions" upperBound="-1"
eType="#//description/tool/PasteDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationDescriptionsSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="decorationDescriptions"
upperBound="-1" eType="#//description/DecorationDescription" containment="true"
eKeys="#//description/DecorationDescription/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationDescription" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1"
eType="#//description/Position" defaultValueLiteral="SOUTH_WEST"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoratorPath" lowerBound="1"
eType="#//description/ImagePath">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that filters the elements on which we want to display the decoration."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="containerView" value="viewpoint.DSemanticDecorator | the view that would contain the potential views of the checked elements."/>
<details key="container" value="ecore.EObject | the semantic element of the container view."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current diagram."/>
<details key="diagram" value="diagram.DDiagram | the current diagram."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Position">
<eLiterals name="NORTH" literal="NORTH"/>
<eLiterals name="WEST" value="1" literal="WEST"/>
<eLiterals name="SOUTH" value="2" literal="SOUTH"/>
<eLiterals name="EAST" value="3" literal="EAST"/>
<eLiterals name="NORTH_WEST" value="4" literal="NORTH_WEST"/>
<eLiterals name="NORTH_EAST" value="5" literal="NORTH_EAST"/>
<eLiterals name="SOUTH_WEST" value="6" literal="SOUTH_WEST"/>
<eLiterals name="SOUTH_EAST" value="7" literal="SOUTH_EAST"/>
<eLiterals name="CENTER" value="8" literal="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticBasedDecoration" eSuperTypes="#//description/DecorationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A SemanticBasedDecoration applies decoration on views that targeted an element of the given type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customization">
<eStructuralFeatures xsi:type="ecore:EReference" name="vsmElementCustomizations"
lowerBound="1" upperBound="-1" eType="#//description/IVSMElementCustomization"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IVSMElementCustomization" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="VSMElementCustomization" eSuperTypes="#//description/IVSMElementCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean result. True to enable the customization, false to disabled it. True by default."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureCustomizations"
lowerBound="1" upperBound="-1" eType="#//description/EStructuralFeatureCustomization"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VSMElementCustomizationReuse" eSuperTypes="#//description/IVSMElementCustomization">
<eStructuralFeatures xsi:type="ecore:EReference" name="reuse" lowerBound="1"
upperBound="-1" eType="#//description/EStructuralFeatureCustomization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeatureCustomization" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnAll" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAttributeCustomization" eSuperTypes="#//description/EStructuralFeatureCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="A java Object to affect as new value of a EAttribute, for example a java primitive."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EReferenceCustomization" eSuperTypes="#//description/EStructuralFeatureCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionDescription" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tree" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you want a tree representation of the selection candidates."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="#//description/TranslatableMessage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorDescription" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A color definition, which can produce a concrete RGB triplet."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemColor" eSuperTypes="#//description/FixedColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A subtype of FixedColor which is only used in the system palette.
Graphical elements which only support colors from the system
palette can use this type instead of the more general FixedColor."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the color description, as shown to the user in color palettes."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterpolatedColor" eSuperTypes="#//description/ColorDescription #//description/UserColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a color which varies between two level color depending on the values of dynamically computed expressions.

@Deprecated : Describes a color which varies between two extremes (red and green)
depending on the values of dynamically computed expressions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value of the color. The value of the color must be include in the scale bounds"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="10">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="colorSteps" upperBound="-1"
eType="#//description/ColorStep" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorStep">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ColorStep is identified by its associatedValue and references an associatedColor (FixedColor).
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedValue" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedColor" lowerBound="1"
eType="#//description/FixedColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FixedColor" eSuperTypes="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A fixed color description defined by a specific RGB triplet."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The red value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The green value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The blue value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserFixedColor" eSuperTypes="#//description/FixedColor #//description/UserColor"/>
<eClassifiers xsi:type="ecore:EClass" name="UserColor" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the color description, as shown to the user in color palettes."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SystemColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of colors available in the system palette."/>
</eAnnotations>
<eLiterals name="black"/>
<eLiterals name="blue" value="1"/>
<eLiterals name="red" value="2"/>
<eLiterals name="green" value="3"/>
<eLiterals name="yellow" value="4"/>
<eLiterals name="purple" value="5"/>
<eLiterals name="orange" value="6"/>
<eLiterals name="chocolate" value="7"/>
<eLiterals name="gray" value="8"/>
<eLiterals name="white" value="9"/>
<eLiterals name="dark_blue" value="11"/>
<eLiterals name="dark_red" value="12"/>
<eLiterals name="dark_green" value="13"/>
<eLiterals name="dark_yellow" value="14"/>
<eLiterals name="dark_purple" value="15"/>
<eLiterals name="dark_orange" value="16"/>
<eLiterals name="dark_chocolate" value="17"/>
<eLiterals name="dark_gray" value="18"/>
<eLiterals name="light_blue" value="21"/>
<eLiterals name="light_red" value="22"/>
<eLiterals name="light_green" value="23"/>
<eLiterals name="light_yellow" value="24"/>
<eLiterals name="light_purple" value="25"/>
<eLiterals name="light_orange" value="26"/>
<eLiterals name="light_chocolate" value="27"/>
<eLiterals name="light_gray" value="28"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Environment">
<eStructuralFeatures xsi:type="ecore:EReference" name="systemColors" eType="#//description/SytemColorsPalette"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultTools" upperBound="-1"
eType="#//description/tool/ToolEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBorderStyles" eType="#//description/style/LabelBorderStyles"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SytemColorsPalette">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//description/SystemColor" containment="true" eKeys="#//description/SystemColor/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserColorsPalette">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//description/UserColor" containment="true" eKeys="#//description/UserColor/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndUserDocumentedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endUserDocumentation"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All elements which are identified by its name (id) and which have a label to display it to the end-user."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of this element. Must be unique. Changing this identifier will break existing user models which reference the old identifier."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//description/TranslatableMessage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label used to display this viewpoint to the end-user."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputedColor" eSuperTypes="#//description/UserColor #//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a color which each value red, blue and green are computed expressions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value of the color."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnnotationEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="details" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractVariable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubVariable" abstract="true" eSuperTypes="#//description/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractiveVariableDescription" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This interface represents a variable which value is given by the user."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userDocumentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A documentation that is displayed to the user."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedVariable" eSuperTypes="#//description/InteractiveVariableDescription #//description/SubVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression used to define the default variable value."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="Must return an instance of type valueType."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the variable value."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TranslatableMessage" instanceClassName="java.lang.String"/>
<eSubpackages name="style" nsURI="http://www.eclipse.org/sirius/description/style/1.1.0"
nsPrefix="style">
<eClassifiers xsi:type="ecore:EClass" name="StyleDescription" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showIcon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True, if the icon shoud be dispayed on the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="feature:name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the name of a node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DSemanticDiagram."/>
<details key="view" value="diagram.DDiagramElement | the current view for which the label is calculated."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelColor" lowerBound="1"
eType="#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="#//description/ImagePath"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display on the element. If unset, the icon corresponding to the semantic element will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelStyleDescription" eSuperTypes="#//description/style/BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelAlignment" eType="#//LabelAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBorderStyles">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A group of LabelBorderStyleDescription to store in Environment.odesign."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBorderStyleDescriptions"
upperBound="-1" eType="#//description/style/LabelBorderStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBorderStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the border of a container label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TooltipStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltipExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression is used to compute the text of the optional tooltip shown when the user leaves the mouse on an element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="viewpoint.DSemanticDecorator | the current view."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="tool" nsURI="http://www.eclipse.org/sirius/description/tool/1.1.0"
nsPrefix="tool">
<eClassifiers xsi:type="ecore:EClass" name="ToolEntry" abstract="true" interface="true"
eSuperTypes="#//description/DocumentedElement #//description/IdentifiedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractToolDescription" abstract="true"
eSuperTypes="#//description/tool/ToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Base class of all tools."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition of the tool."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="container" value="ecore.EObject | the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceRefresh" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If true then a refresh for the whole representation is executed after every execution of the tool."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1"
eType="#//description/tool/ToolFilterDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementsToSelect" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression used to define the selected elements after the tool execution."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inverseSelectionOrder"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="By default the elements to select are listed in the creation order. If true, the order is inverted."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBasedToolDescription" abstract="true"
eSuperTypes="#//description/tool/AbstractToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A mapping based tool. This is a tool that create a ViewPointElement."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="#//description/ImagePath"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display in the palette. If unset, the icon corresponding to the semantic element associated with the mapping will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable container that represents the semantic element of the clicked view."/>
<details key="documentedName" value="element"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="ecore.EObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementView" lowerBound="1"
eType="#//description/tool/ElementViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable that represents the clicked view."/>
<details key="documentedName" value="elementView"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="ecore.EObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation to execute."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PasteDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool that describes a paste operation."/>
</eAnnotations>
<eOperations name="getContainers" upperBound="-1" eType="#//description/PasteTargetDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/DropContainerVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the new container view."/>
<details key="documentedName" value="newSemanticContainer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The new view container (DRepresentation of DRepresentationElement)."/>
<details key="documentedName" value="newContainerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="copiedView" lowerBound="1"
eType="#//description/tool/ElementViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The copied view."/>
<details key="documentedName" value="oldSemanticElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="copiedElement" lowerBound="1"
eType="#//description/tool/ElementVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The copied semantic element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionWizardDescription" eSuperTypes="#//description/tool/AbstractToolDescription #//description/SelectionDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/SelectContainerVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" lowerBound="1"
eType="#//description/ImagePath" defaultValueLiteral="/org.eclipse.sirius.ui/icons/full/obj16/SelectionWizardDescription.gif"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTitle" lowerBound="1"
eType="#//description/TranslatableMessage" defaultValueLiteral="Selection Wizard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Title of the dialog."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowImagePath" eType="#//description/ImagePath"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaneBasedSelectionWizardDescription"
eSuperTypes="#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/SelectContainerVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" lowerBound="1"
eType="#//description/ImagePath" defaultValueLiteral="/org.eclipse.sirius.ui/icons/full/obj16/PaneBasedSelectionWizardDescription.gif"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTitle" lowerBound="1"
eType="#//description/TranslatableMessage" defaultValueLiteral="Selection Wizard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Title of the dialog."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowImagePath" eType="#//description/ImagePath"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="#//description/TranslatableMessage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="choiceOfValuesMessage"
eType="#//description/TranslatableMessage" defaultValueLiteral="Choice of values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tree" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you want a tree representation of the selection candidates."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedValuesMessage"
eType="#//description/TranslatableMessage" defaultValueLiteral="Selected values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preSelectedCandidatesExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationCreationDescription"
abstract="true" eSuperTypes="#//description/tool/AbstractToolDescription">
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//description/RepresentationElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default title of the representation to create. (new + name if empty)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might put here an expression to browse the semantic model to get to a new place before creating the representation."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationDescription"
lowerBound="1" eType="#//description/RepresentationDescription" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" eType="#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerViewVariable"
lowerBound="1" eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable containerView that represents the clickedView (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationNameVariable"
lowerBound="1" eType="#//description/tool/NameVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable representationName that represents the name of the created representation."/>
<details key="documentedName" value="representationName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationNavigationDescription"
abstract="true" eSuperTypes="#//description/tool/AbstractToolDescription">
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//description/RepresentationElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the navigation target."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigationNameExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="name" value="name of the targeted Representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationDescription"
lowerBound="1" eType="#//description/RepresentationDescription" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerViewVariable"
lowerBound="1" eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable containerView that represents the clickedView (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerVariable"
lowerBound="1" eType="#//description/tool/ElementSelectVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable container that represents the semantic element of the clicked view."/>
<details key="documentedName" value="container"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationNameVariable"
lowerBound="1" eType="#//description/tool/NameVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable representationName that represents the name of the representation to open."/>
<details key="documentedName" value="representationName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemOrRef" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemDescription" abstract="true"
eSuperTypes="#//description/tool/AbstractToolDescription #//description/tool/MenuItemOrRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="#//description/ImagePath"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemDescriptionReference" eSuperTypes="#//description/tool/MenuItemOrRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1"
eType="#//description/tool/MenuItemDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationAction" eSuperTypes="#//description/tool/MenuItemDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="view" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaAction" eSuperTypes="#//description/tool/MenuItemDescription #//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Identifier for your External Java Action provided through extension points."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//description/tool/ExternalJavaActionParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaActionCall" eSuperTypes="#//description/tool/MenuItemDescription #//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An operation which can be used to call an ExternalJavaAction defined elsewhere."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//description/tool/ExternalJavaAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The action to call."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PopupMenu" eSuperTypes="#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItemDescription"
lowerBound="1" upperBound="-1" eType="#//description/tool/MenuItemDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableContainer" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="subVariables" upperBound="-1"
eType="#//description/SubVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceleoVariable" eSuperTypes="#//description/tool/VariableContainer #//description/SubVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="computationExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<Object> or an Object."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DialogVariable" abstract="true"
eSuperTypes="#//description/AbstractVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dialogPrompt" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementDropVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementSelectVariable" eSuperTypes="#//description/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementViewVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementDeleteVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DropContainerVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectContainerVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ContainerViewVariable" eSuperTypes="#//description/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectModelElementVariable" eSuperTypes="#//description/SubVariable #//description/SelectionDescription #//description/InteractiveVariableDescription"/>
<eClassifiers xsi:type="ecore:EClass" name="EditMaskVariables">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mask" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Editing mask, in the form of {0} : {1} for instance."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerModelOperation" abstract="true"
eSuperTypes="#//description/tool/ModelOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="subModelOperations"
upperBound="-1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelOperation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNodeCreationOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitEdgeCreationOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialContainerDropOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateInstance" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to create a new instance. The context must be the container of the new instance."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the new instance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the reference that contained the new instance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="instance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Once the instance is created, a new variable will be bound with the name given here and will be available to any contained operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeContext" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to change the execution context."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression to browse to a new context (kind of a GOTO for models)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetValue" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to set a value of a feature of the current context."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the feature to set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value to set."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="any type supported by the feature."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetObject" eSuperTypes="#//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the feature to set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An instance to set, you might need to use "load resource" in the editor in order to be able to pick it."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unset" eSuperTypes="#//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the feature to unset."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the elements to unset from the feature."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MoveElement" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Move the element of the current context to another container."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newContainerExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression computing the new container."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the reference in the new container to put the element in."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveElement" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Remove the element represented by the current context."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="For" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to iterate a list of elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the elements to iterate on."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iteratorName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="i">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="On every iteration, the current element will be binded with the given name."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DragSource">
<eLiterals name="DIAGRAM" value="1"/>
<eLiterals name="PROJECT_EXPLORER" value="2" literal="PROJECT_EXPLORER"/>
<eLiterals name="BOTH" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the evaluation of the condition returns true then all operations contains by this If statement will be executed, otherwise all operations will be ignored."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
<details key="documentation" value="Expression representing the condition, if it returns true, every operation contained by this statement will be executed."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteView" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deletes the current context if it is a view"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameVariable" eSuperTypes="#//description/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaActionParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the parameter"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Value of the parameter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="any type supported by the corresponding java parameter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolFilterDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="filter to hide a tool in UI based on preconditon evaluated when specified elements to listen are modified "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition of the filter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementsToListen" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements to listen by the filter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a collection."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="listeners" lowerBound="1"
upperBound="-1" eType="#//description/tool/FeatureChangeListener" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureChangeListener">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//description/tool/SwitchChild">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the evaluation of the condition returns true then all operations contains by this case statement will be executed, otherwise all operations will be ignored."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
<details key="documentation" value="Expression representing the condition, if it returns true, every operation contained by this statement will be executed."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchChild" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="subModelOperations"
upperBound="-1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Default" eSuperTypes="#//description/tool/SwitchChild">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Default Case is executed if none of Case condition are true."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//description/tool/ModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Swich contains 1 or more Case and 1 Default Case. If no Case condition return true, Default Case is executed. If there are more Case condition who return true it's the first Condition Case true who is executed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1"
upperBound="-1" eType="#//description/tool/Case" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" lowerBound="1"
eType="#//description/tool/Default" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="validation" nsURI="http://www.eclipse.org/sirius/description/validation/1.1.0"
nsPrefix="validation">
<eClassifiers xsi:type="ecore:EClass" name="ValidationSet" eSuperTypes="#//description/DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of validation rules."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRules" upperBound="-1"
eType="#//description/validation/ValidationRule" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validation rules owned by this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRules" upperBound="-1"
eType="#//description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules that are reused by this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRules" upperBound="-1"
eType="#//description/validation/ValidationRule" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All rules of the set."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationRule" abstract="true"
eSuperTypes="#//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule."/>
</eAnnotations>
<eOperations name="checkRule" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Check the rule for the specified element."/>
</eAnnotations>
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The object to test."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getMessage" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" lowerBound="1"
eType="#//description/validation/ERROR_LEVEL" defaultValueLiteral="INFO"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="#//description/InterpretedExpression"
defaultValueLiteral="The element has...">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="audits" upperBound="-1"
eType="#//description/validation/RuleAudit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fixes" upperBound="-1"
eType="#//description/validation/ValidationFix" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticValidationRule" eSuperTypes="#//description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule that is applied on a semantic element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetClass" lowerBound="1"
eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the domain class of the element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewValidationRule" eSuperTypes="#//description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule that is applied on a view element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="#//description/RepresentationElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping to validate."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleAudit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validation expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auditExpression" lowerBound="1"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression checked on the model, if the audit fails (return false) then the rule fail."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ERROR_LEVEL">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All levels of error for a validation rule."/>
</eAnnotations>
<eLiterals name="INFO">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Info level."/>
</eAnnotations>
</eLiterals>
<eLiterals name="WARNING" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Warning level."/>
</eAnnotations>
</eLiterals>
<eLiterals name="ERROR" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Error level."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationFix">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the quick fix displayed to the user."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="audit" nsURI="http://www.eclipse.org/sirius/description/audit/1.1.0"
nsPrefix="audit">
<eClassifiers xsi:type="ecore:EClass" name="InformationSection" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The section that displays informations about the selected element."/>
</eAnnotations>
<eOperations name="getContent" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the content of the section."/>
</eAnnotations>
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The selected element."/>
</eAnnotations>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateInformationSection" eSuperTypes="#//description/audit/InformationSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This information section is based on an Acceleo template."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="templatePath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The file path of the template."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"viewpoint","nsURI":"http://www.eclipse.org/sirius/1.1.0","name":"viewpoint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysis","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureExtension","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DStylizable","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRefreshable","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMappingBased","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSemanticDecorator","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentation","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentationElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DView","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelExtension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decoration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisCustomData","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyle","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontFormat","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelAlignment","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.sirius.viewpoint.RGBValues","defaultValue":null,"instanceClassName":"org.eclipse.sirius.viewpoint.RGBValues","name":"RGBValues","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisSessionEObject","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncStatus","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionManagerEObject","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResource","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFile","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResourceContainer","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DProject","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFolder","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModel","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyle","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customizable","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.sirius.business.api.resource.ResourceDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.sirius.business.api.resource.ResourceDescriptor","name":"ResourceDescriptor","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIState","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/description/1.1.0","name":"description","id":31,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAnalysis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticResources","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"models","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":"eAnnotations","changeable":true,"resolveProxies":false,"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":"ownedViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedViews","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":"ownedFeatureExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotationEntry","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureExtensionDescription","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStyle","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMapping","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationElementMapping","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModelElement","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"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":"ownedRepresentationElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":62,"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":"representationElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":63,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAnnotationEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uiState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEntry","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"viewpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":"models","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewpoint","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"eClass":"EGenericType"},{"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":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"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":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescription","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelAlignment","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"italic","id":106,"value":0,"literal":"italic","eClass":"EEnumLiteral"},{"name":"bold","id":107,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"underline","id":108,"value":2,"literal":"underline","eClass":"EEnumLiteral"},{"name":"strike_through","id":109,"value":3,"literal":"strike_through","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":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleDescription","instanceClass":null,"abstract":true,"id":113,"interface":true,"eClass":"EClass"},{"id":114,"eClass":"EGenericType"},{"name":"CENTER","id":115,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"LEFT","id":116,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":117,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"open","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"resources","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"controlledResources","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":false,"unsettable":false,"transient":false,"unique":true,"name":"activatedViewpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"analyses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"dirty","unsettable":false,"transient":false,"unique":true,"name":"synchronizationStatus","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"name":"dirty","id":130,"value":0,"literal":"dirty","eClass":"EEnumLiteral"},{"name":"sync","id":131,"value":1,"literal":"sync","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":"ownedSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"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":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showIcon","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0,0,0","unsettable":false,"transient":false,"unique":true,"name":"labelColor","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customFeatures","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"inverseSelectionOrder","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"elementsToSelect","changeable":true,"resolveProxies":false,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":true,"id":163,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":164,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationDescription","instanceClass":null,"abstract":true,"id":165,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationTemplate","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationImportDescription","instanceClass":null,"abstract":true,"id":167,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationExtensionDescription","instanceClass":null,"abstract":true,"id":168,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelExtensionSetting","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaExtension","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMappingImport","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotation","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalStyleDescription","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeName","instanceClass":"java.lang.String","id":174,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"InterpretedExpression","instanceClass":"java.lang.String","id":175,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FeatureName","instanceClass":"java.lang.String","id":176,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ImagePath","instanceClass":"java.lang.String","id":177,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteTargetDescription","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescriptionsSet","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Position","instanceClass":null,"id":180,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticBasedDecoration","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customization","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IVSMElementCustomization","instanceClass":null,"abstract":true,"id":183,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomization","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomizationReuse","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeatureCustomization","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttributeCustomization","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReferenceCustomization","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionDescription","instanceClass":null,"abstract":true,"id":189,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorDescription","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemColor","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterpolatedColor","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorStep","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedColor","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserFixedColor","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColor","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemColors","instanceClass":null,"id":197,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SytemColorsPalette","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColorsPalette","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndUserDocumentedElement","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedColor","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":204,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubVariable","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractiveVariableDescription","instanceClass":null,"abstract":true,"id":207,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedVariable","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TranslatableMessage","instanceClass":"java.lang.String","id":209,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"style","nsURI":"http://www.eclipse.org/sirius/description/style/1.1.0","name":"style","id":210,"eClass":"EPackage"},{"nsPrefix":"tool","nsURI":"http://www.eclipse.org/sirius/description/tool/1.1.0","name":"tool","id":211,"eClass":"EPackage"},{"nsPrefix":"validation","nsURI":"http://www.eclipse.org/sirius/description/validation/1.1.0","name":"validation","id":212,"eClass":"EPackage"},{"nsPrefix":"audit","nsURI":"http://www.eclipse.org/sirius/description/audit/1.1.0","name":"audit","id":213,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedViewpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"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":"systemColorsPalette","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"userColorsPalettes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initView","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*","unsettable":false,"transient":false,"unique":true,"name":"modelFileExtension","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentationExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedJavaExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMMExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFeatureExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"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":"ownedTemplates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"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":"conflicts","changeable":true,"lowerBound":0,"iD":false,"id":240,"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":"reuses","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"customizes","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"model","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationSet","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"titleExpression","changeable":true,"lowerBound":0,"iD":false,"id":265,"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":"initialisation","changeable":true,"lowerBound":1,"iD":false,"id":266,"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":"metamodel","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":"showOnStartup","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"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":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"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":"viewpointURI","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"representationName","changeable":true,"lowerBound":1,"iD":false,"id":281,"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":"metamodel","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"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":"qualifiedClassName","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"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":"detailDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"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":"navigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationCreationDescription","instanceClass":null,"abstract":true,"id":294,"interface":false,"eClass":"EClass"},{"id":295,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationNavigationDescription","instanceClass":null,"abstract":true,"id":296,"interface":false,"eClass":"EClass"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hideSubMappings","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"inheritsAncestorFilters","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDAnnotation","lowerBound":0,"id":304,"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":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"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":310,"derived":false},{"container":false,"ordered":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":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkPredicate","lowerBound":0,"id":314,"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":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"pasteDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteDescription","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SOUTH_WEST","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":330,"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":"decoratorPath","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"name":"NORTH","id":337,"value":0,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"WEST","id":338,"value":1,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"SOUTH","id":339,"value":2,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"EAST","id":340,"value":3,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":341,"value":4,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":342,"value":5,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":343,"value":6,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":344,"value":7,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"CENTER","id":345,"value":8,"literal":"CENTER","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vsmElementCustomizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":0,"iD":false,"id":351,"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":"featureCustomizations","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reuse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"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":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnAll","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"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":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"container":false,"ordered":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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"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":"candidatesExpression","changeable":true,"lowerBound":1,"iD":false,"id":375,"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":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":376,"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":"tree","changeable":true,"lowerBound":1,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"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":"childrenExpression","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"colorValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"10","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"maxValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colorSteps","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"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"associatedValue","changeable":true,"lowerBound":1,"iD":false,"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":"associatedColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"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":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"name":"black","id":415,"value":0,"literal":"black","eClass":"EEnumLiteral"},{"name":"blue","id":416,"value":1,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":417,"value":2,"literal":"red","eClass":"EEnumLiteral"},{"name":"green","id":418,"value":3,"literal":"green","eClass":"EEnumLiteral"},{"name":"yellow","id":419,"value":4,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"purple","id":420,"value":5,"literal":"purple","eClass":"EEnumLiteral"},{"name":"orange","id":421,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"chocolate","id":422,"value":7,"literal":"chocolate","eClass":"EEnumLiteral"},{"name":"gray","id":423,"value":8,"literal":"gray","eClass":"EEnumLiteral"},{"name":"white","id":424,"value":9,"literal":"white","eClass":"EEnumLiteral"},{"name":"dark_blue","id":425,"value":11,"literal":"dark_blue","eClass":"EEnumLiteral"},{"name":"dark_red","id":426,"value":12,"literal":"dark_red","eClass":"EEnumLiteral"},{"name":"dark_green","id":427,"value":13,"literal":"dark_green","eClass":"EEnumLiteral"},{"name":"dark_yellow","id":428,"value":14,"literal":"dark_yellow","eClass":"EEnumLiteral"},{"name":"dark_purple","id":429,"value":15,"literal":"dark_purple","eClass":"EEnumLiteral"},{"name":"dark_orange","id":430,"value":16,"literal":"dark_orange","eClass":"EEnumLiteral"},{"name":"dark_chocolate","id":431,"value":17,"literal":"dark_chocolate","eClass":"EEnumLiteral"},{"name":"dark_gray","id":432,"value":18,"literal":"dark_gray","eClass":"EEnumLiteral"},{"name":"light_blue","id":433,"value":21,"literal":"light_blue","eClass":"EEnumLiteral"},{"name":"light_red","id":434,"value":22,"literal":"light_red","eClass":"EEnumLiteral"},{"name":"light_green","id":435,"value":23,"literal":"light_green","eClass":"EEnumLiteral"},{"name":"light_yellow","id":436,"value":24,"literal":"light_yellow","eClass":"EEnumLiteral"},{"name":"light_purple","id":437,"value":25,"literal":"light_purple","eClass":"EEnumLiteral"},{"name":"light_orange","id":438,"value":26,"literal":"light_orange","eClass":"EEnumLiteral"},{"name":"light_chocolate","id":439,"value":27,"literal":"light_chocolate","eClass":"EEnumLiteral"},{"name":"light_gray","id":440,"value":28,"literal":"light_gray","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":"systemColors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolEntry","instanceClass":null,"abstract":true,"id":445,"interface":true,"eClass":"EClass"},{"id":446,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyles","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"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":"data","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"endUserDocumentation","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"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":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":463,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":464,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"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":471,"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":"details","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"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":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDocumentation","changeable":true,"lowerBound":0,"iD":false,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueExpression","changeable":true,"lowerBound":0,"iD":false,"id":480,"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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyleDescription","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyleDescription","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyleDescription","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TooltipStyleDescription","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showIcon","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"feature:name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"feature:name","unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":493,"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":"labelColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelAlignment","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyleDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":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":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"tooltipExpression","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractToolDescription","instanceClass":null,"abstract":true,"id":517,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBasedToolDescription","instanceClass":null,"abstract":true,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDescription","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionWizardDescription","instanceClass":null,"abstract":false,"id":520,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaneBasedSelectionWizardDescription","instanceClass":null,"abstract":false,"id":521,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemOrRef","instanceClass":null,"abstract":true,"id":522,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescription","instanceClass":null,"abstract":true,"id":523,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescriptionReference","instanceClass":null,"abstract":false,"id":524,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationAction","instanceClass":null,"abstract":false,"id":525,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaAction","instanceClass":null,"abstract":false,"id":526,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionCall","instanceClass":null,"abstract":false,"id":527,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopupMenu","instanceClass":null,"abstract":false,"id":528,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceleoVariable","instanceClass":null,"abstract":false,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogVariable","instanceClass":null,"abstract":true,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDropVariable","instanceClass":null,"abstract":false,"id":532,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementSelectVariable","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementVariable","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementViewVariable","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDeleteVariable","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropContainerVariable","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectContainerVariable","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerViewVariable","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectModelElementVariable","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditMaskVariables","instanceClass":null,"abstract":false,"id":541,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerModelOperation","instanceClass":null,"abstract":true,"id":542,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelOperation","instanceClass":null,"abstract":true,"id":543,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNodeCreationOperation","instanceClass":null,"abstract":false,"id":544,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialOperation","instanceClass":null,"abstract":false,"id":545,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdgeCreationOperation","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialContainerDropOperation","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInstance","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeContext","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetObject","instanceClass":null,"abstract":false,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unset","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoveElement","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveElement","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DragSource","instanceClass":null,"id":556,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteView","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameVariable","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionParameter","instanceClass":null,"abstract":false,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolFilterDescription","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChangeListener","instanceClass":null,"abstract":false,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchChild","instanceClass":null,"abstract":true,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default","instanceClass":null,"abstract":false,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":569,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceRefresh","changeable":true,"lowerBound":0,"iD":false,"id":570,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"elementsToSelect","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"inverseSelectionOrder","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":582,"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":"elementView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":583,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainers","lowerBound":0,"id":590,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":591,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":592,"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":"copiedView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":593,"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":"copiedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"/org.eclipse.sirius.ui/icons/full/obj16/SelectionWizardDescription.gif","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"/org.eclipse.sirius.ui/icons/full/obj16/SelectionWizardDescription.gif","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":1,"iD":false,"id":607,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Selection Wizard","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Selection Wizard","unsettable":false,"transient":false,"unique":true,"name":"windowTitle","changeable":true,"lowerBound":1,"iD":false,"id":608,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowImagePath","changeable":true,"lowerBound":0,"iD":false,"id":609,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":620,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":621,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":622,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"/org.eclipse.sirius.ui/icons/full/obj16/PaneBasedSelectionWizardDescription.gif","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"/org.eclipse.sirius.ui/icons/full/obj16/PaneBasedSelectionWizardDescription.gif","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":1,"iD":false,"id":623,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Selection Wizard","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Selection Wizard","unsettable":false,"transient":false,"unique":true,"name":"windowTitle","changeable":true,"lowerBound":1,"iD":false,"id":624,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowImagePath","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":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":626,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Choice of values","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Choice of values","unsettable":false,"transient":false,"unique":true,"name":"choiceOfValuesMessage","changeable":true,"lowerBound":0,"iD":false,"id":627,"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":"candidatesExpression","changeable":true,"lowerBound":1,"iD":false,"id":628,"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":"tree","changeable":true,"lowerBound":1,"iD":false,"id":629,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"childrenExpression","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Selected values","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Selected values","unsettable":false,"transient":false,"unique":true,"name":"selectedValuesMessage","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preSelectedCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":633,"derived":false},{"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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":650,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"titleExpression","changeable":true,"lowerBound":0,"iD":false,"id":651,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":652,"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":"representationDescription","changeable":false,"resolveProxies":true,"lowerBound":1,"id":653,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"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":"containerViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":655,"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":"representationNameVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":665,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":666,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigationNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":667,"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":"representationDescription","changeable":false,"resolveProxies":true,"lowerBound":1,"id":668,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containerViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"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":"containerVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":670,"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":"representationNameVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":671,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":680,"derived":false},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"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":"view","changeable":true,"resolveProxies":true,"lowerBound":1,"id":687,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"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":692,"derived":false},{"container":false,"ordered":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":693,"derived":false},{"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"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":"menuItemDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":702,"derived":false},{"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":"subVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"computationExpression","changeable":true,"lowerBound":0,"iD":false,"id":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dialogPrompt","changeable":true,"lowerBound":0,"iD":false,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"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"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"lowerBound":0,"iD":false,"id":732,"derived":false},{"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":"subModelOperations","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":737,"derived":false},{"id":738,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":739,"derived":false},{"id":740,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":741,"derived":false},{"id":742,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":745,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":746,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"instance","unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":0,"iD":false,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"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":755,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":756,"derived":false},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"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":760,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":765,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementExpression","changeable":true,"lowerBound":0,"iD":false,"id":766,"derived":false},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"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":"newContainerExpression","changeable":true,"lowerBound":1,"iD":false,"id":770,"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":771,"derived":false},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":776,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"i","unsettable":false,"transient":false,"unique":true,"name":"iteratorName","changeable":true,"lowerBound":1,"iD":false,"id":777,"derived":false},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"name":"DIAGRAM","id":781,"value":1,"literal":"DIAGRAM","eClass":"EEnumLiteral"},{"name":"PROJECT_EXPLORER","id":782,"value":2,"literal":"PROJECT_EXPLORER","eClass":"EEnumLiteral"},{"name":"BOTH","id":783,"value":3,"literal":"BOTH","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":"conditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":784,"derived":false},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"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":789,"derived":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":790,"derived":false},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":793,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementsToListen","changeable":true,"lowerBound":0,"iD":false,"id":794,"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":"listeners","changeable":true,"resolveProxies":true,"lowerBound":1,"id":795,"derived":false},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"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":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":799,"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":800,"derived":false},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":803,"derived":false},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModelOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":806,"derived":false},{"id":807,"eClass":"EGenericType"},{"id":808,"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":"cases","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":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationRule","instanceClass":null,"abstract":true,"id":814,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticValidationRule","instanceClass":null,"abstract":false,"id":815,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewValidationRule","instanceClass":null,"abstract":false,"id":816,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleAudit","instanceClass":null,"abstract":false,"id":817,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ERROR_LEVEL","instanceClass":null,"id":818,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationFix","instanceClass":null,"abstract":false,"id":819,"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":"ownedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"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":"reusedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"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":"allRules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":822,"derived":true},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":828,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":829,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"INFO","unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":1,"iD":false,"id":830,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"The element has...","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"The element has...","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"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":"audits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":832,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fixes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":833,"derived":false},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":836,"many":false,"required":false,"eClass":"EParameter"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":839,"many":false,"required":false,"eClass":"EParameter"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"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":"targetClass","changeable":true,"lowerBound":1,"iD":false,"id":845,"derived":false},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":848,"derived":false},{"id":849,"eClass":"EGenericType"},{"id":850,"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":"auditExpression","changeable":true,"lowerBound":1,"iD":false,"id":851,"derived":false},{"id":852,"eClass":"EGenericType"},{"name":"INFO","id":853,"value":0,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"WARNING","id":854,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":855,"value":3,"literal":"ERROR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":856,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":857,"derived":false},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSection","instanceClass":null,"abstract":true,"id":860,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInformationSection","instanceClass":null,"abstract":false,"id":861,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContent","lowerBound":0,"id":862,"many":false,"required":false,"eClass":"EOperation"},{"id":863,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":864,"many":false,"required":false,"eClass":"EParameter"},{"id":865,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"templatePath","changeable":true,"lowerBound":0,"iD":false,"id":866,"derived":false},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":32,"target":1},{"source":32,"target":40},{"source":32,"target":1},{"source":40,"target":1},{"source":33,"target":29},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":29},{"source":34,"target":42},{"source":34,"target":1},{"source":35,"target":43},{"source":35,"target":44},{"source":35,"target":1},{"source":44,"target":43},{"source":36,"target":9},{"source":36,"target":45},{"source":36,"target":1},{"source":45,"target":9},{"source":37,"target":9},{"source":37,"target":46},{"source":37,"target":1},{"source":46,"target":9},{"source":38,"target":2},{"source":38,"target":47},{"source":38,"target":1},{"source":47,"target":2},{"source":39,"target":48},{"source":39,"target":1},{"source":2,"target":0},{"source":2,"target":49},{"source":49,"target":50},{"source":49,"target":51},{"source":49,"target":2},{"source":51,"target":50},{"source":3,"target":0},{"source":3,"target":52},{"source":52,"target":15},{"source":52,"target":53},{"source":52,"target":3},{"source":53,"target":15},{"source":4,"target":0},{"source":4,"target":54},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":55},{"source":55,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":57,"target":56},{"source":6,"target":0},{"source":6,"target":58},{"source":58,"target":59},{"source":58,"target":6},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":4},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":62,"target":8},{"source":62,"target":70},{"source":62,"target":7},{"source":70,"target":8},{"source":63,"target":8},{"source":63,"target":71},{"source":63,"target":7},{"source":71,"target":8},{"source":64,"target":72},{"source":64,"target":7},{"source":65,"target":73},{"source":65,"target":74},{"source":65,"target":7},{"source":74,"target":73},{"source":66,"target":30},{"source":66,"target":75},{"source":66,"target":7},{"source":75,"target":30},{"source":67,"target":60},{"source":68,"target":4},{"source":69,"target":61},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":3},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":76,"target":82},{"source":76,"target":8},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":5},{"source":79,"target":3},{"source":80,"target":4},{"source":81,"target":6},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":84,"target":89},{"source":84,"target":90},{"source":84,"target":9},{"source":90,"target":89},{"source":85,"target":7},{"source":85,"target":91},{"source":85,"target":9},{"source":91,"target":7},{"source":86,"target":10},{"source":86,"target":92},{"source":86,"target":9},{"source":92,"target":10},{"source":87,"target":93},{"source":87,"target":9},{"source":88,"target":4},{"source":10,"target":0},{"source":10,"target":94},{"source":94,"target":95},{"source":94,"target":10},{"source":11,"target":0},{"source":11,"target":96},{"source":96,"target":97},{"source":96,"target":98},{"source":96,"target":11},{"source":98,"target":97},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":99,"target":101},{"source":99,"target":12},{"source":100,"target":102},{"source":100,"target":12},{"source":13,"target":0},{"source":13,"target":27},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":16},{"source":103,"target":105},{"source":103,"target":13},{"source":105,"target":16},{"source":104,"target":27},{"source":14,"target":0},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":106,"target":14},{"source":107,"target":14},{"source":108,"target":14},{"source":109,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":28},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":110,"target":113},{"source":110,"target":114},{"source":110,"target":15},{"source":114,"target":113},{"source":111,"target":4},{"source":112,"target":28},{"source":16,"target":0},{"source":16,"target":115},{"source":16,"target":116},{"source":16,"target":117},{"source":115,"target":16},{"source":116,"target":16},{"source":117,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":118,"target":124},{"source":118,"target":18},{"source":119,"target":125},{"source":119,"target":18},{"source":120,"target":126},{"source":120,"target":18},{"source":121,"target":89},{"source":121,"target":127},{"source":121,"target":18},{"source":127,"target":89},{"source":122,"target":1},{"source":122,"target":128},{"source":122,"target":18},{"source":128,"target":1},{"source":123,"target":19},{"source":123,"target":129},{"source":123,"target":18},{"source":129,"target":19},{"source":19,"target":0},{"source":19,"target":130},{"source":19,"target":131},{"source":130,"target":19},{"source":131,"target":19},{"source":20,"target":0},{"source":20,"target":132},{"source":132,"target":18},{"source":132,"target":133},{"source":132,"target":20},{"source":133,"target":18},{"source":21,"target":0},{"source":21,"target":134},{"source":21,"target":135},{"source":134,"target":136},{"source":134,"target":21},{"source":135,"target":137},{"source":135,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":138},{"source":138,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":139},{"source":23,"target":140},{"source":139,"target":21},{"source":139,"target":141},{"source":139,"target":23},{"source":141,"target":21},{"source":140,"target":21},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":142},{"source":142,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":143},{"source":143,"target":23},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":144},{"source":144,"target":22},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":145},{"source":27,"target":146},{"source":27,"target":147},{"source":27,"target":148},{"source":27,"target":149},{"source":27,"target":150},{"source":145,"target":151},{"source":145,"target":27},{"source":146,"target":14},{"source":146,"target":152},{"source":146,"target":27},{"source":152,"target":14},{"source":147,"target":153},{"source":147,"target":27},{"source":148,"target":154},{"source":148,"target":27},{"source":149,"target":17},{"source":149,"target":155},{"source":149,"target":27},{"source":155,"target":17},{"source":150,"target":28},{"source":28,"target":0},{"source":28,"target":156},{"source":156,"target":157},{"source":156,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":158},{"source":30,"target":159},{"source":158,"target":160},{"source":158,"target":30},{"source":159,"target":161},{"source":159,"target":30},{"source":31,"target":162},{"source":31,"target":163},{"source":31,"target":164},{"source":31,"target":89},{"source":31,"target":50},{"source":31,"target":165},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":31,"target":169},{"source":31,"target":170},{"source":31,"target":56},{"source":31,"target":171},{"source":31,"target":60},{"source":31,"target":61},{"source":31,"target":172},{"source":31,"target":173},{"source":31,"target":174},{"source":31,"target":175},{"source":31,"target":176},{"source":31,"target":177},{"source":31,"target":178},{"source":31,"target":179},{"source":31,"target":97},{"source":31,"target":180},{"source":31,"target":181},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":185},{"source":31,"target":186},{"source":31,"target":187},{"source":31,"target":188},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":31,"target":195},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":31,"target":73},{"source":31,"target":201},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":43},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":31,"target":0},{"source":162,"target":31},{"source":162,"target":61},{"source":162,"target":60},{"source":162,"target":214},{"source":162,"target":215},{"source":162,"target":216},{"source":162,"target":217},{"source":162,"target":218},{"source":162,"target":219},{"source":162,"target":220},{"source":162,"target":221},{"source":214,"target":222},{"source":214,"target":162},{"source":215,"target":89},{"source":215,"target":223},{"source":215,"target":162},{"source":215,"target":224},{"source":223,"target":89},{"source":216,"target":199},{"source":216,"target":225},{"source":216,"target":162},{"source":225,"target":199},{"source":217,"target":200},{"source":217,"target":226},{"source":217,"target":162},{"source":217,"target":227},{"source":226,"target":200},{"source":218,"target":228},{"source":218,"target":162},{"source":219,"target":163},{"source":219,"target":229},{"source":219,"target":162},{"source":229,"target":163},{"source":220,"target":61},{"source":221,"target":60},{"source":163,"target":31},{"source":164,"target":31},{"source":89,"target":31},{"source":89,"target":60},{"source":89,"target":164},{"source":89,"target":201},{"source":89,"target":202},{"source":89,"target":230},{"source":89,"target":231},{"source":89,"target":232},{"source":89,"target":233},{"source":89,"target":234},{"source":89,"target":235},{"source":89,"target":236},{"source":89,"target":237},{"source":89,"target":238},{"source":89,"target":239},{"source":89,"target":240},{"source":89,"target":241},{"source":89,"target":242},{"source":89,"target":243},{"source":89,"target":244},{"source":89,"target":245},{"source":89,"target":246},{"source":230,"target":89},{"source":230,"target":247},{"source":247,"target":248},{"source":247,"target":230},{"source":231,"target":249},{"source":231,"target":89},{"source":232,"target":250},{"source":232,"target":251},{"source":232,"target":89},{"source":232,"target":252},{"source":251,"target":250},{"source":233,"target":165},{"source":233,"target":253},{"source":233,"target":89},{"source":233,"target":224},{"source":253,"target":165},{"source":234,"target":168},{"source":234,"target":254},{"source":234,"target":89},{"source":234,"target":255},{"source":254,"target":168},{"source":235,"target":170},{"source":235,"target":256},{"source":235,"target":89},{"source":256,"target":170},{"source":236,"target":169},{"source":236,"target":257},{"source":236,"target":89},{"source":257,"target":169},{"source":237,"target":50},{"source":237,"target":258},{"source":237,"target":89},{"source":258,"target":50},{"source":238,"target":177},{"source":238,"target":259},{"source":238,"target":89},{"source":259,"target":177},{"source":239,"target":166},{"source":239,"target":260},{"source":239,"target":89},{"source":239,"target":261},{"source":260,"target":166},{"source":240,"target":204},{"source":240,"target":262},{"source":240,"target":89},{"source":262,"target":204},{"source":241,"target":204},{"source":241,"target":263},{"source":241,"target":89},{"source":263,"target":204},{"source":242,"target":204},{"source":242,"target":264},{"source":242,"target":89},{"source":264,"target":204},{"source":243,"target":60},{"source":244,"target":164},{"source":245,"target":201},{"source":246,"target":202},{"source":50,"target":31},{"source":165,"target":31},{"source":165,"target":60},{"source":165,"target":201},{"source":165,"target":202},{"source":165,"target":265},{"source":165,"target":266},{"source":165,"target":267},{"source":165,"target":268},{"source":165,"target":269},{"source":165,"target":270},{"source":165,"target":271},{"source":265,"target":175},{"source":265,"target":272},{"source":265,"target":165},{"source":272,"target":175},{"source":266,"target":273},{"source":266,"target":165},{"source":267,"target":274},{"source":267,"target":165},{"source":268,"target":275},{"source":268,"target":165},{"source":269,"target":60},{"source":270,"target":201},{"source":271,"target":202},{"source":166,"target":31},{"source":166,"target":261},{"source":166,"target":276},{"source":261,"target":277},{"source":261,"target":166},{"source":276,"target":165},{"source":276,"target":278},{"source":276,"target":166},{"source":278,"target":165},{"source":167,"target":31},{"source":167,"target":165},{"source":167,"target":279},{"source":279,"target":165},{"source":168,"target":31},{"source":168,"target":255},{"source":168,"target":280},{"source":168,"target":281},{"source":168,"target":282},{"source":255,"target":283},{"source":255,"target":168},{"source":280,"target":284},{"source":280,"target":168},{"source":281,"target":285},{"source":281,"target":168},{"source":282,"target":286},{"source":282,"target":168},{"source":169,"target":31},{"source":169,"target":287},{"source":287,"target":288},{"source":287,"target":169},{"source":170,"target":31},{"source":170,"target":289},{"source":289,"target":290},{"source":289,"target":170},{"source":56,"target":31},{"source":56,"target":202},{"source":56,"target":291},{"source":56,"target":292},{"source":56,"target":293},{"source":291,"target":294},{"source":291,"target":295},{"source":291,"target":56},{"source":295,"target":294},{"source":292,"target":296},{"source":292,"target":297},{"source":292,"target":56},{"source":297,"target":296},{"source":293,"target":202},{"source":171,"target":31},{"source":171,"target":298},{"source":171,"target":299},{"source":298,"target":300},{"source":298,"target":171},{"source":299,"target":301},{"source":299,"target":171},{"source":60,"target":31},{"source":60,"target":302},{"source":302,"target":303},{"source":302,"target":60},{"source":61,"target":31},{"source":61,"target":304},{"source":61,"target":305},{"source":304,"target":172},{"source":304,"target":306},{"source":304,"target":61},{"source":304,"target":307},{"source":306,"target":172},{"source":307,"target":308},{"source":307,"target":304},{"source":305,"target":172},{"source":305,"target":309},{"source":305,"target":61},{"source":309,"target":172},{"source":172,"target":31},{"source":172,"target":310},{"source":172,"target":311},{"source":310,"target":312},{"source":310,"target":172},{"source":311,"target":313},{"source":311,"target":172},{"source":173,"target":31},{"source":173,"target":314},{"source":173,"target":315},{"source":314,"target":316},{"source":314,"target":173},{"source":314,"target":317},{"source":314,"target":318},{"source":314,"target":319},{"source":317,"target":320},{"source":317,"target":314},{"source":318,"target":321},{"source":318,"target":314},{"source":319,"target":322},{"source":319,"target":314},{"source":315,"target":175},{"source":315,"target":323},{"source":315,"target":173},{"source":323,"target":175},{"source":174,"target":31},{"source":175,"target":31},{"source":176,"target":31},{"source":177,"target":31},{"source":178,"target":31},{"source":178,"target":324},{"source":324,"target":325},{"source":324,"target":326},{"source":324,"target":178},{"source":326,"target":325},{"source":179,"target":31},{"source":179,"target":327},{"source":327,"target":97},{"source":327,"target":328},{"source":327,"target":179},{"source":327,"target":329},{"source":328,"target":97},{"source":97,"target":31},{"source":97,"target":329},{"source":97,"target":330},{"source":97,"target":331},{"source":97,"target":332},{"source":329,"target":333},{"source":329,"target":97},{"source":330,"target":180},{"source":330,"target":334},{"source":330,"target":97},{"source":334,"target":180},{"source":331,"target":177},{"source":331,"target":335},{"source":331,"target":97},{"source":335,"target":177},{"source":332,"target":175},{"source":332,"target":336},{"source":332,"target":97},{"source":336,"target":175},{"source":180,"target":31},{"source":180,"target":337},{"source":180,"target":338},{"source":180,"target":339},{"source":180,"target":340},{"source":180,"target":341},{"source":180,"target":342},{"source":180,"target":343},{"source":180,"target":344},{"source":180,"target":345},{"source":337,"target":180},{"source":338,"target":180},{"source":339,"target":180},{"source":340,"target":180},{"source":341,"target":180},{"source":342,"target":180},{"source":343,"target":180},{"source":344,"target":180},{"source":345,"target":180},{"source":181,"target":31},{"source":181,"target":97},{"source":181,"target":346},{"source":181,"target":347},{"source":346,"target":174},{"source":346,"target":348},{"source":346,"target":181},{"source":348,"target":174},{"source":347,"target":97},{"source":182,"target":31},{"source":182,"target":349},{"source":349,"target":183},{"source":349,"target":350},{"source":349,"target":182},{"source":350,"target":183},{"source":183,"target":31},{"source":184,"target":31},{"source":184,"target":183},{"source":184,"target":351},{"source":184,"target":352},{"source":184,"target":353},{"source":351,"target":175},{"source":351,"target":354},{"source":351,"target":184},{"source":354,"target":175},{"source":352,"target":186},{"source":352,"target":355},{"source":352,"target":184},{"source":355,"target":186},{"source":353,"target":183},{"source":185,"target":31},{"source":185,"target":183},{"source":185,"target":356},{"source":185,"target":357},{"source":185,"target":358},{"source":356,"target":186},{"source":356,"target":359},{"source":356,"target":185},{"source":359,"target":186},{"source":357,"target":360},{"source":357,"target":185},{"source":358,"target":183},{"source":186,"target":31},{"source":186,"target":361},{"source":186,"target":362},{"source":361,"target":363},{"source":361,"target":186},{"source":362,"target":364},{"source":362,"target":186},{"source":187,"target":31},{"source":187,"target":186},{"source":187,"target":365},{"source":187,"target":366},{"source":187,"target":367},{"source":365,"target":368},{"source":365,"target":187},{"source":366,"target":175},{"source":366,"target":369},{"source":366,"target":187},{"source":369,"target":175},{"source":367,"target":186},{"source":188,"target":31},{"source":188,"target":186},{"source":188,"target":370},{"source":188,"target":371},{"source":188,"target":372},{"source":370,"target":373},{"source":370,"target":188},{"source":371,"target":374},{"source":371,"target":188},{"source":372,"target":186},{"source":189,"target":31},{"source":189,"target":375},{"source":189,"target":376},{"source":189,"target":377},{"source":189,"target":378},{"source":189,"target":379},{"source":189,"target":380},{"source":375,"target":175},{"source":375,"target":381},{"source":375,"target":189},{"source":381,"target":175},{"source":376,"target":382},{"source":376,"target":189},{"source":377,"target":383},{"source":377,"target":189},{"source":378,"target":175},{"source":378,"target":384},{"source":378,"target":189},{"source":384,"target":175},{"source":379,"target":175},{"source":379,"target":385},{"source":379,"target":189},{"source":385,"target":175},{"source":380,"target":209},{"source":380,"target":386},{"source":380,"target":189},{"source":386,"target":209},{"source":190,"target":31},{"source":191,"target":31},{"source":191,"target":194},{"source":191,"target":387},{"source":191,"target":388},{"source":387,"target":389},{"source":387,"target":191},{"source":388,"target":194},{"source":192,"target":31},{"source":192,"target":190},{"source":192,"target":196},{"source":192,"target":390},{"source":192,"target":391},{"source":192,"target":392},{"source":192,"target":393},{"source":192,"target":394},{"source":192,"target":395},{"source":390,"target":175},{"source":390,"target":396},{"source":390,"target":192},{"source":396,"target":175},{"source":391,"target":175},{"source":391,"target":397},{"source":391,"target":192},{"source":397,"target":175},{"source":392,"target":175},{"source":392,"target":398},{"source":392,"target":192},{"source":398,"target":175},{"source":393,"target":193},{"source":393,"target":399},{"source":393,"target":192},{"source":399,"target":193},{"source":394,"target":190},{"source":395,"target":196},{"source":193,"target":31},{"source":193,"target":400},{"source":193,"target":401},{"source":400,"target":175},{"source":400,"target":402},{"source":400,"target":193},{"source":402,"target":175},{"source":401,"target":194},{"source":401,"target":403},{"source":401,"target":193},{"source":403,"target":194},{"source":194,"target":31},{"source":194,"target":190},{"source":194,"target":404},{"source":194,"target":405},{"source":194,"target":406},{"source":194,"target":407},{"source":404,"target":408},{"source":404,"target":194},{"source":405,"target":409},{"source":405,"target":194},{"source":406,"target":410},{"source":406,"target":194},{"source":407,"target":190},{"source":195,"target":31},{"source":195,"target":194},{"source":195,"target":196},{"source":195,"target":411},{"source":195,"target":412},{"source":411,"target":194},{"source":412,"target":196},{"source":196,"target":31},{"source":196,"target":413},{"source":413,"target":414},{"source":413,"target":196},{"source":197,"target":31},{"source":197,"target":415},{"source":197,"target":416},{"source":197,"target":417},{"source":197,"target":418},{"source":197,"target":419},{"source":197,"target":420},{"source":197,"target":421},{"source":197,"target":422},{"source":197,"target":423},{"source":197,"target":424},{"source":197,"target":425},{"source":197,"target":426},{"source":197,"target":427},{"source":197,"target":428},{"source":197,"target":429},{"source":197,"target":430},{"source":197,"target":431},{"source":197,"target":432},{"source":197,"target":433},{"source":197,"target":434},{"source":197,"target":435},{"source":197,"target":436},{"source":197,"target":437},{"source":197,"target":438},{"source":197,"target":439},{"source":197,"target":440},{"source":415,"target":197},{"source":416,"target":197},{"source":417,"target":197},{"source":418,"target":197},{"source":419,"target":197},{"source":420,"target":197},{"source":421,"target":197},{"source":422,"target":197},{"source":423,"target":197},{"source":424,"target":197},{"source":425,"target":197},{"source":426,"target":197},{"source":427,"target":197},{"source":428,"target":197},{"source":429,"target":197},{"source":430,"target":197},{"source":431,"target":197},{"source":432,"target":197},{"source":433,"target":197},{"source":434,"target":197},{"source":435,"target":197},{"source":436,"target":197},{"source":437,"target":197},{"source":438,"target":197},{"source":439,"target":197},{"source":440,"target":197},{"source":198,"target":31},{"source":198,"target":441},{"source":198,"target":442},{"source":198,"target":443},{"source":441,"target":199},{"source":441,"target":444},{"source":441,"target":198},{"source":444,"target":199},{"source":442,"target":445},{"source":442,"target":446},{"source":442,"target":198},{"source":446,"target":445},{"source":443,"target":447},{"source":443,"target":448},{"source":443,"target":198},{"source":448,"target":447},{"source":199,"target":31},{"source":199,"target":449},{"source":449,"target":191},{"source":449,"target":450},{"source":449,"target":199},{"source":449,"target":387},{"source":450,"target":191},{"source":200,"target":31},{"source":200,"target":227},{"source":200,"target":451},{"source":227,"target":452},{"source":227,"target":200},{"source":451,"target":196},{"source":451,"target":453},{"source":451,"target":200},{"source":451,"target":413},{"source":453,"target":196},{"source":73,"target":31},{"source":73,"target":454},{"source":73,"target":455},{"source":454,"target":456},{"source":454,"target":73},{"source":455,"target":457},{"source":455,"target":73},{"source":201,"target":31},{"source":201,"target":458},{"source":458,"target":459},{"source":458,"target":201},{"source":202,"target":31},{"source":202,"target":224},{"source":202,"target":460},{"source":224,"target":461},{"source":224,"target":202},{"source":460,"target":209},{"source":460,"target":462},{"source":460,"target":202},{"source":462,"target":209},{"source":203,"target":31},{"source":203,"target":196},{"source":203,"target":190},{"source":203,"target":463},{"source":203,"target":464},{"source":203,"target":465},{"source":203,"target":466},{"source":203,"target":467},{"source":463,"target":175},{"source":463,"target":468},{"source":463,"target":203},{"source":468,"target":175},{"source":464,"target":175},{"source":464,"target":469},{"source":464,"target":203},{"source":469,"target":175},{"source":465,"target":175},{"source":465,"target":470},{"source":465,"target":203},{"source":470,"target":175},{"source":466,"target":196},{"source":467,"target":190},{"source":43,"target":31},{"source":43,"target":471},{"source":43,"target":472},{"source":471,"target":473},{"source":471,"target":43},{"source":472,"target":474},{"source":472,"target":43},{"source":204,"target":31},{"source":205,"target":31},{"source":205,"target":475},{"source":475,"target":476},{"source":475,"target":205},{"source":206,"target":31},{"source":206,"target":205},{"source":206,"target":477},{"source":477,"target":205},{"source":207,"target":31},{"source":207,"target":478},{"source":478,"target":479},{"source":478,"target":207},{"source":208,"target":31},{"source":208,"target":207},{"source":208,"target":206},{"source":208,"target":480},{"source":208,"target":481},{"source":208,"target":482},{"source":208,"target":483},{"source":480,"target":175},{"source":480,"target":484},{"source":480,"target":208},{"source":484,"target":175},{"source":481,"target":485},{"source":481,"target":208},{"source":482,"target":207},{"source":483,"target":206},{"source":209,"target":31},{"source":210,"target":113},{"source":210,"target":486},{"source":210,"target":487},{"source":210,"target":447},{"source":210,"target":488},{"source":210,"target":489},{"source":210,"target":31},{"source":113,"target":210},{"source":486,"target":210},{"source":486,"target":490},{"source":486,"target":491},{"source":486,"target":492},{"source":486,"target":493},{"source":486,"target":494},{"source":486,"target":495},{"source":490,"target":496},{"source":490,"target":486},{"source":491,"target":14},{"source":491,"target":497},{"source":491,"target":486},{"source":497,"target":14},{"source":492,"target":498},{"source":492,"target":486},{"source":493,"target":175},{"source":493,"target":499},{"source":493,"target":486},{"source":499,"target":175},{"source":494,"target":190},{"source":494,"target":500},{"source":494,"target":486},{"source":500,"target":190},{"source":495,"target":177},{"source":495,"target":501},{"source":495,"target":486},{"source":501,"target":177},{"source":487,"target":210},{"source":487,"target":486},{"source":487,"target":502},{"source":487,"target":503},{"source":502,"target":16},{"source":502,"target":504},{"source":502,"target":487},{"source":504,"target":16},{"source":503,"target":486},{"source":447,"target":210},{"source":447,"target":505},{"source":505,"target":488},{"source":505,"target":506},{"source":505,"target":447},{"source":506,"target":488},{"source":488,"target":210},{"source":488,"target":507},{"source":488,"target":508},{"source":488,"target":509},{"source":488,"target":510},{"source":507,"target":511},{"source":507,"target":488},{"source":508,"target":512},{"source":508,"target":488},{"source":509,"target":513},{"source":509,"target":488},{"source":510,"target":514},{"source":510,"target":488},{"source":489,"target":210},{"source":489,"target":515},{"source":515,"target":175},{"source":515,"target":516},{"source":515,"target":489},{"source":516,"target":175},{"source":211,"target":445},{"source":211,"target":517},{"source":211,"target":518},{"source":211,"target":519},{"source":211,"target":325},{"source":211,"target":520},{"source":211,"target":521},{"source":211,"target":294},{"source":211,"target":296},{"source":211,"target":522},{"source":211,"target":523},{"source":211,"target":524},{"source":211,"target":525},{"source":211,"target":526},{"source":211,"target":527},{"source":211,"target":528},{"source":211,"target":529},{"source":211,"target":530},{"source":211,"target":531},{"source":211,"target":532},{"source":211,"target":533},{"source":211,"target":534},{"source":211,"target":535},{"source":211,"target":536},{"source":211,"target":537},{"source":211,"target":538},{"source":211,"target":539},{"source":211,"target":540},{"source":211,"target":541},{"source":211,"target":542},{"source":211,"target":543},{"source":211,"target":544},{"source":211,"target":545},{"source":211,"target":546},{"source":211,"target":547},{"source":211,"target":548},{"source":211,"target":549},{"source":211,"target":550},{"source":211,"target":551},{"source":211,"target":552},{"source":211,"target":553},{"source":211,"target":554},{"source":211,"target":555},{"source":211,"target":556},{"source":211,"target":557},{"source":211,"target":558},{"source":211,"target":559},{"source":211,"target":560},{"source":211,"target":561},{"source":211,"target":562},{"source":211,"target":563},{"source":211,"target":564},{"source":211,"target":565},{"source":211,"target":566},{"source":211,"target":31},{"source":445,"target":211},{"source":445,"target":60},{"source":445,"target":202},{"source":445,"target":567},{"source":445,"target":568},{"source":567,"target":60},{"source":568,"target":202},{"source":517,"target":211},{"source":517,"target":445},{"source":517,"target":569},{"source":517,"target":570},{"source":517,"target":571},{"source":517,"target":572},{"source":517,"target":573},{"source":517,"target":574},{"source":569,"target":175},{"source":569,"target":575},{"source":569,"target":517},{"source":575,"target":175},{"source":570,"target":576},{"source":570,"target":517},{"source":571,"target":561},{"source":571,"target":577},{"source":571,"target":517},{"source":577,"target":561},{"source":572,"target":175},{"source":572,"target":578},{"source":572,"target":517},{"source":578,"target":175},{"source":573,"target":579},{"source":573,"target":517},{"source":574,"target":445},{"source":518,"target":211},{"source":518,"target":517},{"source":518,"target":580},{"source":580,"target":517},{"source":519,"target":211},{"source":519,"target":518},{"source":519,"target":581},{"source":519,"target":582},{"source":519,"target":583},{"source":519,"target":584},{"source":519,"target":585},{"source":581,"target":177},{"source":581,"target":586},{"source":581,"target":519},{"source":586,"target":177},{"source":582,"target":534},{"source":582,"target":587},{"source":582,"target":519},{"source":587,"target":534},{"source":583,"target":535},{"source":583,"target":588},{"source":583,"target":519},{"source":588,"target":535},{"source":584,"target":545},{"source":584,"target":589},{"source":584,"target":519},{"source":589,"target":545},{"source":585,"target":518},{"source":325,"target":211},{"source":325,"target":518},{"source":325,"target":590},{"source":325,"target":591},{"source":325,"target":592},{"source":325,"target":593},{"source":325,"target":594},{"source":325,"target":595},{"source":325,"target":596},{"source":590,"target":178},{"source":590,"target":597},{"source":590,"target":325},{"source":597,"target":178},{"source":591,"target":537},{"source":591,"target":598},{"source":591,"target":325},{"source":598,"target":537},{"source":592,"target":539},{"source":592,"target":599},{"source":592,"target":325},{"source":599,"target":539},{"source":593,"target":535},{"source":593,"target":600},{"source":593,"target":325},{"source":600,"target":535},{"source":594,"target":534},{"source":594,"target":601},{"source":594,"target":325},{"source":601,"target":534},{"source":595,"target":545},{"source":595,"target":602},{"source":595,"target":325},{"source":602,"target":545},{"source":596,"target":518},{"source":520,"target":211},{"source":520,"target":517},{"source":520,"target":189},{"source":520,"target":603},{"source":520,"target":604},{"source":520,"target":605},{"source":520,"target":606},{"source":520,"target":607},{"source":520,"target":608},{"source":520,"target":609},{"source":520,"target":610},{"source":520,"target":611},{"source":603,"target":533},{"source":603,"target":612},{"source":603,"target":520},{"source":612,"target":533},{"source":604,"target":539},{"source":604,"target":613},{"source":604,"target":520},{"source":613,"target":539},{"source":605,"target":538},{"source":605,"target":614},{"source":605,"target":520},{"source":614,"target":538},{"source":606,"target":545},{"source":606,"target":615},{"source":606,"target":520},{"source":615,"target":545},{"source":607,"target":177},{"source":607,"target":616},{"source":607,"target":520},{"source":616,"target":177},{"source":608,"target":209},{"source":608,"target":617},{"source":608,"target":520},{"source":617,"target":209},{"source":609,"target":177},{"source":609,"target":618},{"source":609,"target":520},{"source":618,"target":177},{"source":610,"target":517},{"source":611,"target":189},{"source":521,"target":211},{"source":521,"target":517},{"source":521,"target":619},{"source":521,"target":620},{"source":521,"target":621},{"source":521,"target":622},{"source":521,"target":623},{"source":521,"target":624},{"source":521,"target":625},{"source":521,"target":626},{"source":521,"target":627},{"source":521,"target":628},{"source":521,"target":629},{"source":521,"target":630},{"source":521,"target":631},{"source":521,"target":632},{"source":521,"target":633},{"source":521,"target":634},{"source":619,"target":533},{"source":619,"target":635},{"source":619,"target":521},{"source":635,"target":533},{"source":620,"target":539},{"source":620,"target":636},{"source":620,"target":521},{"source":636,"target":539},{"source":621,"target":538},{"source":621,"target":637},{"source":621,"target":521},{"source":637,"target":538},{"source":622,"target":545},{"source":622,"target":638},{"source":622,"target":521},{"source":638,"target":545},{"source":623,"target":177},{"source":623,"target":639},{"source":623,"target":521},{"source":639,"target":177},{"source":624,"target":209},{"source":624,"target":640},{"source":624,"target":521},{"source":640,"target":209},{"source":625,"target":177},{"source":625,"target":641},{"source":625,"target":521},{"source":641,"target":177},{"source":626,"target":209},{"source":626,"target":642},{"source":626,"target":521},{"source":642,"target":209},{"source":627,"target":209},{"source":627,"target":643},{"source":627,"target":521},{"source":643,"target":209},{"source":628,"target":175},{"source":628,"target":644},{"source":628,"target":521},{"source":644,"target":175},{"source":629,"target":645},{"source":629,"target":521},{"source":630,"target":175},{"source":630,"target":646},{"source":630,"target":521},{"source":646,"target":175},{"source":631,"target":175},{"source":631,"target":647},{"source":631,"target":521},{"source":647,"target":175},{"source":632,"target":209},{"source":632,"target":648},{"source":632,"target":521},{"source":648,"target":209},{"source":633,"target":175},{"source":633,"target":649},{"source":633,"target":521},{"source":649,"target":175},{"source":634,"target":517},{"source":294,"target":211},{"source":294,"target":517},{"source":294,"target":650},{"source":294,"target":651},{"source":294,"target":652},{"source":294,"target":653},{"source":294,"target":654},{"source":294,"target":655},{"source":294,"target":656},{"source":294,"target":657},{"source":650,"target":56},{"source":650,"target":658},{"source":650,"target":294},{"source":658,"target":56},{"source":651,"target":175},{"source":651,"target":659},{"source":651,"target":294},{"source":659,"target":175},{"source":652,"target":175},{"source":652,"target":660},{"source":652,"target":294},{"source":660,"target":175},{"source":653,"target":165},{"source":653,"target":661},{"source":653,"target":294},{"source":661,"target":165},{"source":654,"target":545},{"source":654,"target":662},{"source":654,"target":294},{"source":662,"target":545},{"source":655,"target":539},{"source":655,"target":663},{"source":655,"target":294},{"source":663,"target":539},{"source":656,"target":559},{"source":656,"target":664},{"source":656,"target":294},{"source":664,"target":559},{"source":657,"target":517},{"source":296,"target":211},{"source":296,"target":517},{"source":296,"target":665},{"source":296,"target":666},{"source":296,"target":667},{"source":296,"target":668},{"source":296,"target":669},{"source":296,"target":670},{"source":296,"target":671},{"source":296,"target":672},{"source":665,"target":56},{"source":665,"target":673},{"source":665,"target":296},{"source":673,"target":56},{"source":666,"target":175},{"source":666,"target":674},{"source":666,"target":296},{"source":674,"target":175},{"source":667,"target":175},{"source":667,"target":675},{"source":667,"target":296},{"source":675,"target":175},{"source":668,"target":165},{"source":668,"target":676},{"source":668,"target":296},{"source":676,"target":165},{"source":669,"target":539},{"source":669,"target":677},{"source":669,"target":296},{"source":677,"target":539},{"source":670,"target":533},{"source":670,"target":678},{"source":670,"target":296},{"source":678,"target":533},{"source":671,"target":559},{"source":671,"target":679},{"source":671,"target":296},{"source":679,"target":559},{"source":672,"target":517},{"source":522,"target":211},{"source":523,"target":211},{"source":523,"target":517},{"source":523,"target":522},{"source":523,"target":680},{"source":523,"target":681},{"source":523,"target":682},{"source":680,"target":177},{"source":680,"target":683},{"source":680,"target":523},{"source":683,"target":177},{"source":681,"target":517},{"source":682,"target":522},{"source":524,"target":211},{"source":524,"target":522},{"source":524,"target":684},{"source":524,"target":685},{"source":684,"target":523},{"source":684,"target":686},{"source":684,"target":524},{"source":686,"target":523},{"source":685,"target":522},{"source":525,"target":211},{"source":525,"target":523},{"source":525,"target":687},{"source":525,"target":688},{"source":525,"target":689},{"source":687,"target":539},{"source":687,"target":690},{"source":687,"target":525},{"source":690,"target":539},{"source":688,"target":545},{"source":688,"target":691},{"source":688,"target":525},{"source":691,"target":545},{"source":689,"target":523},{"source":526,"target":211},{"source":526,"target":523},{"source":526,"target":542},{"source":526,"target":692},{"source":526,"target":693},{"source":526,"target":694},{"source":526,"target":695},{"source":692,"target":696},{"source":692,"target":526},{"source":693,"target":560},{"source":693,"target":697},{"source":693,"target":526},{"source":697,"target":560},{"source":694,"target":523},{"source":695,"target":542},{"source":527,"target":211},{"source":527,"target":523},{"source":527,"target":542},{"source":527,"target":698},{"source":527,"target":699},{"source":527,"target":700},{"source":698,"target":526},{"source":698,"target":701},{"source":698,"target":527},{"source":701,"target":526},{"source":699,"target":523},{"source":700,"target":542},{"source":528,"target":211},{"source":528,"target":517},{"source":528,"target":702},{"source":528,"target":703},{"source":702,"target":523},{"source":702,"target":704},{"source":702,"target":528},{"source":704,"target":523},{"source":703,"target":517},{"source":529,"target":211},{"source":529,"target":705},{"source":705,"target":206},{"source":705,"target":706},{"source":705,"target":529},{"source":706,"target":206},{"source":530,"target":211},{"source":530,"target":529},{"source":530,"target":206},{"source":530,"target":707},{"source":530,"target":708},{"source":530,"target":709},{"source":707,"target":175},{"source":707,"target":710},{"source":707,"target":530},{"source":710,"target":175},{"source":708,"target":529},{"source":709,"target":206},{"source":531,"target":211},{"source":531,"target":205},{"source":531,"target":711},{"source":531,"target":712},{"source":711,"target":713},{"source":711,"target":531},{"source":712,"target":205},{"source":532,"target":211},{"source":532,"target":205},{"source":532,"target":529},{"source":532,"target":714},{"source":532,"target":715},{"source":714,"target":205},{"source":715,"target":529},{"source":533,"target":211},{"source":533,"target":205},{"source":533,"target":716},{"source":716,"target":205},{"source":534,"target":211},{"source":534,"target":205},{"source":534,"target":529},{"source":534,"target":717},{"source":534,"target":718},{"source":717,"target":205},{"source":718,"target":529},{"source":535,"target":211},{"source":535,"target":205},{"source":535,"target":529},{"source":535,"target":719},{"source":535,"target":720},{"source":719,"target":205},{"source":720,"target":529},{"source":536,"target":211},{"source":536,"target":205},{"source":536,"target":529},{"source":536,"target":721},{"source":536,"target":722},{"source":721,"target":205},{"source":722,"target":529},{"source":537,"target":211},{"source":537,"target":205},{"source":537,"target":529},{"source":537,"target":723},{"source":537,"target":724},{"source":723,"target":205},{"source":724,"target":529},{"source":538,"target":211},{"source":538,"target":205},{"source":538,"target":529},{"source":538,"target":725},{"source":538,"target":726},{"source":725,"target":205},{"source":726,"target":529},{"source":539,"target":211},{"source":539,"target":205},{"source":539,"target":529},{"source":539,"target":727},{"source":539,"target":728},{"source":727,"target":205},{"source":728,"target":529},{"source":540,"target":211},{"source":540,"target":206},{"source":540,"target":189},{"source":540,"target":207},{"source":540,"target":729},{"source":540,"target":730},{"source":540,"target":731},{"source":729,"target":206},{"source":730,"target":189},{"source":731,"target":207},{"source":541,"target":211},{"source":541,"target":732},{"source":732,"target":733},{"source":732,"target":541},{"source":542,"target":211},{"source":542,"target":543},{"source":542,"target":734},{"source":542,"target":735},{"source":734,"target":543},{"source":734,"target":736},{"source":734,"target":542},{"source":736,"target":543},{"source":735,"target":543},{"source":543,"target":211},{"source":544,"target":211},{"source":544,"target":737},{"source":737,"target":543},{"source":737,"target":738},{"source":737,"target":544},{"source":738,"target":543},{"source":545,"target":211},{"source":545,"target":739},{"source":739,"target":543},{"source":739,"target":740},{"source":739,"target":545},{"source":740,"target":543},{"source":546,"target":211},{"source":546,"target":741},{"source":741,"target":543},{"source":741,"target":742},{"source":741,"target":546},{"source":742,"target":543},{"source":547,"target":211},{"source":547,"target":743},{"source":743,"target":543},{"source":743,"target":744},{"source":743,"target":547},{"source":744,"target":543},{"source":548,"target":211},{"source":548,"target":542},{"source":548,"target":745},{"source":548,"target":746},{"source":548,"target":747},{"source":548,"target":748},{"source":745,"target":174},{"source":745,"target":749},{"source":745,"target":548},{"source":749,"target":174},{"source":746,"target":176},{"source":746,"target":750},{"source":746,"target":548},{"source":750,"target":176},{"source":747,"target":751},{"source":747,"target":548},{"source":748,"target":542},{"source":549,"target":211},{"source":549,"target":542},{"source":549,"target":752},{"source":549,"target":753},{"source":752,"target":175},{"source":752,"target":754},{"source":752,"target":549},{"source":754,"target":175},{"source":753,"target":542},{"source":550,"target":211},{"source":550,"target":542},{"source":550,"target":755},{"source":550,"target":756},{"source":550,"target":757},{"source":755,"target":176},{"source":755,"target":758},{"source":755,"target":550},{"source":758,"target":176},{"source":756,"target":175},{"source":756,"target":759},{"source":756,"target":550},{"source":759,"target":175},{"source":757,"target":542},{"source":551,"target":211},{"source":551,"target":542},{"source":551,"target":760},{"source":551,"target":761},{"source":551,"target":762},{"source":760,"target":176},{"source":760,"target":763},{"source":760,"target":551},{"source":763,"target":176},{"source":761,"target":764},{"source":761,"target":551},{"source":762,"target":542},{"source":552,"target":211},{"source":552,"target":542},{"source":552,"target":765},{"source":552,"target":766},{"source":552,"target":767},{"source":765,"target":176},{"source":765,"target":768},{"source":765,"target":552},{"source":768,"target":176},{"source":766,"target":175},{"source":766,"target":769},{"source":766,"target":552},{"source":769,"target":175},{"source":767,"target":542},{"source":553,"target":211},{"source":553,"target":542},{"source":553,"target":770},{"source":553,"target":771},{"source":553,"target":772},{"source":770,"target":175},{"source":770,"target":773},{"source":770,"target":553},{"source":773,"target":175},{"source":771,"target":176},{"source":771,"target":774},{"source":771,"target":553},{"source":774,"target":176},{"source":772,"target":542},{"source":554,"target":211},{"source":554,"target":542},{"source":554,"target":775},{"source":775,"target":542},{"source":555,"target":211},{"source":555,"target":542},{"source":555,"target":776},{"source":555,"target":777},{"source":555,"target":778},{"source":776,"target":175},{"source":776,"target":779},{"source":776,"target":555},{"source":779,"target":175},{"source":777,"target":780},{"source":777,"target":555},{"source":778,"target":542},{"source":556,"target":211},{"source":556,"target":781},{"source":556,"target":782},{"source":556,"target":783},{"source":781,"target":556},{"source":782,"target":556},{"source":783,"target":556},{"source":557,"target":211},{"source":557,"target":542},{"source":557,"target":784},{"source":557,"target":785},{"source":784,"target":175},{"source":784,"target":786},{"source":784,"target":557},{"source":786,"target":175},{"source":785,"target":542},{"source":558,"target":211},{"source":558,"target":542},{"source":558,"target":787},{"source":787,"target":542},{"source":559,"target":211},{"source":559,"target":205},{"source":559,"target":788},{"source":788,"target":205},{"source":560,"target":211},{"source":560,"target":789},{"source":560,"target":790},{"source":789,"target":791},{"source":789,"target":560},{"source":790,"target":175},{"source":790,"target":792},{"source":790,"target":560},{"source":792,"target":175},{"source":561,"target":211},{"source":561,"target":793},{"source":561,"target":794},{"source":561,"target":795},{"source":793,"target":175},{"source":793,"target":796},{"source":793,"target":561},{"source":796,"target":175},{"source":794,"target":175},{"source":794,"target":797},{"source":794,"target":561},{"source":797,"target":175},{"source":795,"target":562},{"source":795,"target":798},{"source":795,"target":561},{"source":798,"target":562},{"source":562,"target":211},{"source":562,"target":799},{"source":562,"target":800},{"source":799,"target":174},{"source":799,"target":801},{"source":799,"target":562},{"source":801,"target":174},{"source":800,"target":176},{"source":800,"target":802},{"source":800,"target":562},{"source":802,"target":176},{"source":563,"target":211},{"source":563,"target":564},{"source":563,"target":803},{"source":563,"target":804},{"source":803,"target":175},{"source":803,"target":805},{"source":803,"target":563},{"source":805,"target":175},{"source":804,"target":564},{"source":564,"target":211},{"source":564,"target":806},{"source":806,"target":543},{"source":806,"target":807},{"source":806,"target":564},{"source":807,"target":543},{"source":565,"target":211},{"source":565,"target":564},{"source":565,"target":808},{"source":808,"target":564},{"source":566,"target":211},{"source":566,"target":543},{"source":566,"target":809},{"source":566,"target":810},{"source":566,"target":811},{"source":809,"target":563},{"source":809,"target":812},{"source":809,"target":566},{"source":812,"target":563},{"source":810,"target":565},{"source":810,"target":813},{"source":810,"target":566},{"source":813,"target":565},{"source":811,"target":543},{"source":212,"target":250},{"source":212,"target":814},{"source":212,"target":815},{"source":212,"target":816},{"source":212,"target":817},{"source":212,"target":818},{"source":212,"target":819},{"source":212,"target":31},{"source":250,"target":212},{"source":250,"target":60},{"source":250,"target":252},{"source":250,"target":820},{"source":250,"target":821},{"source":250,"target":822},{"source":250,"target":823},{"source":252,"target":824},{"source":252,"target":250},{"source":820,"target":814},{"source":820,"target":825},{"source":820,"target":250},{"source":825,"target":814},{"source":821,"target":814},{"source":821,"target":826},{"source":821,"target":250},{"source":826,"target":814},{"source":822,"target":814},{"source":822,"target":827},{"source":822,"target":250},{"source":827,"target":814},{"source":823,"target":60},{"source":814,"target":212},{"source":814,"target":202},{"source":814,"target":828},{"source":814,"target":829},{"source":814,"target":830},{"source":814,"target":831},{"source":814,"target":832},{"source":814,"target":833},{"source":814,"target":834},{"source":828,"target":835},{"source":828,"target":814},{"source":828,"target":836},{"source":836,"target":837},{"source":836,"target":828},{"source":829,"target":838},{"source":829,"target":814},{"source":829,"target":839},{"source":839,"target":840},{"source":839,"target":829},{"source":830,"target":818},{"source":830,"target":841},{"source":830,"target":814},{"source":841,"target":818},{"source":831,"target":175},{"source":831,"target":842},{"source":831,"target":814},{"source":842,"target":175},{"source":832,"target":817},{"source":832,"target":843},{"source":832,"target":814},{"source":843,"target":817},{"source":833,"target":819},{"source":833,"target":844},{"source":833,"target":814},{"source":844,"target":819},{"source":834,"target":202},{"source":815,"target":212},{"source":815,"target":814},{"source":815,"target":845},{"source":815,"target":846},{"source":845,"target":174},{"source":845,"target":847},{"source":845,"target":815},{"source":847,"target":174},{"source":846,"target":814},{"source":816,"target":212},{"source":816,"target":814},{"source":816,"target":848},{"source":816,"target":849},{"source":848,"target":56},{"source":848,"target":850},{"source":848,"target":816},{"source":850,"target":56},{"source":849,"target":814},{"source":817,"target":212},{"source":817,"target":851},{"source":851,"target":175},{"source":851,"target":852},{"source":851,"target":817},{"source":852,"target":175},{"source":818,"target":212},{"source":818,"target":853},{"source":818,"target":854},{"source":818,"target":855},{"source":853,"target":818},{"source":854,"target":818},{"source":855,"target":818},{"source":819,"target":212},{"source":819,"target":856},{"source":819,"target":857},{"source":856,"target":858},{"source":856,"target":819},{"source":857,"target":545},{"source":857,"target":859},{"source":857,"target":819},{"source":859,"target":545},{"source":213,"target":860},{"source":213,"target":861},{"source":213,"target":31},{"source":860,"target":213},{"source":860,"target":862},{"source":862,"target":863},{"source":862,"target":860},{"source":862,"target":864},{"source":864,"target":865},{"source":864,"target":862},{"source":861,"target":213},{"source":861,"target":860},{"source":861,"target":866},{"source":861,"target":867},{"source":866,"target":868},{"source":866,"target":861},{"source":867,"target":860}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/smach.ecore | smach
SMACHStateOutcomes
succeeded
succeeded
preempted
preempted
aborted
aborted
SMACHGoalTypes
static_goal
static_goal
userdata_goal
userdata_goal
SMACHStateMachine
states
transitions
finalStates
initialStates
SkillInterface
False
SMACHTransition
name
Source
Target
SMACHState
goal
goal_type
remap_overwrite
ActionState
ServiceState
FinalState
type
InitStraightState
InitActionState | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smach" nsURI="http://smach/1.0" nsPrefix="smach">
<eClassifiers xsi:type="ecore:EEnum" name="SMACHStateOutcomes">
<eLiterals name="succeeded"/>
<eLiterals name="preempted" value="1"/>
<eLiterals name="aborted" value="2" literal="aborted"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SMACHGoalTypes">
<eLiterals name="static_goal"/>
<eLiterals name="userdata_goal" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMACHStateMachine" eSuperTypes="ros.ecore#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//SMACHState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//SMACHTransition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalStates" upperBound="-1"
eType="#//FinalState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialStates" upperBound="-1"
eType="#//InitActionState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SkillInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="False"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMACHTransition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//SMACHStateOutcomes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Source" lowerBound="1"
eType="#//SMACHState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Target" lowerBound="1"
eType="#//SMACHState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMACHState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="goal_type" eType="#//SMACHGoalTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remap_overwrite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionState" eSuperTypes="ros.ecore#//ActionClient #//SMACHState"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceState" eSuperTypes="ros.ecore#//ServiceClient #//SMACHState"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//SMACHState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SMACHStateOutcomes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitStraightState" eSuperTypes="#//SMACHState"/>
<eClassifiers xsi:type="ecore:EClass" name="InitActionState" eSuperTypes="#//SMACHState"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"smach","nsURI":"http://smach/1.0","name":"smach","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"SMACHStateOutcomes","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SMACHGoalTypes","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMACHStateMachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMACHTransition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMACHState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitStraightState","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitActionState","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"name":"succeeded","id":11,"value":0,"literal":"succeeded","eClass":"EEnumLiteral"},{"name":"preempted","id":12,"value":1,"literal":"preempted","eClass":"EEnumLiteral"},{"name":"aborted","id":13,"value":2,"literal":"aborted","eClass":"EEnumLiteral"},{"name":"static_goal","id":14,"value":0,"literal":"static_goal","eClass":"EEnumLiteral"},{"name":"userdata_goal","id":15,"value":1,"literal":"userdata_goal","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":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStates","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":"initialStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"SkillInterface","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Source","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":"Target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"lowerBound":0,"iD":false,"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":"goal_type","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remap_overwrite","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":2},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":16,"target":5},{"source":16,"target":22},{"source":16,"target":3},{"source":22,"target":5},{"source":17,"target":4},{"source":17,"target":23},{"source":17,"target":3},{"source":23,"target":4},{"source":18,"target":8},{"source":18,"target":24},{"source":18,"target":3},{"source":24,"target":8},{"source":19,"target":10},{"source":19,"target":25},{"source":19,"target":3},{"source":25,"target":10},{"source":20,"target":26},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":1},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":1},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":5},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":5},{"source":37,"target":2},{"source":35,"target":38},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":41},{"source":7,"target":42},{"source":42,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":1},{"source":43,"target":45},{"source":43,"target":8},{"source":45,"target":1},{"source":44,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":46},{"source":46,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":47},{"source":47,"target":5}],"multigraph":true} | ecore |
features | repo-ecore-all/data/qunnn41/SFEA/SFEA/model/fm_mm.ecore | fm
FeatureModel
root
constraints
Feature
name
subFeatures
featureCardinality
attributes
OrFeature
variants
groupCardinality
XorFeature
Cardinality
min
max
FeatureCardinality
GroupCardinality
Attribute
name
value
Constraints
CardExConstraint
action
condition
operator
Operator
AndOperator
OrOperator
Operation
feature
value
BooleanConstraints
from
to | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fm" nsURI="www.example.com/fm" nsPrefix="fm">
<eClassifiers xsi:type="ecore:EClass" name="FeatureModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Feature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraints" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subFeatures" upperBound="-1"
eType="#//Feature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureCardinality" eType="#//FeatureCardinality"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrFeature" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="variants" lowerBound="2"
upperBound="-1" eType="#//Feature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupCardinality" eType="#//GroupCardinality"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XorFeature" eSuperTypes="#//OrFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Cardinality">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureCardinality" eSuperTypes="#//Cardinality"/>
<eClassifiers xsi:type="ecore:EClass" name="GroupCardinality" eSuperTypes="#//Cardinality"/>
<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:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraints"/>
<eClassifiers xsi:type="ecore:EClass" name="CardExConstraint" eSuperTypes="#//Constraints">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
upperBound="-1" eType="#//Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1"
eType="#//Operator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="AndOperator" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="OrOperator" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="#//Feature"/>
<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="BooleanConstraints" eSuperTypes="#//Constraints">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Feature"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"fm","nsURI":"www.example.com/fm","name":"fm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrFeature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorFeature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCardinality","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupCardinality","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraints","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardExConstraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperator","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":"BooleanConstraints","instanceClass":null,"abstract":false,"id":15,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureCardinality","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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":"variants","changeable":true,"resolveProxies":true,"lowerBound":2,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupCardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"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":2},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":2},{"source":17,"target":9},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":9},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":2},{"source":22,"target":6},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":6},{"source":23,"target":8},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":8},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":2},{"source":29,"target":7},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":7},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":33,"target":3},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":36},{"source":34,"target":5},{"source":35,"target":37},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":38},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":39,"target":5},{"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":10,"target":0},{"source":10,"target":9},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":44,"target":14},{"source":44,"target":48},{"source":44,"target":10},{"source":48,"target":14},{"source":45,"target":14},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":14},{"source":46,"target":11},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":11},{"source":47,"target":9},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":51},{"source":51,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":52},{"source":52,"target":11},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":53,"target":2},{"source":53,"target":55},{"source":53,"target":14},{"source":55,"target":2},{"source":54,"target":56},{"source":54,"target":14},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":57},{"source":15,"target":58},{"source":15,"target":59},{"source":57,"target":2},{"source":57,"target":60},{"source":57,"target":15},{"source":60,"target":2},{"source":58,"target":2},{"source":58,"target":61},{"source":58,"target":15},{"source":61,"target":2},{"source":59,"target":9}],"multigraph":true} | ecore |
architecture | repo-ecore-all/data/d-ahmed/TER/CLEAN-XTEXT-PROJECT/com.aelos.xtext.architecture/model/generated/Architecture.ecore | architecture
Model
package
DomainDeclaration
name
elements
AbstractModel
imp
comp
arch
Import
importedNamespace
Component
name
ops
opsReq
operations
Architecture
vars
bind
Binding
provider
proMember
receiver
recMember
Variable
name
type
Operation
name
arg
type
AtomicType
atomType
compType
Type
INT
INT
STRING
STRING
Boolean
Boolean
Double
Double
Void
Void | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="architecture" nsURI="http://www.aelos.com/xtext/architecture/Architecture"
nsPrefix="architecture">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1"
eType="#//DomainDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractModel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="imp" upperBound="-1" eType="#//Import"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comp" upperBound="-1" eType="#//Component"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arch" upperBound="-1" eType="#//Architecture"
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="Component">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" unique="false" upperBound="-1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opsReq" unique="false"
upperBound="-1" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Architecture">
<eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bind" upperBound="-1" eType="#//Binding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding">
<eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="proMember" eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recMember" eType="#//Operation"/>
</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="type" eType="#//AtomicType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" upperBound="-1" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//AtomicType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atomType" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compType" eType="#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Type">
<eLiterals name="INT" literal="INT"/>
<eLiterals name="STRING" value="1" literal="STRING"/>
<eLiterals name="Boolean" value="2" literal="Boolean"/>
<eLiterals name="Double" value="3" literal="Double"/>
<eLiterals name="Void" value="4" literal="Void"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"architecture","nsURI":"http://www.aelos.com/xtext/architecture/Architecture","name":"architecture","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":"DomainDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":11,"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":"package","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imp","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":"comp","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":"arch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"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":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":false,"name":"ops","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":false,"name":"opsReq","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"bind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atomType","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"INT","id":60,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"STRING","id":61,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"Boolean","id":62,"value":2,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Double","id":63,"value":3,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Void","id":64,"value":4,"literal":"Void","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":1,"target":0},{"source":1,"target":12},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":4},{"source":19,"target":5},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":5},{"source":20,"target":6},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":6},{"source":4,"target":0},{"source":4,"target":24},{"source":24,"target":25},{"source":24,"target":4},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":26,"target":30},{"source":26,"target":5},{"source":27,"target":9},{"source":27,"target":31},{"source":27,"target":5},{"source":31,"target":9},{"source":28,"target":9},{"source":28,"target":32},{"source":28,"target":5},{"source":32,"target":9},{"source":29,"target":9},{"source":29,"target":33},{"source":29,"target":5},{"source":33,"target":9},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":8},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":8},{"source":35,"target":7},{"source":35,"target":37},{"source":35,"target":6},{"source":37,"target":7},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":38,"target":8},{"source":38,"target":42},{"source":38,"target":7},{"source":42,"target":8},{"source":39,"target":9},{"source":39,"target":43},{"source":39,"target":7},{"source":43,"target":9},{"source":40,"target":8},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":8},{"source":41,"target":9},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":9},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":48},{"source":46,"target":8},{"source":47,"target":10},{"source":47,"target":49},{"source":47,"target":8},{"source":49,"target":10},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":8},{"source":51,"target":54},{"source":51,"target":9},{"source":54,"target":8},{"source":52,"target":10},{"source":52,"target":55},{"source":52,"target":9},{"source":55,"target":10},{"source":10,"target":0},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":11},{"source":56,"target":58},{"source":56,"target":10},{"source":58,"target":11},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":5},{"source":11,"target":0},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":60,"target":11},{"source":61,"target":11},{"source":62,"target":11},{"source":63,"target":11},{"source":64,"target":11}],"multigraph":true} | ecore |
families | repo-ecore-all/data/bmaggi/Topcased/plugins/generators/configurators/familytree/new/familytree.ecore | familytree
FamilyTree
persons
weddings
name
Person
firstName
lastName
birthYear
deathYear
children
parents
Man
wife
Woman
husband
Wedding
wife
husband | <?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="familytree"
nsURI="http://www.topcased.org/familytree/1.0" nsPrefix="familytree">
<eClassifiers xsi:type="ecore:EClass" name="FamilyTree">
<eStructuralFeatures xsi:type="ecore:EReference" name="persons" lowerBound="1"
upperBound="-1" eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="weddings" upperBound="-1"
eType="#//Wedding" 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="Person" abstract="true">
<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="birthYear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deathYear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Person" eOpposite="#//Person/parents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" lowerBound="2"
upperBound="2" eType="#//Person" eOpposite="#//Person/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Man" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="wife" eType="#//Woman"
eOpposite="#//Woman/husband"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Woman" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="husband" eType="#//Man"
eOpposite="#//Man/wife"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wedding">
<eStructuralFeatures xsi:type="ecore:EReference" name="wife" lowerBound="1" eType="#//Woman"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="husband" lowerBound="1"
eType="#//Man"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"familytree","nsURI":"http://www.topcased.org/familytree/1.0","name":"familytree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FamilyTree","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Man","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Woman","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wedding","instanceClass":null,"abstract":false,"id":5,"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":"persons","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"weddings","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"},{"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":"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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"birthYear","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deathYear","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"parents","changeable":true,"resolveProxies":true,"lowerBound":2,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wife","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"husband","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":"wife","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"husband","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":11},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":12,"target":18},{"source":12,"target":2},{"source":13,"target":19},{"source":13,"target":2},{"source":14,"target":20},{"source":14,"target":2},{"source":15,"target":21},{"source":15,"target":2},{"source":16,"target":2},{"source":16,"target":22},{"source":16,"target":2},{"source":16,"target":17},{"source":22,"target":2},{"source":17,"target":2},{"source":17,"target":23},{"source":17,"target":2},{"source":17,"target":16},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":4},{"source":24,"target":26},{"source":24,"target":3},{"source":24,"target":27},{"source":26,"target":4},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":4},{"source":27,"target":24},{"source":29,"target":3},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":4},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":4},{"source":31,"target":3},{"source":31,"target":33},{"source":31,"target":5},{"source":33,"target":3}],"multigraph":true} | ecore |
education | repo-ecore-all/data/blackmahub/de.hs-fulda.informatik.mdd/hsfulda.master.mdd.qvt_intro.model/model/sourceModel.ecore | SourceModel
Container
persons
Person
age
likes
Student
teacher
MasterStudent
BachelorStudent
Professor
learner | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SourceModel" nsURI="http://www.hs-fulda.de/mdd/sourceModel"
nsPrefix="sourceModel">
<eClassifiers xsi:type="ecore:EClass" name="Container">
<eStructuralFeatures xsi:type="ecore:EReference" name="persons" ordered="false"
upperBound="-1" eType="#//Person" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="age" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="likes" lowerBound="1" eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Student" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="teacher" ordered="false"
lowerBound="3" upperBound="5" eType="#//Professor" eOpposite="#//Professor/learner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MasterStudent" eSuperTypes="#//Student"/>
<eClassifiers xsi:type="ecore:EClass" name="BachelorStudent" eSuperTypes="#//Student"/>
<eClassifiers xsi:type="ecore:EClass" name="Professor" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="learner" ordered="false"
lowerBound="5" upperBound="-1" eType="#//Student" eOpposite="#//Student/teacher"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"sourceModel","nsURI":"http://www.hs-fulda.de/mdd/sourceModel","name":"SourceModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MasterStudent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BachelorStudent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Professor","instanceClass":null,"abstract":false,"id":6,"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":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"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":"age","changeable":true,"lowerBound":1,"iD":false,"id":9,"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":"likes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teacher","changeable":true,"resolveProxies":true,"lowerBound":3,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"learner","changeable":true,"resolveProxies":true,"lowerBound":5,"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":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":11},{"source":9,"target":2},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":13},{"source":3,"target":14},{"source":13,"target":6},{"source":13,"target":15},{"source":13,"target":3},{"source":13,"target":16},{"source":15,"target":6},{"source":14,"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":2},{"source":6,"target":16},{"source":6,"target":19},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":6},{"source":16,"target":13},{"source":20,"target":3},{"source":19,"target":2}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/AlFranzis/SmartMatcher/SmartMatcherTrunk/models/SystemTests/TestCase_UML/BIG_MODELS_V2/UML_1.4.2_CD.ecore | UML_14
Parameter
type
kind
defaultValue
Constraint
body
MultiplicityRange
lower
upper
Method
body
parameters
visibility
Attribute
initialValue
multiplicity
visibility
type
Generalization
child
parent
discriminator
Association
connection
AssociationEnd
association
participant
isNavigable
multiplicity
visibility
qualifier
Class
isActive
attributes
methods
DataType
Primitive
Enumeration
literal
EnumerationLiteral
enumeration
value
Comment
body
Model
package
Package
classes
packages
dataTypes
generalizations
associations
NamedElement
name
comments
constraints | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML_14"
nsURI="http://UML" nsPrefix="UML">
<eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true">
<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="MultiplicityRange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityRange"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generalization">
<eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" lowerBound="2"
upperBound="-1" eType="#//AssociationEnd" containment="true" eOpposite="#//AssociationEnd/association"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1"
eType="#//Association" eOpposite="#//Association/connection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participant" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityRange"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Attribute"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1"
upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1"
eType="#//Enumeration" eOpposite="#//Enumeration/literal"/>
<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="Comment">
<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="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1"
eType="#//Package" containment="true"/>
</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="packages" upperBound="-1"
eType="#//Package" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1"
eType="#//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1"
eType="#//Generalization" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1"
eType="#//Association" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraint" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"UML","nsURI":"http://UML","name":"UML_14","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"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":"MultiplicityRange","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","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":"Generalization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":17,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"kind","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":"defaultValue","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"},{"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":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","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":"upper","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","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":"visibility","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":"type","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"discriminator","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"visibility","changeable":true,"lowerBound":0,"iD":false,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"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":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":"body","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","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"},{"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":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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":18,"target":10},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":10},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":24},{"source":20,"target":1},{"source":21,"target":17},{"source":2,"target":0},{"source":2,"target":25},{"source":25,"target":26},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":30},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":31,"target":35},{"source":31,"target":4},{"source":32,"target":1},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":1},{"source":33,"target":37},{"source":33,"target":4},{"source":34,"target":17},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":38,"target":43},{"source":38,"target":5},{"source":39,"target":3},{"source":39,"target":44},{"source":39,"target":5},{"source":44,"target":3},{"source":40,"target":45},{"source":40,"target":5},{"source":41,"target":10},{"source":41,"target":46},{"source":41,"target":5},{"source":46,"target":10},{"source":42,"target":17},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":9},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":9},{"source":48,"target":9},{"source":48,"target":51},{"source":48,"target":6},{"source":51,"target":9},{"source":49,"target":52},{"source":49,"target":6},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":8},{"source":53,"target":55},{"source":53,"target":7},{"source":53,"target":56},{"source":55,"target":8},{"source":54,"target":17},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":56,"target":7},{"source":56,"target":63},{"source":56,"target":8},{"source":56,"target":53},{"source":63,"target":7},{"source":57,"target":9},{"source":57,"target":64},{"source":57,"target":8},{"source":64,"target":9},{"source":58,"target":65},{"source":58,"target":8},{"source":59,"target":3},{"source":59,"target":66},{"source":59,"target":8},{"source":66,"target":3},{"source":60,"target":67},{"source":60,"target":8},{"source":61,"target":5},{"source":61,"target":68},{"source":61,"target":8},{"source":68,"target":5},{"source":62,"target":17},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":69,"target":73},{"source":69,"target":9},{"source":70,"target":5},{"source":70,"target":74},{"source":70,"target":9},{"source":74,"target":5},{"source":71,"target":4},{"source":71,"target":75},{"source":71,"target":9},{"source":75,"target":4},{"source":72,"target":17},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":76},{"source":76,"target":17},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":77},{"source":77,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":78},{"source":12,"target":79},{"source":78,"target":13},{"source":78,"target":80},{"source":78,"target":12},{"source":78,"target":81},{"source":80,"target":13},{"source":79,"target":10},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":12},{"source":81,"target":83},{"source":81,"target":13},{"source":81,"target":78},{"source":83,"target":12},{"source":82,"target":84},{"source":82,"target":13},{"source":14,"target":0},{"source":14,"target":85},{"source":85,"target":86},{"source":85,"target":14},{"source":15,"target":0},{"source":15,"target":87},{"source":87,"target":16},{"source":87,"target":88},{"source":87,"target":15},{"source":88,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":89,"target":9},{"source":89,"target":95},{"source":89,"target":16},{"source":95,"target":9},{"source":90,"target":16},{"source":90,"target":96},{"source":90,"target":16},{"source":96,"target":16},{"source":91,"target":10},{"source":91,"target":97},{"source":91,"target":16},{"source":97,"target":10},{"source":92,"target":6},{"source":92,"target":98},{"source":92,"target":16},{"source":98,"target":6},{"source":93,"target":7},{"source":93,"target":99},{"source":93,"target":16},{"source":99,"target":7},{"source":94,"target":17},{"source":17,"target":0},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":100,"target":103},{"source":100,"target":17},{"source":101,"target":14},{"source":101,"target":104},{"source":101,"target":17},{"source":104,"target":14},{"source":102,"target":2},{"source":102,"target":105},{"source":102,"target":17},{"source":105,"target":2}],"multigraph":true} | ecore |
trace | repo-ecore-all/data/dice-project/DICE-Enhancement-APR/Plugin/uk.ac.ic.lqn/model/Lqn2umlTrace.ecore | Lqn2umlTrace
Trace
links
TraceLink
sources
targets
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="Lqn2umlTrace" nsURI="http://uk.ac.ic.lqn/lqn2umlTrace/1.0" nsPrefix="Lqn2umlTrace">
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//TraceLink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targets" 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>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"Lqn2umlTrace","nsURI":"http://uk.ac.ic.lqn/lqn2umlTrace/1.0","name":"Lqn2umlTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sources","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":"targets","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"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":5,"target":8},{"source":5,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":10},{"source":7,"target":2}],"multigraph":true} | ecore |
tournament | repo-ecore-all/data/fvde/crudml/tum.ma.crudml/bowling.ecore | bowling
Player
name
dateOfBirth
League
name
players
Tournament
matchups
type
Matchup
games
Game
matchup
player
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"/>
</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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tournament">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchups" eType="#//Matchup"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Matchup">
<eStructuralFeatures xsi:type="ecore:EReference" name="games" upperBound="2" eType="#//Game"
eOpposite="#//Game/matchup"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Game">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchup" eType="#//Matchup"
eOpposite="#//Matchup/games"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TournamentType">
<eLiterals name="Pro"/>
<eLiterals name="Amateur" value="1"/>
</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},{"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":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"games","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchup","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":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"Pro","id":25,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":26,"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":7,"target":9},{"source":7,"target":1},{"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":1},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":4},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":6},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":5},{"source":19,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":20,"target":5},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":5},{"source":21,"target":19},{"source":23,"target":4},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":1},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":6},{"source":26,"target":6}],"multigraph":true} | ecore |
enterprisearchitecture | repo-ecore-all/data/florezfernandez/iArchiMate/co.edu.uniandes.iArchimate/model/archiMM.ecore | model
File
java.io.File
java.io.File
Adapter
getAdapter
adapter
setAdapter
adapter
object
Identifier
id
Property
key
value
Properties
properties
Metadata
entries
Nameable
name
TextContent
content
Documentable
documentation
Cloneable
getCopy
FolderType
user
user
business
business
application
application
technology
technology
connectors
connectors
relations
relations
diagrams
diagrams
derived
derived
motivation
motivation
implementation_migration
implementation_migration
FolderContainer
folders
ArchimateModel
setDefaults
addDerivedRelationsFolder
removeDerivedRelationsFolder
getDefaultFolderForElement
element
getDefaultDiagramModel
getDiagramModels
getFolder
type
purpose
file
version
metadata
ArchimateModelElement
archimateModel
Folder
elements
type
ArchimateElement
JunctionElement
InterfaceElement
interfaceType
0
ServiceElement
Junction
AndJunction
OrJunction
Relationship
source
target
AccessRelationship
accessType
0
AggregationRelationship
AssignmentRelationship
AssociationRelationship
CompositionRelationship
FlowRelationship
RealisationRelationship
SpecialisationRelationship
TriggeringRelationship
UsedByRelationship
InfluenceRelationship
BusinessLayerElement
BusinessActivity
BusinessActor
BusinessCollaboration
Contract
BusinessEvent
BusinessFunction
BusinessInteraction
BusinessInterface
Meaning
BusinessObject
BusinessProcess
Product
Representation
BusinessRole
BusinessService
Value
Location
ApplicationLayerElement
ApplicationCollaboration
ApplicationComponent
ApplicationFunction
ApplicationInteraction
ApplicationInterface
DataObject
ApplicationService
TechnologyLayerElement
Artifact
CommunicationPath
Network
InfrastructureInterface
InfrastructureService
InfrastructureFunction
Node
SystemSoftware
Device
MotivationElement
Stakeholder
Driver
Assessment
Goal
Requirement
Constraint
Principle
ImplementationMigrationElement
WorkPackage
Deliverable
Plateau
Gap
DiagramModelComponent
diagramModel
DiagramModelContainer
children
DiagramModel
connectionRouterType
DiagramModelReference
referencedModel
DiagramModelObject
addConnection
connection
removeConnection
connection
setBounds
x
y
width
height
bounds
sourceConnections
targetConnections
fillColor
DiagramModelGroup
DiagramModelNote
DiagramModelImage
DiagramModelConnection
connect
source
target
disconnect
reconnect
text
source
target
bendpoints
type
DiagramModelBendpoint
startX
startY
endX
endY
LineObject
lineWidth
1
lineColor
FontAttribute
getDefaultTextAlignment
font
fontColor
textAlignment
textPosition
BorderObject
borderColor
DiagramModelImageProvider
imagePath
Bounds
getCopy
x
y
width
-1
height
-1
Lockable
locked
ArchimateDiagramModel
viewpoint
DiagramModelArchimateObject
addArchimateElementToModel
parent
removeArchimateElementFromModel
archimateElement
type
0
DiagramModelArchimateConnection
addRelationshipToModel
parent
removeRelationshipFromModel
relationship
SketchModel
background
1
SketchModelSticky
SketchModelActor | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.archimatetool.com/archimate" nsPrefix="archimate">
<eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"
serializable="false"/>
<eClassifiers xsi:type="ecore:EClass" name="Adapter" abstract="true" interface="true">
<eOperations name="getAdapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setAdapter">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="property"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entry"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nameable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextContent" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cloneable" abstract="true" interface="true">
<eOperations name="getCopy" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FolderType">
<eLiterals name="user"/>
<eLiterals name="business" value="1"/>
<eLiterals name="application" value="2"/>
<eLiterals name="technology" value="3"/>
<eLiterals name="connectors" value="4"/>
<eLiterals name="relations" value="5"/>
<eLiterals name="diagrams" value="6"/>
<eLiterals name="derived" value="7" literal="derived"/>
<eLiterals name="motivation" value="8" literal="motivation"/>
<eLiterals name="implementation_migration" value="9" literal="implementation_migration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderContainer" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="folder"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModel" eSuperTypes="#//FolderContainer #//Nameable #//Identifier #//ArchimateModelElement #//Properties">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
</eAnnotations>
<eOperations name="setDefaults"/>
<eOperations name="addDerivedRelationsFolder" eType="#//Folder"/>
<eOperations name="removeDerivedRelationsFolder"/>
<eOperations name="getDefaultFolderForElement" eType="#//Folder">
<eParameters name="element" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="getDefaultDiagramModel" eType="#//DiagramModel"/>
<eOperations name="getDiagramModels" upperBound="-1" eType="#//DiagramModel"/>
<eOperations name="getFolder" eType="#//Folder">
<eParameters name="type" eType="#//FolderType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="#//File" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//Metadata"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModelElement" abstract="true"
interface="true" eSuperTypes="#//Adapter">
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateModel" eType="#//ArchimateModel"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//ArchimateModelElement #//FolderContainer #//Nameable #//Identifier #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="element"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FolderType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateElement" abstract="true" eSuperTypes="#//ArchimateModelElement #//Identifier #//Cloneable #//Nameable #//Documentable #//Properties"/>
<eClassifiers xsi:type="ecore:EClass" name="JunctionElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//JunctionElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AndJunction" eSuperTypes="#//JunctionElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OrJunction" eSuperTypes="#//JunctionElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//ArchimateElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ArchimateElement"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ArchimateElement"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessRelationship" eSuperTypes="#//Relationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregationRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositionRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="RealisationRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecialisationRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggeringRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="UsedByRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="InfluenceRelationship" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessLayerElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessActivity" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessActor" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessCollaboration" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessEvent" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessFunction" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInteraction" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInterface" eSuperTypes="#//BusinessLayerElement #//InterfaceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Meaning" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessObject" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessProcess" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Representation" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRole" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessService" eSuperTypes="#//BusinessLayerElement #//ServiceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//BusinessLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationLayerElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationCollaboration" eSuperTypes="#//ApplicationLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationComponent" eSuperTypes="#//ApplicationLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationFunction" eSuperTypes="#//ApplicationLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInteraction" eSuperTypes="#//ApplicationLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInterface" eSuperTypes="#//ApplicationLayerElement #//InterfaceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//ApplicationLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationService" eSuperTypes="#//ApplicationLayerElement #//ServiceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyLayerElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InfrastructureInterface" eSuperTypes="#//TechnologyLayerElement #//InterfaceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InfrastructureService" eSuperTypes="#//TechnologyLayerElement #//ServiceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InfrastructureFunction" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemSoftware" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//TechnologyLayerElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MotivationElement" abstract="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stakeholder" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Principle" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationMigrationElement" abstract="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Plateau" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gap" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelComponent" abstract="true"
eSuperTypes="#//Identifier #//Cloneable #//Adapter #//Nameable">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramModel" eType="#//DiagramModel"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelContainer" abstract="true"
interface="true" eSuperTypes="#//DiagramModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//DiagramModelObject" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="child"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModel" abstract="true" eSuperTypes="#//ArchimateModelElement #//DiagramModelContainer #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionRouterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelReference" eSuperTypes="#//DiagramModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModel" eType="#//DiagramModel"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelObject" abstract="true"
eSuperTypes="#//DiagramModelComponent #//FontAttribute #//LineObject">
<eOperations name="addConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eOperations name="removeConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eOperations name="setBounds">
<eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="#//Bounds"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections" upperBound="-1"
eType="#//DiagramModelConnection" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sourceConnection"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections" upperBound="-1"
eType="#//DiagramModelConnection" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelGroup" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//Documentable #//Properties">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Group"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelNote" eSuperTypes="#//DiagramModelObject #//TextContent">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Note"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImage" eSuperTypes="#//DiagramModelObject #//BorderObject #//DiagramModelImageProvider"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelConnection" eSuperTypes="#//DiagramModelComponent #//FontAttribute #//Properties #//Documentable #//LineObject">
<eOperations name="connect">
<eParameters name="source" eType="#//DiagramModelObject"/>
<eParameters name="target" eType="#//DiagramModelObject"/>
</eOperations>
<eOperations name="disconnect"/>
<eOperations name="reconnect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//DiagramModelObject"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//DiagramModelObject"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1"
eType="#//DiagramModelBendpoint" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="bendpoint"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelBendpoint" eSuperTypes="#//Cloneable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineObject" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontAttribute" abstract="true" interface="true">
<eOperations name="getDefaultTextAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderObject" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImageProvider" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eOperations name="getCopy" eType="#//Bounds"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lockable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateDiagramModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateObject" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramObject"/>
</eAnnotations>
<eOperations name="addArchimateElementToModel">
<eParameters name="parent" eType="#//Folder"/>
</eOperations>
<eOperations name="removeArchimateElementFromModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateElement" eType="#//ArchimateElement"
volatile="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateConnection" eSuperTypes="#//DiagramModelConnection">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Connection"/>
</eAnnotations>
<eOperations name="addRelationshipToModel">
<eParameters name="parent" eType="#//Folder"/>
</eOperations>
<eOperations name="removeRelationshipFromModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" eType="#//Relationship"
volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelSticky" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//TextContent #//Properties"/>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelActor" eSuperTypes="#//DiagramModelObject #//Documentable #//Properties"/>
</ecore:EPackage> | true | {"directed":true,"nodes":[{"nsPrefix":"archimate","nsURI":"http://www.archimatetool.com/archimate","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":1,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nameable","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContent","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentable","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloneable","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderContainer","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModel","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModelElement","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JunctionElement","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceElement","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceElement","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndJunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrJunction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessRelationship","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationRelationship","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRelationship","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRelationship","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionRelationship","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowRelationship","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealisationRelationship","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialisationRelationship","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringRelationship","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsedByRelationship","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfluenceRelationship","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLayerElement","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessActivity","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessActor","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCollaboration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessEvent","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFunction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInteraction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInterface","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meaning","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessObject","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessProcess","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Representation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRole","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessService","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationLayerElement","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCollaboration","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationComponent","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationFunction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInteraction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInterface","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationService","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyLayerElement","instanceClass":null,"abstract":true,"id":61,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureInterface","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureService","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureFunction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSoftware","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationElement","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Principle","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationMigrationElement","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plateau","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gap","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelComponent","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelContainer","instanceClass":null,"abstract":true,"id":85,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModel","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelReference","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelObject","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelGroup","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelNote","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImage","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelConnection","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelBendpoint","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineObject","instanceClass":null,"abstract":true,"id":94,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontAttribute","instanceClass":null,"abstract":true,"id":95,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderObject","instanceClass":null,"abstract":true,"id":96,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImageProvider","instanceClass":null,"abstract":true,"id":97,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lockable","instanceClass":null,"abstract":true,"id":99,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateDiagramModel","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateObject","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateConnection","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModel","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelSticky","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelActor","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdapter","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setAdapter","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"id":132,"eClass":"EGenericType"},{"name":"user","id":133,"value":0,"literal":"user","eClass":"EEnumLiteral"},{"name":"business","id":134,"value":1,"literal":"business","eClass":"EEnumLiteral"},{"name":"application","id":135,"value":2,"literal":"application","eClass":"EEnumLiteral"},{"name":"technology","id":136,"value":3,"literal":"technology","eClass":"EEnumLiteral"},{"name":"connectors","id":137,"value":4,"literal":"connectors","eClass":"EEnumLiteral"},{"name":"relations","id":138,"value":5,"literal":"relations","eClass":"EEnumLiteral"},{"name":"diagrams","id":139,"value":6,"literal":"diagrams","eClass":"EEnumLiteral"},{"name":"derived","id":140,"value":7,"literal":"derived","eClass":"EEnumLiteral"},{"name":"motivation","id":141,"value":8,"literal":"motivation","eClass":"EEnumLiteral"},{"name":"implementation_migration","id":142,"value":9,"literal":"implementation_migration","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDefaults","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDerivedRelationsFolder","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDerivedRelationsFolder","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultFolderForElement","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultDiagramModel","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDiagramModels","lowerBound":0,"id":150,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFolder","lowerBound":0,"id":151,"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":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"archimateModel","changeable":false,"resolveProxies":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":177,"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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"accessType","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"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"},{"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":"diagramModel","changeable":false,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionRouterType","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConnection","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeConnection","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBounds","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fillColor","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EParameter"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EParameter"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":327,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"bendpoints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":341,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startX","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startY","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endX","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endY","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineColor","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultTextAlignment","lowerBound":0,"id":362,"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":"font","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textAlignment","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderColor","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imagePath","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":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":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"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":"viewpoint","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addArchimateElementToModel","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeArchimateElementFromModel","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"archimateElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EParameter"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addRelationshipToModel","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeRelationshipFromModel","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":106},{"source":2,"target":107},{"source":106,"target":108},{"source":106,"target":2},{"source":106,"target":109},{"source":109,"target":110},{"source":109,"target":106},{"source":107,"target":2},{"source":107,"target":111},{"source":107,"target":112},{"source":111,"target":113},{"source":111,"target":107},{"source":112,"target":114},{"source":112,"target":107},{"source":3,"target":0},{"source":3,"target":115},{"source":115,"target":116},{"source":115,"target":3},{"source":4,"target":0},{"source":4,"target":117},{"source":4,"target":118},{"source":117,"target":119},{"source":117,"target":4},{"source":118,"target":120},{"source":118,"target":4},{"source":5,"target":0},{"source":5,"target":121},{"source":121,"target":4},{"source":121,"target":122},{"source":121,"target":5},{"source":122,"target":4},{"source":6,"target":0},{"source":6,"target":123},{"source":123,"target":4},{"source":123,"target":124},{"source":123,"target":6},{"source":124,"target":4},{"source":7,"target":0},{"source":7,"target":125},{"source":125,"target":126},{"source":125,"target":7},{"source":8,"target":0},{"source":8,"target":127},{"source":127,"target":128},{"source":127,"target":8},{"source":9,"target":0},{"source":9,"target":129},{"source":129,"target":130},{"source":129,"target":9},{"source":10,"target":0},{"source":10,"target":131},{"source":131,"target":132},{"source":131,"target":10},{"source":11,"target":0},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":133,"target":11},{"source":134,"target":11},{"source":135,"target":11},{"source":136,"target":11},{"source":137,"target":11},{"source":138,"target":11},{"source":139,"target":11},{"source":140,"target":11},{"source":141,"target":11},{"source":142,"target":11},{"source":12,"target":0},{"source":12,"target":143},{"source":143,"target":15},{"source":143,"target":144},{"source":143,"target":12},{"source":144,"target":15},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":7},{"source":13,"target":3},{"source":13,"target":14},{"source":13,"target":5},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":154},{"source":13,"target":155},{"source":13,"target":156},{"source":13,"target":157},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":145,"target":13},{"source":146,"target":15},{"source":146,"target":161},{"source":146,"target":13},{"source":161,"target":15},{"source":147,"target":13},{"source":148,"target":15},{"source":148,"target":162},{"source":148,"target":13},{"source":148,"target":163},{"source":162,"target":15},{"source":163,"target":164},{"source":163,"target":148},{"source":149,"target":86},{"source":149,"target":165},{"source":149,"target":13},{"source":165,"target":86},{"source":150,"target":86},{"source":150,"target":166},{"source":150,"target":13},{"source":166,"target":86},{"source":151,"target":15},{"source":151,"target":167},{"source":151,"target":13},{"source":151,"target":168},{"source":167,"target":15},{"source":168,"target":11},{"source":168,"target":169},{"source":168,"target":151},{"source":169,"target":11},{"source":152,"target":170},{"source":152,"target":13},{"source":153,"target":1},{"source":153,"target":171},{"source":153,"target":13},{"source":171,"target":1},{"source":154,"target":172},{"source":154,"target":13},{"source":155,"target":6},{"source":155,"target":173},{"source":155,"target":13},{"source":173,"target":6},{"source":156,"target":12},{"source":157,"target":7},{"source":158,"target":3},{"source":159,"target":14},{"source":160,"target":5},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":174},{"source":14,"target":175},{"source":174,"target":13},{"source":174,"target":176},{"source":174,"target":14},{"source":176,"target":13},{"source":175,"target":2},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":12},{"source":15,"target":7},{"source":15,"target":3},{"source":15,"target":9},{"source":15,"target":5},{"source":15,"target":177},{"source":15,"target":178},{"source":15,"target":179},{"source":15,"target":180},{"source":15,"target":181},{"source":15,"target":182},{"source":15,"target":183},{"source":15,"target":184},{"source":177,"target":185},{"source":177,"target":15},{"source":178,"target":11},{"source":178,"target":186},{"source":178,"target":15},{"source":186,"target":11},{"source":179,"target":14},{"source":180,"target":12},{"source":181,"target":7},{"source":182,"target":3},{"source":183,"target":9},{"source":184,"target":5},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":3},{"source":16,"target":10},{"source":16,"target":7},{"source":16,"target":9},{"source":16,"target":5},{"source":16,"target":187},{"source":16,"target":188},{"source":16,"target":189},{"source":16,"target":190},{"source":16,"target":191},{"source":16,"target":192},{"source":187,"target":14},{"source":188,"target":3},{"source":189,"target":10},{"source":190,"target":7},{"source":191,"target":9},{"source":192,"target":5},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":193},{"source":193,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":194},{"source":18,"target":195},{"source":194,"target":196},{"source":194,"target":18},{"source":195,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":197},{"source":197,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":198},{"source":198,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":199},{"source":199,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":200},{"source":200,"target":17},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":201},{"source":23,"target":202},{"source":23,"target":203},{"source":201,"target":16},{"source":201,"target":204},{"source":201,"target":23},{"source":204,"target":16},{"source":202,"target":16},{"source":202,"target":205},{"source":202,"target":23},{"source":205,"target":16},{"source":203,"target":16},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":206},{"source":24,"target":207},{"source":206,"target":208},{"source":206,"target":24},{"source":207,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":209},{"source":209,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":210},{"source":210,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":211},{"source":211,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":212},{"source":212,"target":23},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":213},{"source":213,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":214},{"source":214,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":215},{"source":215,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":216},{"source":216,"target":23},{"source":33,"target":0},{"source":33,"target":23},{"source":33,"target":217},{"source":217,"target":23},{"source":34,"target":0},{"source":34,"target":23},{"source":34,"target":218},{"source":218,"target":23},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":219},{"source":219,"target":16},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":220},{"source":220,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":221},{"source":221,"target":35},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":222},{"source":222,"target":35},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":223},{"source":223,"target":35},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":224},{"source":224,"target":35},{"source":41,"target":0},{"source":41,"target":35},{"source":41,"target":225},{"source":225,"target":35},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":226},{"source":226,"target":35},{"source":43,"target":0},{"source":43,"target":35},{"source":43,"target":18},{"source":43,"target":227},{"source":43,"target":228},{"source":227,"target":35},{"source":228,"target":18},{"source":44,"target":0},{"source":44,"target":35},{"source":44,"target":229},{"source":229,"target":35},{"source":45,"target":0},{"source":45,"target":35},{"source":45,"target":230},{"source":230,"target":35},{"source":46,"target":0},{"source":46,"target":35},{"source":46,"target":231},{"source":231,"target":35},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":232},{"source":232,"target":35},{"source":48,"target":0},{"source":48,"target":35},{"source":48,"target":233},{"source":233,"target":35},{"source":49,"target":0},{"source":49,"target":35},{"source":49,"target":234},{"source":234,"target":35},{"source":50,"target":0},{"source":50,"target":35},{"source":50,"target":19},{"source":50,"target":235},{"source":50,"target":236},{"source":235,"target":35},{"source":236,"target":19},{"source":51,"target":0},{"source":51,"target":35},{"source":51,"target":237},{"source":237,"target":35},{"source":52,"target":0},{"source":52,"target":35},{"source":52,"target":238},{"source":238,"target":35},{"source":53,"target":0},{"source":53,"target":16},{"source":53,"target":239},{"source":239,"target":16},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":240},{"source":240,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":241},{"source":241,"target":53},{"source":56,"target":0},{"source":56,"target":53},{"source":56,"target":242},{"source":242,"target":53},{"source":57,"target":0},{"source":57,"target":53},{"source":57,"target":243},{"source":243,"target":53},{"source":58,"target":0},{"source":58,"target":53},{"source":58,"target":18},{"source":58,"target":244},{"source":58,"target":245},{"source":244,"target":53},{"source":245,"target":18},{"source":59,"target":0},{"source":59,"target":53},{"source":59,"target":246},{"source":246,"target":53},{"source":60,"target":0},{"source":60,"target":53},{"source":60,"target":19},{"source":60,"target":247},{"source":60,"target":248},{"source":247,"target":53},{"source":248,"target":19},{"source":61,"target":0},{"source":61,"target":16},{"source":61,"target":249},{"source":249,"target":16},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":250},{"source":250,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":251},{"source":251,"target":61},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":252},{"source":252,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":18},{"source":65,"target":253},{"source":65,"target":254},{"source":253,"target":61},{"source":254,"target":18},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":19},{"source":66,"target":255},{"source":66,"target":256},{"source":255,"target":61},{"source":256,"target":19},{"source":67,"target":0},{"source":67,"target":61},{"source":67,"target":257},{"source":257,"target":61},{"source":68,"target":0},{"source":68,"target":61},{"source":68,"target":258},{"source":258,"target":61},{"source":69,"target":0},{"source":69,"target":61},{"source":69,"target":259},{"source":259,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":260},{"source":260,"target":61},{"source":71,"target":0},{"source":71,"target":16},{"source":71,"target":261},{"source":261,"target":16},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":262},{"source":262,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":263},{"source":263,"target":71},{"source":74,"target":0},{"source":74,"target":71},{"source":74,"target":264},{"source":264,"target":71},{"source":75,"target":0},{"source":75,"target":71},{"source":75,"target":265},{"source":265,"target":71},{"source":76,"target":0},{"source":76,"target":71},{"source":76,"target":266},{"source":266,"target":71},{"source":77,"target":0},{"source":77,"target":71},{"source":77,"target":267},{"source":267,"target":71},{"source":78,"target":0},{"source":78,"target":71},{"source":78,"target":268},{"source":268,"target":71},{"source":79,"target":0},{"source":79,"target":16},{"source":79,"target":269},{"source":269,"target":16},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":270},{"source":270,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":271},{"source":271,"target":79},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":272},{"source":272,"target":79},{"source":83,"target":0},{"source":83,"target":79},{"source":83,"target":273},{"source":273,"target":79},{"source":84,"target":0},{"source":84,"target":3},{"source":84,"target":10},{"source":84,"target":2},{"source":84,"target":7},{"source":84,"target":274},{"source":84,"target":275},{"source":84,"target":276},{"source":84,"target":277},{"source":84,"target":278},{"source":274,"target":86},{"source":274,"target":279},{"source":274,"target":84},{"source":279,"target":86},{"source":275,"target":3},{"source":276,"target":10},{"source":277,"target":2},{"source":278,"target":7},{"source":85,"target":0},{"source":85,"target":84},{"source":85,"target":280},{"source":85,"target":281},{"source":280,"target":88},{"source":280,"target":282},{"source":280,"target":85},{"source":282,"target":88},{"source":281,"target":84},{"source":86,"target":0},{"source":86,"target":14},{"source":86,"target":85},{"source":86,"target":9},{"source":86,"target":5},{"source":86,"target":283},{"source":86,"target":284},{"source":86,"target":285},{"source":86,"target":286},{"source":86,"target":287},{"source":283,"target":288},{"source":283,"target":86},{"source":284,"target":14},{"source":285,"target":85},{"source":286,"target":9},{"source":287,"target":5},{"source":87,"target":0},{"source":87,"target":88},{"source":87,"target":289},{"source":87,"target":290},{"source":289,"target":86},{"source":289,"target":291},{"source":289,"target":87},{"source":291,"target":86},{"source":290,"target":88},{"source":88,"target":0},{"source":88,"target":84},{"source":88,"target":95},{"source":88,"target":94},{"source":88,"target":292},{"source":88,"target":293},{"source":88,"target":294},{"source":88,"target":295},{"source":88,"target":296},{"source":88,"target":297},{"source":88,"target":298},{"source":88,"target":299},{"source":88,"target":300},{"source":88,"target":301},{"source":292,"target":88},{"source":292,"target":302},{"source":302,"target":92},{"source":302,"target":303},{"source":302,"target":292},{"source":303,"target":92},{"source":293,"target":88},{"source":293,"target":304},{"source":304,"target":92},{"source":304,"target":305},{"source":304,"target":293},{"source":305,"target":92},{"source":294,"target":88},{"source":294,"target":306},{"source":294,"target":307},{"source":294,"target":308},{"source":294,"target":309},{"source":306,"target":310},{"source":306,"target":294},{"source":307,"target":311},{"source":307,"target":294},{"source":308,"target":312},{"source":308,"target":294},{"source":309,"target":313},{"source":309,"target":294},{"source":295,"target":98},{"source":295,"target":314},{"source":295,"target":88},{"source":314,"target":98},{"source":296,"target":92},{"source":296,"target":315},{"source":296,"target":88},{"source":315,"target":92},{"source":297,"target":92},{"source":297,"target":316},{"source":297,"target":88},{"source":316,"target":92},{"source":298,"target":317},{"source":298,"target":88},{"source":299,"target":84},{"source":300,"target":95},{"source":301,"target":94},{"source":89,"target":0},{"source":89,"target":88},{"source":89,"target":85},{"source":89,"target":9},{"source":89,"target":5},{"source":89,"target":318},{"source":89,"target":319},{"source":89,"target":320},{"source":89,"target":321},{"source":318,"target":88},{"source":319,"target":85},{"source":320,"target":9},{"source":321,"target":5},{"source":90,"target":0},{"source":90,"target":88},{"source":90,"target":8},{"source":90,"target":322},{"source":90,"target":323},{"source":322,"target":88},{"source":323,"target":8},{"source":91,"target":0},{"source":91,"target":88},{"source":91,"target":96},{"source":91,"target":97},{"source":91,"target":324},{"source":91,"target":325},{"source":91,"target":326},{"source":324,"target":88},{"source":325,"target":96},{"source":326,"target":97},{"source":92,"target":0},{"source":92,"target":84},{"source":92,"target":95},{"source":92,"target":5},{"source":92,"target":9},{"source":92,"target":94},{"source":92,"target":327},{"source":92,"target":328},{"source":92,"target":329},{"source":92,"target":330},{"source":92,"target":331},{"source":92,"target":332},{"source":92,"target":333},{"source":92,"target":334},{"source":92,"target":335},{"source":92,"target":336},{"source":92,"target":337},{"source":92,"target":338},{"source":92,"target":339},{"source":327,"target":92},{"source":327,"target":340},{"source":327,"target":341},{"source":340,"target":88},{"source":340,"target":342},{"source":340,"target":327},{"source":342,"target":88},{"source":341,"target":88},{"source":341,"target":343},{"source":341,"target":327},{"source":343,"target":88},{"source":328,"target":92},{"source":329,"target":92},{"source":330,"target":344},{"source":330,"target":92},{"source":331,"target":88},{"source":331,"target":345},{"source":331,"target":92},{"source":345,"target":88},{"source":332,"target":88},{"source":332,"target":346},{"source":332,"target":92},{"source":346,"target":88},{"source":333,"target":93},{"source":333,"target":347},{"source":333,"target":92},{"source":347,"target":93},{"source":334,"target":348},{"source":334,"target":92},{"source":335,"target":84},{"source":336,"target":95},{"source":337,"target":5},{"source":338,"target":9},{"source":339,"target":94},{"source":93,"target":0},{"source":93,"target":10},{"source":93,"target":349},{"source":93,"target":350},{"source":93,"target":351},{"source":93,"target":352},{"source":93,"target":353},{"source":349,"target":354},{"source":349,"target":93},{"source":350,"target":355},{"source":350,"target":93},{"source":351,"target":356},{"source":351,"target":93},{"source":352,"target":357},{"source":352,"target":93},{"source":353,"target":10},{"source":94,"target":0},{"source":94,"target":358},{"source":94,"target":359},{"source":358,"target":360},{"source":358,"target":94},{"source":359,"target":361},{"source":359,"target":94},{"source":95,"target":0},{"source":95,"target":362},{"source":95,"target":363},{"source":95,"target":364},{"source":95,"target":365},{"source":95,"target":366},{"source":362,"target":367},{"source":362,"target":95},{"source":363,"target":368},{"source":363,"target":95},{"source":364,"target":369},{"source":364,"target":95},{"source":365,"target":370},{"source":365,"target":95},{"source":366,"target":371},{"source":366,"target":95},{"source":96,"target":0},{"source":96,"target":372},{"source":372,"target":373},{"source":372,"target":96},{"source":97,"target":0},{"source":97,"target":374},{"source":374,"target":375},{"source":374,"target":97},{"source":98,"target":0},{"source":98,"target":376},{"source":98,"target":377},{"source":98,"target":378},{"source":98,"target":379},{"source":98,"target":380},{"source":376,"target":98},{"source":376,"target":381},{"source":376,"target":98},{"source":381,"target":98},{"source":377,"target":382},{"source":377,"target":98},{"source":378,"target":383},{"source":378,"target":98},{"source":379,"target":384},{"source":379,"target":98},{"source":380,"target":385},{"source":380,"target":98},{"source":99,"target":0},{"source":99,"target":386},{"source":386,"target":387},{"source":386,"target":99},{"source":100,"target":0},{"source":100,"target":86},{"source":100,"target":388},{"source":100,"target":389},{"source":388,"target":390},{"source":388,"target":100},{"source":389,"target":86},{"source":101,"target":0},{"source":101,"target":88},{"source":101,"target":85},{"source":101,"target":391},{"source":101,"target":392},{"source":101,"target":393},{"source":101,"target":394},{"source":101,"target":395},{"source":101,"target":396},{"source":391,"target":101},{"source":391,"target":397},{"source":397,"target":15},{"source":397,"target":398},{"source":397,"target":391},{"source":398,"target":15},{"source":392,"target":101},{"source":393,"target":16},{"source":393,"target":399},{"source":393,"target":101},{"source":399,"target":16},{"source":394,"target":400},{"source":394,"target":101},{"source":395,"target":88},{"source":396,"target":85},{"source":102,"target":0},{"source":102,"target":92},{"source":102,"target":401},{"source":102,"target":402},{"source":102,"target":403},{"source":102,"target":404},{"source":401,"target":102},{"source":401,"target":405},{"source":405,"target":15},{"source":405,"target":406},{"source":405,"target":401},{"source":406,"target":15},{"source":402,"target":102},{"source":403,"target":23},{"source":403,"target":407},{"source":403,"target":102},{"source":407,"target":23},{"source":404,"target":92},{"source":103,"target":0},{"source":103,"target":86},{"source":103,"target":408},{"source":103,"target":409},{"source":408,"target":410},{"source":408,"target":103},{"source":409,"target":86},{"source":104,"target":0},{"source":104,"target":88},{"source":104,"target":85},{"source":104,"target":8},{"source":104,"target":5},{"source":104,"target":411},{"source":104,"target":412},{"source":104,"target":413},{"source":104,"target":414},{"source":411,"target":88},{"source":412,"target":85},{"source":413,"target":8},{"source":414,"target":5},{"source":105,"target":0},{"source":105,"target":88},{"source":105,"target":9},{"source":105,"target":5},{"source":105,"target":415},{"source":105,"target":416},{"source":105,"target":417},{"source":415,"target":88},{"source":416,"target":9},{"source":417,"target":5}],"multigraph":true} | ecore |
gpl | repo-ecore-all/data/valeriocos/jbrex/JBrex/metamodels/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
used
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="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="java"
nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="used" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</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="&="/>
<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="<<="/>
<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="<<"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/>
<eLiterals name="LESS" value="9" literal="<"/>
<eLiterals name="GREATER" value="10" literal=">"/>
<eLiterals name="LESS_EQUALS" value="11" literal="<="/>
<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="&"/>
<eLiterals name="OR" value="17" literal="|"/>
<eLiterals name="CONDITIONAL_AND" value="18" literal="&&"/>
<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","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"used","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"},{"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":203,"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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"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":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"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":210,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"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":220,"derived":false},{"id":221,"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":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":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"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":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"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":229,"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":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"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":241,"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"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":246,"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":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"name":"ASSIGN","id":253,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":254,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":255,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":256,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":257,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":258,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":259,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":260,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":261,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":262,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":263,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":264,"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":265,"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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"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":272,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"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":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":289,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"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":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":"type","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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"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":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"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":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"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":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":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":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":328,"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":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"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":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":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":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"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":376,"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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"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":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":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":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":385,"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":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"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":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"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":399,"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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"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":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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"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":407,"derived":false},{"container":false,"ordered":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":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"name":"TIMES","id":414,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":415,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":416,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":417,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":418,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":419,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":420,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":421,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":422,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":423,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":424,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":425,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":426,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":427,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":428,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":429,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":430,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":431,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":432,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":433,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":434,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":435,"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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"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":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"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":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"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":459,"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":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"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":463,"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":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"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":467,"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"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":472,"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":473,"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":474,"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":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"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":485,"derived":false},{"container":false,"ordered":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":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"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":491,"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":492,"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":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":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":"ownedElements","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":"orphanTypes","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":"unresolvedItems","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":"compilationUnits","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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"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":513,"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":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":"static","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":"transient","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":"volatile","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":"native","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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":519,"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":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":"singleVariableDeclaration","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":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"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":523,"derived":false},{"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"},{"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},{"id":538,"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":539,"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":540,"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":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"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":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"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":551,"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":552,"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":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"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":560,"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":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"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":565,"derived":false},{"container":false,"ordered":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":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"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":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"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":573,"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":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"name":"INCREMENT","id":578,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":579,"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":580,"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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"name":"INCREMENT","id":585,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":586,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":587,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":588,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":589,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":590,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"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"},{"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":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"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":604,"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":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"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":608,"derived":false},{"id":609,"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":610,"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":611,"derived":false},{"container":false,"ordered":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":612,"derived":false},{"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"},{"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":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"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":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"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":634,"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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":639,"derived":false},{"container":false,"ordered":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":640,"derived":false},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"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":644,"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":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"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":649,"derived":false},{"container":false,"ordered":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":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"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":654,"derived":false},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"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":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"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":661,"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":662,"derived":false},{"container":false,"ordered":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":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"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":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"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":671,"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":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"container":false,"ordered":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":677,"derived":false},{"id":678,"eClass":"EGenericType"},{"id":679,"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":680,"derived":false},{"id":681,"eClass":"EGenericType"},{"id":682,"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":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"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":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"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":690,"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":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"},{"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"},{"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":718,"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":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"container":false,"ordered":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":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"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":731,"derived":false},{"container":false,"ordered":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":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"name":"none","id":738,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":739,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":740,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":741,"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":742,"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":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"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":747,"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":748,"derived":false},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"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":9,"target":198},{"source":195,"target":35},{"source":195,"target":199},{"source":195,"target":9},{"source":199,"target":35},{"source":196,"target":36},{"source":196,"target":200},{"source":196,"target":9},{"source":200,"target":36},{"source":197,"target":29},{"source":197,"target":201},{"source":197,"target":9},{"source":201,"target":29},{"source":198,"target":202},{"source":198,"target":9},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":203,"target":12},{"source":203,"target":206},{"source":203,"target":10},{"source":203,"target":207},{"source":206,"target":12},{"source":204,"target":43},{"source":204,"target":208},{"source":204,"target":10},{"source":208,"target":43},{"source":205,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":209},{"source":209,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":210},{"source":12,"target":211},{"source":12,"target":207},{"source":12,"target":212},{"source":210,"target":43},{"source":210,"target":213},{"source":210,"target":12},{"source":213,"target":43},{"source":211,"target":108},{"source":211,"target":214},{"source":211,"target":12},{"source":214,"target":108},{"source":207,"target":10},{"source":207,"target":215},{"source":207,"target":12},{"source":207,"target":203},{"source":215,"target":10},{"source":212,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":216},{"source":13,"target":217},{"source":13,"target":218},{"source":216,"target":21},{"source":216,"target":219},{"source":216,"target":13},{"source":216,"target":220},{"source":219,"target":21},{"source":217,"target":30},{"source":217,"target":221},{"source":217,"target":13},{"source":217,"target":222},{"source":221,"target":30},{"source":218,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":225},{"source":223,"target":43},{"source":223,"target":226},{"source":223,"target":14},{"source":226,"target":43},{"source":224,"target":43},{"source":224,"target":227},{"source":224,"target":14},{"source":227,"target":43},{"source":225,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":228},{"source":15,"target":229},{"source":15,"target":230},{"source":15,"target":231},{"source":228,"target":43},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":43},{"source":229,"target":16},{"source":229,"target":233},{"source":229,"target":15},{"source":233,"target":16},{"source":230,"target":108},{"source":230,"target":234},{"source":230,"target":15},{"source":234,"target":108},{"source":231,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":235},{"source":16,"target":236},{"source":235,"target":43},{"source":235,"target":237},{"source":235,"target":16},{"source":237,"target":43},{"source":236,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":238},{"source":17,"target":239},{"source":238,"target":43},{"source":238,"target":240},{"source":238,"target":17},{"source":240,"target":43},{"source":239,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":241,"target":244},{"source":241,"target":18},{"source":242,"target":108},{"source":242,"target":245},{"source":242,"target":18},{"source":245,"target":108},{"source":243,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":246},{"source":19,"target":247},{"source":19,"target":248},{"source":19,"target":249},{"source":246,"target":43},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":43},{"source":247,"target":20},{"source":247,"target":251},{"source":247,"target":19},{"source":251,"target":20},{"source":248,"target":43},{"source":248,"target":252},{"source":248,"target":19},{"source":252,"target":43},{"source":249,"target":43},{"source":20,"target":0},{"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":20,"target":264},{"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":264,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":163},{"source":21,"target":265},{"source":21,"target":220},{"source":21,"target":266},{"source":21,"target":267},{"source":163,"target":3},{"source":163,"target":268},{"source":163,"target":21},{"source":163,"target":155},{"source":268,"target":3},{"source":265,"target":6},{"source":265,"target":269},{"source":265,"target":21},{"source":269,"target":6},{"source":220,"target":13},{"source":220,"target":270},{"source":220,"target":21},{"source":220,"target":216},{"source":270,"target":13},{"source":266,"target":68},{"source":266,"target":271},{"source":266,"target":21},{"source":266,"target":272},{"source":271,"target":68},{"source":267,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":273},{"source":22,"target":274},{"source":273,"target":275},{"source":273,"target":22},{"source":274,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":276},{"source":276,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":277},{"source":24,"target":278},{"source":277,"target":94},{"source":277,"target":279},{"source":277,"target":24},{"source":279,"target":94},{"source":278,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":280},{"source":25,"target":281},{"source":280,"target":57},{"source":280,"target":282},{"source":280,"target":25},{"source":280,"target":283},{"source":282,"target":57},{"source":281,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":284},{"source":26,"target":285},{"source":26,"target":286},{"source":284,"target":43},{"source":284,"target":287},{"source":284,"target":26},{"source":287,"target":43},{"source":285,"target":108},{"source":285,"target":288},{"source":285,"target":26},{"source":288,"target":108},{"source":286,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":289},{"source":27,"target":290},{"source":27,"target":291},{"source":289,"target":93},{"source":289,"target":292},{"source":289,"target":27},{"source":289,"target":293},{"source":292,"target":93},{"source":290,"target":24},{"source":290,"target":294},{"source":290,"target":27},{"source":294,"target":24},{"source":291,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":295},{"source":28,"target":296},{"source":295,"target":297},{"source":295,"target":28},{"source":296,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":29,"target":301},{"source":29,"target":302},{"source":298,"target":303},{"source":298,"target":29},{"source":299,"target":3},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":3},{"source":300,"target":36},{"source":300,"target":305},{"source":300,"target":29},{"source":305,"target":36},{"source":301,"target":73},{"source":301,"target":306},{"source":301,"target":29},{"source":306,"target":73},{"source":302,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":222},{"source":30,"target":307},{"source":30,"target":308},{"source":30,"target":309},{"source":30,"target":310},{"source":222,"target":13},{"source":222,"target":311},{"source":222,"target":30},{"source":222,"target":217},{"source":311,"target":13},{"source":307,"target":43},{"source":307,"target":312},{"source":307,"target":30},{"source":312,"target":43},{"source":308,"target":108},{"source":308,"target":313},{"source":308,"target":30},{"source":313,"target":108},{"source":309,"target":43},{"source":310,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":314},{"source":314,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":315},{"source":32,"target":316},{"source":32,"target":317},{"source":32,"target":318},{"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":317,"target":321},{"source":317,"target":32},{"source":321,"target":43},{"source":318,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":322},{"source":33,"target":323},{"source":322,"target":94},{"source":323,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":324},{"source":34,"target":325},{"source":324,"target":108},{"source":324,"target":326},{"source":324,"target":34},{"source":326,"target":108},{"source":325,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":327},{"source":35,"target":328},{"source":35,"target":329},{"source":35,"target":330},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":332},{"source":328,"target":35},{"source":329,"target":333},{"source":329,"target":35},{"source":330,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":36,"target":338},{"source":36,"target":339},{"source":334,"target":340},{"source":334,"target":36},{"source":335,"target":35},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":35},{"source":336,"target":49},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":49},{"source":337,"target":73},{"source":337,"target":343},{"source":337,"target":36},{"source":343,"target":73},{"source":338,"target":3},{"source":338,"target":344},{"source":338,"target":36},{"source":344,"target":3},{"source":339,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":345},{"source":37,"target":346},{"source":345,"target":57},{"source":345,"target":347},{"source":345,"target":37},{"source":345,"target":348},{"source":347,"target":57},{"source":346,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":349},{"source":38,"target":350},{"source":38,"target":351},{"source":349,"target":43},{"source":349,"target":352},{"source":349,"target":38},{"source":352,"target":43},{"source":350,"target":94},{"source":350,"target":353},{"source":350,"target":38},{"source":353,"target":94},{"source":351,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":354},{"source":354,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":355},{"source":40,"target":356},{"source":40,"target":357},{"source":40,"target":358},{"source":355,"target":94},{"source":355,"target":359},{"source":355,"target":40},{"source":359,"target":94},{"source":356,"target":43},{"source":356,"target":360},{"source":356,"target":40},{"source":360,"target":43},{"source":357,"target":93},{"source":357,"target":361},{"source":357,"target":40},{"source":357,"target":362},{"source":361,"target":93},{"source":358,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":363},{"source":41,"target":364},{"source":41,"target":365},{"source":41,"target":366},{"source":363,"target":13},{"source":363,"target":367},{"source":363,"target":41},{"source":367,"target":13},{"source":364,"target":43},{"source":364,"target":368},{"source":364,"target":41},{"source":368,"target":43},{"source":365,"target":21},{"source":366,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":369},{"source":42,"target":370},{"source":369,"target":41},{"source":369,"target":371},{"source":369,"target":42},{"source":371,"target":41},{"source":370,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":372},{"source":372,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":373},{"source":44,"target":374},{"source":373,"target":43},{"source":373,"target":375},{"source":373,"target":44},{"source":375,"target":43},{"source":374,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":376},{"source":45,"target":377},{"source":45,"target":378},{"source":376,"target":92},{"source":376,"target":379},{"source":376,"target":45},{"source":379,"target":92},{"source":377,"target":43},{"source":377,"target":380},{"source":377,"target":45},{"source":380,"target":43},{"source":378,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":381},{"source":46,"target":382},{"source":381,"target":21},{"source":382,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":47,"target":386},{"source":47,"target":387},{"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":43},{"source":385,"target":390},{"source":385,"target":47},{"source":390,"target":43},{"source":386,"target":94},{"source":386,"target":391},{"source":386,"target":47},{"source":391,"target":94},{"source":387,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":392},{"source":48,"target":393},{"source":48,"target":394},{"source":48,"target":395},{"source":392,"target":43},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":43},{"source":393,"target":94},{"source":393,"target":397},{"source":393,"target":48},{"source":397,"target":94},{"source":394,"target":94},{"source":394,"target":398},{"source":394,"target":48},{"source":398,"target":94},{"source":395,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":399},{"source":49,"target":400},{"source":49,"target":401},{"source":399,"target":402},{"source":399,"target":49},{"source":400,"target":69},{"source":400,"target":403},{"source":400,"target":49},{"source":400,"target":404},{"source":403,"target":69},{"source":401,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":50,"target":408},{"source":50,"target":409},{"source":405,"target":51},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":51},{"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":408,"target":413},{"source":408,"target":50},{"source":413,"target":43},{"source":409,"target":43},{"source":51,"target":0},{"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":51,"target":432},{"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":432,"target":51},{"source":52,"target":0},{"source":52,"target":433},{"source":52,"target":434},{"source":52,"target":435},{"source":433,"target":52},{"source":434,"target":52},{"source":435,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":436},{"source":53,"target":437},{"source":436,"target":24},{"source":436,"target":438},{"source":436,"target":53},{"source":438,"target":24},{"source":437,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":439},{"source":54,"target":440},{"source":54,"target":441},{"source":439,"target":108},{"source":439,"target":442},{"source":439,"target":54},{"source":442,"target":108},{"source":440,"target":43},{"source":440,"target":443},{"source":440,"target":54},{"source":443,"target":43},{"source":441,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":444},{"source":444,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":445},{"source":56,"target":446},{"source":445,"target":102},{"source":445,"target":447},{"source":445,"target":56},{"source":447,"target":102},{"source":446,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":448},{"source":57,"target":283},{"source":57,"target":348},{"source":57,"target":449},{"source":57,"target":450},{"source":448,"target":94},{"source":448,"target":451},{"source":448,"target":57},{"source":451,"target":94},{"source":283,"target":25},{"source":283,"target":452},{"source":283,"target":57},{"source":283,"target":280},{"source":452,"target":25},{"source":348,"target":37},{"source":348,"target":453},{"source":348,"target":57},{"source":348,"target":345},{"source":453,"target":37},{"source":449,"target":69},{"source":450,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":454},{"source":454,"target":35},{"source":59,"target":0},{"source":59,"target":455},{"source":59,"target":456},{"source":455,"target":60},{"source":455,"target":457},{"source":455,"target":59},{"source":457,"target":60},{"source":456,"target":61},{"source":456,"target":458},{"source":456,"target":59},{"source":458,"target":61},{"source":60,"target":0},{"source":60,"target":459},{"source":60,"target":460},{"source":459,"target":461},{"source":459,"target":60},{"source":460,"target":462},{"source":460,"target":60},{"source":61,"target":0},{"source":61,"target":463},{"source":61,"target":464},{"source":463,"target":465},{"source":463,"target":61},{"source":464,"target":60},{"source":464,"target":466},{"source":464,"target":61},{"source":466,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":467},{"source":62,"target":468},{"source":62,"target":469},{"source":467,"target":69},{"source":467,"target":470},{"source":467,"target":62},{"source":470,"target":69},{"source":468,"target":108},{"source":468,"target":471},{"source":468,"target":62},{"source":471,"target":108},{"source":469,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":63,"target":475},{"source":63,"target":476},{"source":472,"target":477},{"source":472,"target":63},{"source":473,"target":108},{"source":473,"target":478},{"source":473,"target":63},{"source":478,"target":108},{"source":474,"target":63},{"source":474,"target":479},{"source":474,"target":63},{"source":474,"target":475},{"source":479,"target":63},{"source":475,"target":63},{"source":475,"target":480},{"source":475,"target":63},{"source":475,"target":474},{"source":480,"target":63},{"source":476,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":481},{"source":64,"target":482},{"source":64,"target":483},{"source":481,"target":43},{"source":481,"target":484},{"source":481,"target":64},{"source":484,"target":43},{"source":482,"target":43},{"source":483,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":146},{"source":65,"target":485},{"source":65,"target":486},{"source":65,"target":487},{"source":146,"target":1},{"source":146,"target":488},{"source":146,"target":65},{"source":146,"target":137},{"source":488,"target":1},{"source":485,"target":108},{"source":485,"target":489},{"source":485,"target":65},{"source":489,"target":108},{"source":486,"target":66},{"source":486,"target":490},{"source":486,"target":65},{"source":490,"target":66},{"source":487,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":491},{"source":66,"target":492},{"source":66,"target":493},{"source":66,"target":494},{"source":491,"target":495},{"source":491,"target":66},{"source":492,"target":496},{"source":492,"target":66},{"source":493,"target":108},{"source":493,"target":497},{"source":493,"target":66},{"source":497,"target":108},{"source":494,"target":9},{"source":67,"target":0},{"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":67,"target":504},{"source":498,"target":505},{"source":498,"target":67},{"source":499,"target":73},{"source":499,"target":506},{"source":499,"target":67},{"source":499,"target":507},{"source":506,"target":73},{"source":500,"target":107},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":107},{"source":501,"target":113},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":113},{"source":502,"target":36},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":36},{"source":503,"target":29},{"source":503,"target":511},{"source":503,"target":67},{"source":511,"target":29},{"source":504,"target":7},{"source":504,"target":512},{"source":504,"target":67},{"source":512,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"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":520},{"source":68,"target":272},{"source":68,"target":521},{"source":68,"target":522},{"source":68,"target":523},{"source":68,"target":524},{"source":513,"target":130},{"source":513,"target":525},{"source":513,"target":68},{"source":525,"target":130},{"source":514,"target":52},{"source":514,"target":526},{"source":514,"target":68},{"source":526,"target":52},{"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":520,"target":532},{"source":520,"target":68},{"source":272,"target":21},{"source":272,"target":533},{"source":272,"target":68},{"source":272,"target":266},{"source":533,"target":21},{"source":521,"target":93},{"source":521,"target":534},{"source":521,"target":68},{"source":521,"target":535},{"source":534,"target":93},{"source":522,"target":129},{"source":522,"target":536},{"source":522,"target":68},{"source":522,"target":537},{"source":536,"target":129},{"source":523,"target":127},{"source":523,"target":538},{"source":523,"target":68},{"source":523,"target":539},{"source":538,"target":127},{"source":524,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":540},{"source":69,"target":541},{"source":69,"target":404},{"source":69,"target":542},{"source":540,"target":543},{"source":540,"target":69},{"source":541,"target":544},{"source":541,"target":69},{"source":404,"target":49},{"source":404,"target":545},{"source":404,"target":69},{"source":404,"target":400},{"source":545,"target":49},{"source":542,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":546},{"source":546,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":547},{"source":71,"target":548},{"source":547,"target":549},{"source":547,"target":71},{"source":548,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":550},{"source":550,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":167},{"source":73,"target":507},{"source":73,"target":551},{"source":73,"target":552},{"source":73,"target":553},{"source":73,"target":554},{"source":167,"target":3},{"source":167,"target":555},{"source":167,"target":73},{"source":167,"target":158},{"source":555,"target":3},{"source":507,"target":67},{"source":507,"target":556},{"source":507,"target":73},{"source":507,"target":499},{"source":556,"target":67},{"source":551,"target":73},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":552},{"source":557,"target":73},{"source":552,"target":73},{"source":552,"target":558},{"source":552,"target":73},{"source":552,"target":551},{"source":558,"target":73},{"source":553,"target":74},{"source":553,"target":559},{"source":553,"target":73},{"source":553,"target":560},{"source":559,"target":74},{"source":554,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":560},{"source":74,"target":561},{"source":74,"target":562},{"source":560,"target":73},{"source":560,"target":563},{"source":560,"target":74},{"source":560,"target":553},{"source":563,"target":73},{"source":561,"target":74},{"source":561,"target":564},{"source":561,"target":74},{"source":564,"target":74},{"source":562,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":565},{"source":75,"target":566},{"source":75,"target":567},{"source":565,"target":108},{"source":565,"target":568},{"source":565,"target":75},{"source":568,"target":108},{"source":566,"target":108},{"source":566,"target":569},{"source":566,"target":75},{"source":569,"target":108},{"source":567,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":570},{"source":76,"target":571},{"source":570,"target":43},{"source":570,"target":572},{"source":570,"target":76},{"source":572,"target":43},{"source":571,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":573},{"source":77,"target":574},{"source":77,"target":575},{"source":573,"target":78},{"source":573,"target":576},{"source":573,"target":77},{"source":576,"target":78},{"source":574,"target":43},{"source":574,"target":577},{"source":574,"target":77},{"source":577,"target":43},{"source":575,"target":43},{"source":78,"target":0},{"source":78,"target":578},{"source":78,"target":579},{"source":578,"target":78},{"source":579,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":580},{"source":79,"target":581},{"source":79,"target":582},{"source":580,"target":80},{"source":580,"target":583},{"source":580,"target":79},{"source":583,"target":80},{"source":581,"target":43},{"source":581,"target":584},{"source":581,"target":79},{"source":584,"target":43},{"source":582,"target":43},{"source":80,"target":0},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":80,"target":589},{"source":80,"target":590},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":589,"target":80},{"source":590,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":591},{"source":591,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":592},{"source":592,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":593},{"source":593,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":594},{"source":594,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":595},{"source":595,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":596},{"source":596,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":597},{"source":597,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":598},{"source":598,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":599},{"source":599,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":600},{"source":600,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":601},{"source":91,"target":602},{"source":601,"target":43},{"source":601,"target":603},{"source":601,"target":91},{"source":603,"target":43},{"source":602,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":604},{"source":92,"target":605},{"source":92,"target":606},{"source":604,"target":126},{"source":604,"target":607},{"source":604,"target":92},{"source":604,"target":608},{"source":607,"target":126},{"source":605,"target":43},{"source":605,"target":609},{"source":605,"target":92},{"source":609,"target":43},{"source":606,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":535},{"source":93,"target":610},{"source":93,"target":611},{"source":93,"target":612},{"source":93,"target":142},{"source":93,"target":293},{"source":93,"target":362},{"source":93,"target":613},{"source":535,"target":68},{"source":535,"target":614},{"source":535,"target":93},{"source":535,"target":521},{"source":614,"target":68},{"source":610,"target":615},{"source":610,"target":93},{"source":611,"target":108},{"source":611,"target":616},{"source":611,"target":93},{"source":616,"target":108},{"source":612,"target":6},{"source":612,"target":617},{"source":612,"target":93},{"source":617,"target":6},{"source":142,"target":1},{"source":142,"target":618},{"source":142,"target":93},{"source":142,"target":134},{"source":618,"target":1},{"source":293,"target":27},{"source":293,"target":619},{"source":293,"target":93},{"source":293,"target":289},{"source":619,"target":27},{"source":362,"target":40},{"source":362,"target":620},{"source":362,"target":93},{"source":362,"target":357},{"source":620,"target":40},{"source":613,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":621},{"source":621,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":622},{"source":95,"target":623},{"source":622,"target":624},{"source":622,"target":95},{"source":623,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":625},{"source":96,"target":626},{"source":96,"target":627},{"source":625,"target":43},{"source":625,"target":628},{"source":625,"target":96},{"source":628,"target":43},{"source":626,"target":94},{"source":627,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":629},{"source":97,"target":630},{"source":629,"target":92},{"source":629,"target":631},{"source":629,"target":97},{"source":631,"target":92},{"source":630,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":632},{"source":98,"target":633},{"source":632,"target":4},{"source":633,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":634},{"source":99,"target":635},{"source":99,"target":636},{"source":634,"target":637},{"source":634,"target":99},{"source":635,"target":43},{"source":635,"target":638},{"source":635,"target":99},{"source":638,"target":43},{"source":636,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":639},{"source":100,"target":640},{"source":100,"target":641},{"source":639,"target":43},{"source":639,"target":642},{"source":639,"target":100},{"source":642,"target":43},{"source":640,"target":94},{"source":640,"target":643},{"source":640,"target":100},{"source":643,"target":94},{"source":641,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":644},{"source":101,"target":645},{"source":101,"target":646},{"source":644,"target":24},{"source":644,"target":647},{"source":644,"target":101},{"source":647,"target":24},{"source":645,"target":43},{"source":645,"target":648},{"source":645,"target":101},{"source":648,"target":43},{"source":646,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":649},{"source":102,"target":650},{"source":102,"target":651},{"source":649,"target":652},{"source":649,"target":102},{"source":650,"target":9},{"source":650,"target":653},{"source":650,"target":102},{"source":653,"target":9},{"source":651,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":654},{"source":103,"target":655},{"source":654,"target":656},{"source":654,"target":103},{"source":655,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":657},{"source":657,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":658},{"source":105,"target":659},{"source":658,"target":43},{"source":658,"target":660},{"source":658,"target":105},{"source":660,"target":43},{"source":659,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":661},{"source":106,"target":662},{"source":106,"target":663},{"source":106,"target":664},{"source":661,"target":24},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":24},{"source":662,"target":24},{"source":662,"target":666},{"source":662,"target":106},{"source":666,"target":24},{"source":663,"target":27},{"source":663,"target":667},{"source":663,"target":106},{"source":667,"target":27},{"source":664,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":668},{"source":107,"target":669},{"source":668,"target":108},{"source":668,"target":670},{"source":668,"target":107},{"source":668,"target":671},{"source":670,"target":108},{"source":669,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":671},{"source":108,"target":672},{"source":108,"target":673},{"source":108,"target":674},{"source":671,"target":107},{"source":671,"target":675},{"source":671,"target":108},{"source":671,"target":668},{"source":675,"target":107},{"source":672,"target":70},{"source":672,"target":676},{"source":672,"target":108},{"source":676,"target":70},{"source":673,"target":43},{"source":674,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":677},{"source":109,"target":678},{"source":677,"target":112},{"source":677,"target":679},{"source":677,"target":109},{"source":679,"target":112},{"source":678,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":680},{"source":110,"target":681},{"source":680,"target":3},{"source":680,"target":682},{"source":680,"target":110},{"source":682,"target":3},{"source":681,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":683},{"source":111,"target":684},{"source":683,"target":108},{"source":683,"target":685},{"source":683,"target":111},{"source":685,"target":108},{"source":684,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":686},{"source":112,"target":687},{"source":686,"target":108},{"source":686,"target":688},{"source":686,"target":112},{"source":688,"target":108},{"source":687,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":689},{"source":689,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":690},{"source":114,"target":691},{"source":114,"target":692},{"source":114,"target":693},{"source":690,"target":113},{"source":690,"target":694},{"source":690,"target":114},{"source":694,"target":113},{"source":691,"target":9},{"source":691,"target":695},{"source":691,"target":114},{"source":695,"target":9},{"source":692,"target":43},{"source":693,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":696},{"source":115,"target":697},{"source":696,"target":11},{"source":697,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":698},{"source":116,"target":699},{"source":698,"target":12},{"source":699,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":700},{"source":117,"target":701},{"source":700,"target":34},{"source":701,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":702},{"source":118,"target":703},{"source":702,"target":42},{"source":703,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":704},{"source":119,"target":705},{"source":704,"target":55},{"source":705,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":706},{"source":120,"target":707},{"source":706,"target":57},{"source":707,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":708},{"source":121,"target":709},{"source":708,"target":63},{"source":709,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":710},{"source":122,"target":711},{"source":710,"target":93},{"source":711,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":712},{"source":123,"target":713},{"source":712,"target":107},{"source":713,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":714},{"source":124,"target":715},{"source":714,"target":3},{"source":715,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":716},{"source":125,"target":717},{"source":716,"target":128},{"source":717,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":718},{"source":126,"target":719},{"source":126,"target":608},{"source":126,"target":720},{"source":718,"target":721},{"source":718,"target":126},{"source":719,"target":43},{"source":719,"target":722},{"source":719,"target":126},{"source":722,"target":43},{"source":608,"target":92},{"source":608,"target":723},{"source":608,"target":126},{"source":608,"target":604},{"source":723,"target":92},{"source":720,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":539},{"source":127,"target":724},{"source":127,"target":725},{"source":127,"target":726},{"source":539,"target":68},{"source":539,"target":727},{"source":539,"target":127},{"source":539,"target":523},{"source":727,"target":68},{"source":724,"target":6},{"source":724,"target":728},{"source":724,"target":127},{"source":728,"target":6},{"source":725,"target":43},{"source":726,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":177},{"source":128,"target":729},{"source":177,"target":5},{"source":177,"target":730},{"source":177,"target":128},{"source":177,"target":173},{"source":730,"target":5},{"source":729,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":731},{"source":129,"target":537},{"source":129,"target":732},{"source":129,"target":733},{"source":129,"target":734},{"source":731,"target":735},{"source":731,"target":129},{"source":537,"target":68},{"source":537,"target":736},{"source":537,"target":129},{"source":537,"target":522},{"source":736,"target":68},{"source":732,"target":6},{"source":732,"target":737},{"source":732,"target":129},{"source":737,"target":6},{"source":733,"target":94},{"source":734,"target":5},{"source":130,"target":0},{"source":130,"target":738},{"source":130,"target":739},{"source":130,"target":740},{"source":130,"target":741},{"source":738,"target":130},{"source":739,"target":130},{"source":740,"target":130},{"source":741,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":742},{"source":131,"target":743},{"source":131,"target":744},{"source":742,"target":745},{"source":742,"target":131},{"source":743,"target":108},{"source":743,"target":746},{"source":743,"target":131},{"source":746,"target":108},{"source":744,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":747},{"source":132,"target":748},{"source":132,"target":749},{"source":747,"target":43},{"source":747,"target":750},{"source":747,"target":132},{"source":750,"target":43},{"source":748,"target":94},{"source":748,"target":751},{"source":748,"target":132},{"source":751,"target":94},{"source":749,"target":94}],"multigraph":true} | ecore |
types | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/aangenieux/capillary/capillary-transformation/src/main/resources/org/clinigrid/capillary/transformation/Types.ecore | types
Type
inExtentDomain
false
DataType
BooleanType
NumberType
IntegerType
RealType
StringType
ObjectType
objectClass
CollectionType
elementType
MapType
keyType
valueType
FunctionType
returnType
parameterTypes
optionalParameterCount
MethodType
objectType
EnumType
enumClass | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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.clinigrid.org/Capillary/2011/Transformation/Types"
nsPrefix="types">
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inExtentDomain" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//RealType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//NumberType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="objectClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
eType="#//Type"/>
</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="FunctionType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1"
eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1"
eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optionalParameterCount"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodType" eSuperTypes="#//FunctionType">
<eStructuralFeatures xsi:type="ecore:EReference" name="objectType" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnum"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.clinigrid.org/Capillary/2011/Transformation/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","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":"RealType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":13,"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":"inExtentDomain","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","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":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"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":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"optionalParameterCount","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":15},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":18},{"source":18,"target":2},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":19},{"source":19,"target":6},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":20},{"source":20,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":21},{"source":21,"target":2},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":22},{"source":8,"target":23},{"source":22,"target":24},{"source":22,"target":8},{"source":23,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":25},{"source":9,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":9},{"source":27,"target":1},{"source":26,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":28},{"source":10,"target":29},{"source":10,"target":30},{"source":28,"target":1},{"source":28,"target":31},{"source":28,"target":10},{"source":31,"target":1},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":10},{"source":32,"target":1},{"source":30,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":33},{"source":11,"target":34},{"source":11,"target":35},{"source":11,"target":36},{"source":33,"target":1},{"source":33,"target":37},{"source":33,"target":11},{"source":37,"target":1},{"source":34,"target":1},{"source":34,"target":38},{"source":34,"target":11},{"source":38,"target":1},{"source":35,"target":39},{"source":35,"target":11},{"source":36,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":40},{"source":12,"target":41},{"source":40,"target":1},{"source":40,"target":42},{"source":40,"target":12},{"source":42,"target":1},{"source":41,"target":11},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":43},{"source":13,"target":44},{"source":43,"target":45},{"source":43,"target":13},{"source":44,"target":1}],"multigraph":true} | ecore |
graphicaleditor | repo-ecore-all/data/anatlyzer/anatlyzer/examples-test/GR2Sirius/metamodels/viewpoint.ecore | viewpoint
DAnalysis
referencedAnalysis
models
eAnnotations
ownedViews
selectedViews
ownedFeatureExtensions
version
DFeatureExtension
description
DValidable
validate
DNavigable
ownedNavigationLinks
DStylizable
getStyle
DRefreshable
refresh
DLabelled
DMappingBased
getMapping
DContainer
DRepresentationContainer
addSemanticDiagram
diagram
diagramSet
models
DSemanticDecorator
target
DRepresentation
createContents
createContents
rootElement
updateContent
ownedRepresentationElements
representationElements
name
ownedAnnotationEntries
DRepresentationElement
name
semanticElements
DView
ownedRepresentations
ownedExtensions
allRepresentations
hiddenRepresentations
referencedRepresentations
initialized
viewpoint
MetaModelExtension
extensionGroup
Decoration
description
DNavigationLink
isAvailable
targetType
label
link to...
DEObjectLink
target
DSourceFileLink
filePath
startPosition
0
endPosition
1
DAnalysisCustomData
key
data
LabelStyle
labelAlignment
FontFormat
normal
normal
italic
italic
bold
bold
bold_italic
bold_italic
Style
description
ExtendedPackage
org.eclipse.sirius.ecore.extender.business.api.accessor.ModelAccessor
org.eclipse.sirius.ecore.extender.business.api.accessor.ModelAccessor
DragAndDropTarget
getDragAndDropDescription
LabelAlignment
CENTER
CENTER
LEFT
LEFT
RIGHT
RIGHT
RGBValues
red
green
blue
DAnalysisSessionEObject
open
blocked
resources
controlledResources
activatedViewpoints
analyses
synchronizationStatus
dirty
SyncStatus
dirty
dirty
sync
sync
SessionManagerEObject
ownedSessions
DResource
name
path
DFile
DResourceContainer
members
DProject
DFolder
DModel
BasicLabelStyle
labelSize
8
labelFormat
normal
showIcon
true
labelColor
iconPath
Customizable
customFeatures
description
Group
name
ownedViewpoints
systemColorsPalette
userColorsPalettes
version
Component
Viewpoint
initView
model
modelFileExtension
*
validationSet
ownedRepresentations
ownedRepresentationExtensions
ownedJavaExtensions
ownedMMExtensions
ownedFeatureExtensions
icon
ownedTemplates
conflicts
reuses
customizes
FeatureExtensionDescription
RepresentationDescription
titleExpression
initialisation
metamodel
showOnStartup
RepresentationTemplate
name
ownedRepresentations
RepresentationImportDescription
RepresentationExtensionDescription
name
viewpointURI
representationName
metamodel
MetamodelExtensionSetting
extensionGroup
JavaExtension
qualifiedClassName
RepresentationElementMapping
detailDescriptions
navigationDescriptions
AbstractMappingImport
hideSubMappings
false
inheritsAncestorFilters
true
DocumentedElement
documentation
DModelElement
getDAnnotation
source
eAnnotations
DAnnotation
source
details
ConditionalStyleDescription
checkPredicate
modelElement
viewVariable
containerVariable
predicateExpression
TypeName
java.lang.String
java.lang.String
InterpretedExpression
java.lang.String
java.lang.String
FeatureName
java.lang.String
java.lang.String
NavigationTargetType
model
model
file
file
DragAndDropTargetDescription
dropDescriptions
PasteTargetDescription
pasteDescriptions
DecorationDescriptionsSet
decorationDescriptions
DecorationDescription
name
position
SOUTH_WEST
decoratorPath
preconditionExpression
Position
NORTH
NORTH
WEST
WEST
SOUTH
SOUTH
EAST
EAST
NORTH_WEST
NORTH_WEST
NORTH_EAST
NORTH_EAST
SOUTH_WEST
SOUTH_WEST
SOUTH_EAST
SOUTH_EAST
CENTER
CENTER
SemanticBasedDecoration
domainClass
Customization
vsmElementCustomizations
IVSMElementCustomization
VSMElementCustomization
predicateExpression
featureCustomizations
VSMElementCustomizationReuse
reuse
appliedOn
EStructuralFeatureCustomization
appliedOn
applyOnAll
EAttributeCustomization
attributeName
value
EReferenceCustomization
referenceName
value
SelectionDescription
candidatesExpression
multiple
tree
rootExpression
childrenExpression
message
ColorDescription
SystemColor
name
InterpolatedColor
colorValueComputationExpression
<%eContents().nSize%>
minValueComputationExpression
0
maxValueComputationExpression
10
colorSteps
ColorStep
associatedValue
associatedColor
FixedColor
red
125
green
125
blue
125
UserFixedColor
UserColor
name
SystemColors
black
black
blue
blue
red
red
green
green
yellow
yellow
purple
purple
orange
orange
chocolate
chocolate
gray
gray
white
white
dark_blue
dark_blue
dark_red
dark_red
dark_green
dark_green
dark_yellow
dark_yellow
dark_purple
dark_purple
dark_orange
dark_orange
dark_chocolate
dark_chocolate
dark_gray
dark_gray
light_blue
light_blue
light_red
light_red
light_green
light_green
light_yellow
light_yellow
light_purple
light_purple
light_orange
light_orange
light_chocolate
light_chocolate
light_gray
light_gray
Environment
systemColors
defaultTools
labelBorderStyles
SytemColorsPalette
entries
UserColorsPalette
name
entries
AnnotationEntry
source
data
EndUserDocumentedElement
endUserDocumentation
IdentifiedElement
name
label
ComputedColor
red
green
blue
DAnnotationEntry
source
details
URI
org.eclipse.emf.common.util.URI
org.eclipse.emf.common.util.URI
style
StyleDescription
BasicLabelStyleDescription
labelSize
8
labelFormat
normal
showIcon
true
labelExpression
feature:name
labelColor
iconPath
LabelStyleDescription
labelAlignment
LabelBorderStyles
labelBorderStyleDescriptions
LabelBorderStyleDescription
id
name
cornerHeight
cornerWidth
TooltipStyleDescription
tooltipExpression
tool
ToolEntry
AbstractToolDescription
precondition
forceRefresh
false
filters
MappingBasedToolDescription
ToolDescription
iconPath
element
elementView
initialOperation
ContainerDropDescription
getBestMapping
targetContainer
droppedElement
getContainers
mappings
oldContainer
newContainer
element
newViewContainer
initialOperation
dragSource
moveEdges
PasteDescription
getContainers
container
containerView
copiedView
copiedElement
initialOperation
SelectionWizardDescription
element
containerView
container
initialOperation
iconPath
/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif
windowTitle
Selection Wizard
windowImagePath
PaneBasedSelectionWizardDescription
element
containerView
container
initialOperation
iconPath
/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif
windowTitle
Selection Wizard
windowImagePath
message
choiceOfValuesMessage
Choice of values
candidatesExpression
tree
rootExpression
childrenExpression
selectedValuesMessage
Selected values
preSelectedCandidatesExpression
RepresentationCreationDescription
getMappings
titleExpression
browseExpression
representationDescription
initialOperation
containerViewVariable
representationNameVariable
RepresentationNavigationDescription
getMappings
browseExpression
navigationNameExpression
representationDescription
containerViewVariable
containerVariable
representationNameVariable
MenuItemOrRef
MenuItemDescription
icon
MenuItemDescriptionReference
item
OperationAction
view
initialOperation
ExternalJavaAction
id
parameters
ExternalJavaActionCall
action
PopupMenu
menuItemDescription
AbstractVariable
name
VariableContainer
subVariables
AcceleoVariable
computationExpression
SubVariable
DialogVariable
dialogPrompt
ElementDropVariable
ElementSelectVariable
ElementVariable
ElementViewVariable
ElementDeleteVariable
DropContainerVariable
SelectContainerVariable
ContainerViewVariable
SelectModelElementVariable
EditMaskVariables
mask
ContainerModelOperation
subModelOperations
ModelOperation
InitialNodeCreationOperation
firstModelOperations
InitialOperation
firstModelOperations
InitEdgeCreationOperation
firstModelOperations
InitialContainerDropOperation
firstModelOperations
CreateInstance
typeName
referenceName
variableName
instance
ChangeContext
browseExpression
SetValue
featureName
valueExpression
SetObject
featureName
object
Unset
featureName
elementExpression
MoveElement
newContainerExpression
featureName
RemoveElement
For
expression
iteratorName
i
DragSource
DIAGRAM
DIAGRAM
PROJECT_EXPLORER
PROJECT_EXPLORER
BOTH
BOTH
If
conditionExpression
DeleteView
NameVariable
ExternalJavaActionParameter
name
value
ToolFilterDescription
precondition
elementsToListen
listeners
FeatureChangeListener
domainClass
featureName
Case
conditionExpression
SwitchChild
subModelOperations
Default
Switch
cases
default
audit
InformationSection
getContent
eObj
TemplateInformationSection
templatePath
diagram
DDiagram
clean
getNodesFromMapping
mapping
getEdgesFromMapping
mapping
getContainersFromMapping
mapping
findDiagramElements
semanticElement
type
ownedDiagramElements
diagramElements
description
info
subDiagrams
edges
nodes
nodeListElements
containers
currentConcern
activatedFilters
allFilters
activatedRules
activateBehaviors
filterVariableHistory
activatedLayers
synchronized
true
hiddenElements
isInLayoutingMode
headerHeight
1
DSemanticDiagram
getRootContent
DDiagramElement
getParentDiagram
isFold
alreadyManagedElements
visible
true
tooltipText
parentLayers
decorations
diagramElementMapping
graphicalFilters
GraphicalFilter
HideFilter
HideLabelFilter
FoldingPointFilter
FoldingFilter
AppliedCompositeFilters
compositeFilterDescriptions
AbsoluteBoundsFilter
x
y
height
width
DDiagramLink
target
node
AbstractDNode
ownedBorderedNodes
arrangeConstraints
KEEP_LOCATION
DNode
width
height
ownedStyle
labelPosition
ownedDetails
resizeKind
NONE
originalStyle
actualMapping
candidatesMapping
DDiagramElementContainer
getNodesFromMapping
mapping
getContainersFromMapping
mapping
nodes
containers
elements
ownedStyle
ownedDetails
originalStyle
actualMapping
candidatesMapping
width
height
DNodeContainer
ownedDiagramElements
childrenPresentation
FreeForm
ContainerLayout
FreeForm
FreeForm
List
List
HorizontalStack
HorizontalStack
VerticalStack
VerticalStack
DNodeList
ownedElements
lineWidth
1
DNodeListElement
ownedStyle
originalStyle
actualMapping
candidatesMapping
DEdge
isRootFolding
ownedStyle
size
1
sourceNode
targetNode
actualMapping
routingStyle
straight
isFold
isMockEdge
originalStyle
path
arrangeConstraints
KEEP_LOCATION
beginLabel
endLabel
DDiagramSet
description
diagrams
view
LabelPosition
border
border
node
node
NodeStyle
labelPosition
hideLabelByDefault
false
Dot
backgroundColor
strokeSizeComputationExpression
2
GaugeSection
min
max
value
label
backgroundColor
foregroundColor
ContainerStyle
FlatContainerStyle
backgroundStyle
backgroundColor
foregroundColor
ShapeContainerStyle
shape
backgroundColor
ContainerShape
parallelogram
parallelogram
BackgroundStyle
GradientLeftToRight
GradientLeftToRight
Liquid
Liquid
GradientTopToBottom
GradientTopToBottom
Square
width
0
height
0
color
Ellipse
horizontalDiameter
0
verticalDiameter
0
color
Lozenge
width
0
height
0
color
BundledImage
shape
color
WorkspaceImage
workspacePath
CustomStyle
id
BundledImageShape
square
square
stroke
stroke
triangle
triangle
dot
dot
ring
ring
EdgeTarget
outgoingEdges
incomingEdges
EdgeStyle
strokeColor
lineStyle
sourceArrow
NoDecoration
targetArrow
InputArrow
foldingStyle
NONE
size
1
routingStyle
straight
beginLabelStyle
centerLabelStyle
endLabelStyle
LineStyle
solid
solid
dash
dash
dot
dot
dash_dot
dash_dot
EdgeArrows
NoDecoration
NoDecoration
OutputArrow
OutputArrow
InputArrow
InputArrow
OutputClosedArrow
OutputClosedArrow
InputClosedArrow
InputClosedArrow
OutputFillClosedArrow
OutputFillClosedArrow
InputFillClosedArrow
InputFillClosedArrow
Diamond
Diamond
FillDiamond
FillDiamond
InputArrowWithDiamond
InputArrowWithDiamond
InputArrowWithFillDiamond
InputArrowWithFillDiamond
EdgeRouting
straight
straight
manhattan
manhattan
tree
tree
GaugeCompositeStyle
alignment
SQUARE
sections
AlignmentKind
VERTICAL
VERTICAL
HORIZONTAL
HORIZONTAL
SQUARE
SQUARE
BorderedStyle
borderSize
0
borderSizeComputationExpression
0
borderColor
Note
color
FilterVariableHistory
ownedValues
FilterVariableValue
variableDefinition
modelElement
ResizeKind
NONE
NONE
NSEW
NSEW
NORTH_SOUTH
NORTH_SOUTH
EAST_WEST
EAST_WEST
ArrangeConstraint
KEEP_LOCATION
KEEP_LOCATION
KEEP_SIZE
KEEP_SIZE
KEEP_RATIO
KEEP_RATIO
CollapseFilter
width
height
IndirectlyCollapseFilter
BeginLabelStyle
getDescription
setDescription
description
CenterLabelStyle
getDescription
setDescription
description
EndLabelStyle
getDescription
setDescription
description
BracketEdgeStyle
ComputedStyleDescriptionRegistry
computedStyleDescriptions
cache
DiagramElementMapping2ModelElement
java.util.Map$Entry
java.util.Map$Entry
key
value
ModelElement2ViewVariable
java.util.Map$Entry
java.util.Map$Entry
key
value
ViewVariable2ContainerVariable
java.util.Map$Entry
java.util.Map$Entry
key
value
ContainerVariable2StyleDescription
java.util.Map$Entry
java.util.Map$Entry
key
value
description
DiagramDescription
createDiagram
filters
allEdgeMappings
allNodeMappings
allContainerMappings
validationSet
concerns
allTools
domainClass
preconditionExpression
defaultConcern
rootExpression
init
layout
diagramInitialisation
defaultLayer
additionalLayers
allLayers
allActivatedTools
nodeMappings
edgeMappings
edgeMappingImports
containerMappings
reusedMappings
toolSection
reusedTools
enablePopupBars
DiagramImportDescription
importedDiagram
DiagramExtensionDescription
layers
validationSet
concerns
DiagramElementMapping
checkPrecondition
modelElement
container
containerView
getAllMappings
isFrom
element
preconditionExpression
deletionDescription
labelDirectEdit
semanticCandidatesExpression
createElements
true
semanticElements
doubleClickDescription
synchronizationLock
false
AbstractNodeMapping
getDNodesDone
findDNodeFromEObject
eObject
clearDNodesDone
addDoneNode
node
getAllBorderedNodeMappings
domainClass
borderedNodeMappings
reusedBorderedNodeMappings
NodeMapping
createNode
modelElement
container
viewPoint
updateNode
node
getBestStyle
modelElement
viewVariable
containerVariable
createListElement
modelElement
diagram
updateListElement
listElement
getNodesCandidates
semanticOrigin
container
getNodesCandidates
semanticOrigin
container
containerView
style
conditionnalStyles
ContainerMapping
createContainer
modelElement
container
viewPoint
updateContainer
node
getBestStyle
modelElement
viewVariable
containerVariable
getNodesCandidates
semanticOrigin
container
getNodesCandidates
semanticOrigin
container
containerView
subNodeMappings
allNodeMappings
reusedNodeMappings
subContainerMappings
reusedContainerMappings
allContainerMappings
style
conditionnalStyles
childrenPresentation
FreeForm
NodeMappingImport
importedMapping
ContainerMappingImport
importedMapping
EdgeMapping
createEdge
source
target
semanticTarget
createEdge
source
target
container
semanticTarget
getBestStyle
modelElement
viewVariable
containerVariable
updateEdge
viewEdge
getEdgeTargetCandidates
semanticOrigin
viewPoint
getEdgeSourceCandidates
semanticOrigin
viewPoint
getEdgeTargetCandidates
semanticOrigin
container
containerView
sourceMapping
targetMapping
targetFinderExpression
sourceFinderExpression
style
conditionnalStyles
targetExpression
domainClass
useDomainElement
false
reconnections
pathExpression
pathNodeMapping
IEdgeMapping
getBestStyle
modelElement
viewVariable
containerVariable
EdgeMappingImport
importedMapping
conditionnalStyles
inheritsAncestorFilters
true
ConditionalNodeStyleDescription
style
ConditionalEdgeStyleDescription
style
ConditionalContainerStyleDescription
style
FoldingStyle
NONE
NONE
SOURCE
SOURCE
TARGET
TARGET
Layout
OrderedTreeLayout
childrenExpression
nodeMapping
CompositeLayout
padding
30
direction
topToBottom
LayoutDirection
TopToBottom
topToBottom
LeftToRight
LeftToRight
BottomToTop
bottomToTop
MappingBasedDecoration
mappings
Layer
nodeMappings
edgeMappings
edgeMappingImports
containerMappings
reusedMappings
allTools
toolSections
reusedTools
decorationDescriptionsSet
icon
allEdgeMappings
customization
AdditionalLayer
activeByDefault
optional
true
style
BorderedStyleDescription
borderSizeComputationExpression
0
borderColor
NodeStyleDescription
sizeComputationExpression
3
labelPosition
border
hideLabelByDefault
false
resizeKind
NONE
CustomStyleDescription
id
SquareDescription
width
0
height
0
color
LozengeNodeDescription
widthComputationExpression
heightComputationExpression
color
EllipseNodeDescription
color
horizontalDiameterComputationExpression
0
verticalDiameterComputationExpression
0
BundledImageDescription
shape
color
NoteDescription
color
DotDescription
backgroundColor
strokeSizeComputationExpression
2
GaugeCompositeStyleDescription
alignment
SQUARE
sections
GaugeSectionDescription
minValueExpression
0
maxValueExpression
0
valueExpression
0
backgroundColor
foregroundColor
label
SizeComputationContainerStyleDescription
widthComputationExpression
-1
heightComputationExpression
-1
RoundedCornerStyleDescription
arcWidth
1
arcHeight
1
ContainerStyleDescription
roundedCorner
FlatContainerStyleDescription
backgroundStyle
backgroundColor
foregroundColor
labelBorderStyle
ShapeContainerStyleDescription
shape
backgroundColor
WorkspaceImageDescription
workspacePath
EdgeStyleDescription
strokeColor
lineStyle
sourceArrow
NoDecoration
targetArrow
InputArrow
sizeComputationExpression
<%eContents().nSize%>
routingStyle
straight
foldingStyle
beginLabelStyleDescription
centerLabelStyleDescription
endLabelStyleDescription
BeginLabelStyleDescription
CenterLabelStyleDescription
EndLabelStyleDescription
BracketEdgeStyleDescription
tool
ToolSection
icon
ownedTools
subSections
popupMenus
reusedTools
groupExtensions
ToolGroup
tools
ToolGroupExtension
group
tools
NodeCreationDescription
nodeMappings
variable
viewVariable
initialOperation
iconPath
extraMappings
EdgeCreationDescription
getBestMapping
source
target
createdElements
edgeMappings
sourceVariable
targetVariable
sourceViewVariable
targetViewVariable
initialOperation
iconPath
extraSourceMappings
extraTargetMappings
connectionStartPrecondition
ContainerCreationDescription
containerMappings
variable
viewVariable
initialOperation
iconPath
extraMappings
DeleteElementDescription
getMappings
element
elementView
containerView
initialOperation
hook
DoubleClickDescription
mappings
element
elementView
initialOperation
DeleteHook
id
parameters
DeleteHookParameter
name
value
ReconnectEdgeDescription
getMappings
reconnectionKind
RECONNECT_TARGET
source
target
sourceView
targetView
element
initialOperation
edgeView
ReconnectionKind
RECONNECT_TARGET
RECONNECT_TARGET
RECONNECT_SOURCE
RECONNECT_SOURCE
RECONNECT_BOTH
RECONNECT_BOTH
RequestDescription
type
DirectEditLabel
getMapping
mask
initialOperation
inputLabelExpression
BehaviorTool
domainClass
EObject
initialOperation
SourceEdgeCreationVariable
SourceEdgeViewCreationVariable
TargetEdgeCreationVariable
TargetEdgeViewCreationVariable
ElementDoubleClickVariable
NodeCreationVariable
CreateView
mapping
containerViewExpression
variableName
createdView
CreateEdgeView
sourceExpression
targetExpression
Navigation
createIfNotExistent
diagramDescription
DiagramCreationDescription
diagramDescription
DiagramNavigationDescription
diagramDescription
filter
FilterDescription
isVisible
element
Filter
isVisible
element
filterKind
HIDE
MappingFilter
mappings
semanticConditionExpression
viewConditionExpression
CompositeFilterDescription
filters
VariableFilter
setFilterContext
variables
ownedVariables
semanticConditionExpression
FilterVariable
name
FilterKind
HIDE
HIDE
COLLAPSE
COLLAPSE
validation
ValidationSet
ownedRules
name
reusedRules
allRules
ValidationRule
checkRule
eObj
getMessage
eObj
level
INFO
message
The <%name%> element has...
audits
fixes
SemanticValidationRule
targetClass
ViewValidationRule
targets
RuleAudit
auditExpression
ERROR_LEVEL
INFO
INFO
WARNING
WARNING
ERROR
ERROR
ValidationFix
name
initialOperation
concern
ConcernSet
ownedConcernDescriptions
ConcernDescription
filters
rules
behaviors | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="viewpoint" nsURI="http://www.eclipse.org/sirius/1.1.0" nsPrefix="viewpoint">
<eAnnotations source="Tags">
<details key="deprecated" value="Anything tagged as deprecated will disappear quite soon.

"/>
<details key="to be renamed" value="Anything tagged "to be renamed" will be renamed, at least in the UI
"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysis">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedAnalysis" upperBound="-1"
eType="#//DAnalysis"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#//description/DAnnotationEntry" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedViews" upperBound="-1"
eType="#//DView" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedViews" upperBound="-1"
eType="#//DView"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureExtensions"
upperBound="-1" eType="#//DFeatureExtension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DFeatureExtension" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//description/FeatureExtensionDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DValidable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an element that can be validated."/>
</eAnnotations>
<eOperations name="validate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Validate the element. Return <code>false</code> if the element is not valid."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNavigable" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an element that can be navigate. The user can see the details in another editor."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedNavigationLinks" upperBound="-1"
eType="#//DNavigationLink" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The links of the navigable element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DStylizable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a style."/>
</eAnnotations>
<eOperations name="getStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the style of the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRefreshable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that can be refreshed."/>
</eAnnotations>
<eOperations name="refresh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Refresh the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DLabelled" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a label."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DMappingBased" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a mapping."/>
</eAnnotations>
<eOperations name="getMapping" eType="#//description/RepresentationElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the mapping of the element."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DContainer" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that contains others diagram elements."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRepresentationContainer" eSuperTypes="#//DView">
<eOperations name="addSemanticDiagram">
<eParameters name="diagram" eType="#//diagram/DSemanticDiagram"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramSet" upperBound="-1"
eType="#//diagram/DDiagramSet" unsettable="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of diagrams grouped by DiagramDescription."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DSemanticDecorator" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element that has a link to the semantic model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced EObject."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRepresentation" abstract="true" eSuperTypes="#//description/DocumentedElement #//DRefreshable #//description/DModelElement">
<eOperations name="createContents">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize the contents (ViewNode, ViewNodeContainer, etc.) of the viewpoint."/>
</eAnnotations>
</eOperations>
<eOperations name="createContents">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize the content (ViewNode, ViewNodeContainer, etc.) of the viewpoint."/>
</eAnnotations>
<eParameters name="rootElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root EObject of the semantic model.
The content of the viewpoint is computed from this object."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="updateContent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Update the content of the viewpoint according to the semantic model changes. It deletes useless elements and adds new elements."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationElements"
upperBound="-1" eType="#//DRepresentationElement" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The directly contained representation elements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationElements"
upperBound="-1" eType="#//DRepresentationElement" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The directly and indirectly contained representation elements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnotationEntries"
upperBound="-1" eType="#//description/AnnotationEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DRepresentationElement" abstract="true"
eSuperTypes="#//DLabelled #//DMappingBased #//DStylizable #//DRefreshable #//DSemanticDecorator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the element. It is the name that is displayed on the diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic elements to show that represents this view point element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DView" eSuperTypes="#//DRefreshable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An view is the root element"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations" upperBound="-1"
eType="#//DRepresentation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The viewpoints that are owned by this analysis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtensions" eType="#//MetaModelExtension"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Meta Model extension for this analysis. It may be null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentations" upperBound="-1"
eType="#//DRepresentation" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All viewpoints of this analysis"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiddenRepresentations"
upperBound="-1" eType="#//DRepresentation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All hidden viewpoints of this analysis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedRepresentations"
upperBound="-1" eType="#//DRepresentation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ViewPoints referenced but not contained in this analysis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialized" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewpoint" lowerBound="1"
eType="#//description/Viewpoint">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The viewpoint that is used for this view"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaModelExtension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represent a Meta Model extension.
A meta model extension adds types, attributes and references into an existing meta model"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionGroup" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced meta model extension. It should be an instance of ExtensionGroup."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decoration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represent a decoration of a diagram element with a specific icon, based on its relationships with MetaElements of the MetaModel.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//description/DecorationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced DecorationDescription."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNavigationLink" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link for a navigable."/>
</eAnnotations>
<eOperations name="isAvailable" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return true if the navigation is available."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" eType="#//description/NavigationTargetType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the target."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="link to...">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label of the navigation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DEObjectLink" eSuperTypes="#//DNavigationLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link that references an EObject."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced EObject."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DSourceFileLink" eSuperTypes="#//DNavigationLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link that references a Source File."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the source file."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The index of the start portion of code."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The index of the end portion of code."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysisCustomData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelStyle" eSuperTypes="#//BasicLabelStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelAlignment" eType="#//LabelAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The format of the font."/>
</eAnnotations>
<eLiterals name="normal"/>
<eLiterals name="italic" value="1"/>
<eLiterals name="bold" value="2"/>
<eLiterals name="bold_italic" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Style" abstract="true" eSuperTypes="#//DRefreshable #//Customizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The super class of all styles."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/style/StyleDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ExtendedPackage" instanceClassName="org.eclipse.sirius.ecore.extender.business.api.accessor.ModelAccessor"/>
<eClassifiers xsi:type="ecore:EClass" name="DragAndDropTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A DragAndDropTarget is an element that can managed drop requests."/>
</eAnnotations>
<eOperations name="getDragAndDropDescription" eType="#//description/DragAndDropTargetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the description of this Drag&Drop Target."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LabelAlignment">
<eLiterals name="CENTER"/>
<eLiterals name="LEFT" value="1"/>
<eLiterals name="RIGHT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RGBValues">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnalysisSessionEObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="open" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocked" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resources" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controlledResources" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activatedViewpoints" upperBound="-1"
eType="#//description/Viewpoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="analyses" upperBound="-1"
eType="#//DAnalysis"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronizationStatus"
lowerBound="1" eType="#//SyncStatus" defaultValueLiteral="dirty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SyncStatus">
<eLiterals name="dirty"/>
<eLiterals name="sync" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionManagerEObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSessions" upperBound="-1"
eType="#//DAnalysisSessionEObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DResource" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DFile" eSuperTypes="#//DResource"/>
<eClassifiers xsi:type="ecore:EClass" name="DResourceContainer" eSuperTypes="#//DResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//DResource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DProject" eSuperTypes="#//DResourceContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DFolder" eSuperTypes="#//DResourceContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DModel" eSuperTypes="#//DFile"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicLabelStyle" eSuperTypes="#//Customizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" eType="#//FontFormat"
defaultValueLiteral="normal">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showIcon" 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="True, if the icon shoud be dispayed on the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelColor" eType="#//RGBValues"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display on the element. If unset, the icon corresponding to the semantic element will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customizable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customFeatures" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//description/DModelElement #//description/DocumentedElement">
<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="ownedViewpoints" upperBound="-1"
eType="#//description/Viewpoint" containment="true" eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemColorsPalette"
lowerBound="1" eType="#//description/SytemColorsPalette" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userColorsPalettes" upperBound="-1"
eType="#//description/UserColorsPalette" containment="true" eKeys="#//description/UserColorsPalette/name"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Viewpoint" eSuperTypes="#//description/DocumentedElement #//description/Component #//description/EndUserDocumentedElement #//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Viewpoint defines a "way of looking at your model", you could make an analogy with "What is your current concern about your analysis". It defines representations and might also define specific data only relevant for this concern."/>
</eAnnotations>
<eOperations name="initView">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize the analysis."/>
</eAnnotations>
<eParameters name="model" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root model element."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelFileExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Might be used to restrict your viewpoint to a set of file extensions, for instance "ecore""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//diagram/description/validation/ValidationSet"
containment="true" eKeys="#//diagram/description/validation/ValidationSet/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations"
upperBound="-1" eType="#//description/RepresentationDescription" containment="true"
eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationExtensions"
upperBound="-1" eType="#//description/RepresentationExtensionDescription"
containment="true" eKeys="#//description/RepresentationExtensionDescription/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedJavaExtensions"
upperBound="-1" eType="#//description/JavaExtension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMMExtensions" upperBound="-1"
eType="#//description/MetamodelExtensionSetting" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureExtensions"
upperBound="-1" eType="#//description/FeatureExtensionDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="image path to use as an icon for the viewpoint "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplates" upperBound="-1"
eType="#//description/RepresentationTemplate" containment="true" eKeys="#//description/RepresentationTemplate/name"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conflicts" upperBound="-1"
eType="#//description/URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reuses" upperBound="-1"
eType="#//description/URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customizes" upperBound="-1"
eType="#//description/URI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureExtensionDescription" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationDescription" abstract="true"
interface="true" eSuperTypes="#//description/DocumentedElement #//description/EndUserDocumentedElement #//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default title of the representation. (new + name if empty)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialisation" 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="Set to true if your want your representation to be automatically created when initializing a new session."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might use this reference to statically bind your representation with a set of Ecore packages. Keep in mind that this is not mandatory."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showOnStartup" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationTemplate" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentations"
upperBound="-1" eType="#//description/RepresentationDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationImportDescription" abstract="true"
interface="true" eSuperTypes="#//description/RepresentationDescription"/>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationExtensionDescription"
abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpointURI" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The logical URI of the viewpoint you want to extend, in the form of viewpoint:/pluginID/ViewpointName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representationName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the Representation you are extending."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might use this reference to statically bind your representation extension with a set of Ecore packages. Keep in mind that this is not mandatory."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelExtensionSetting">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describe the Meta Model extension to use."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionGroup" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Meta Model extension."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaExtension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class allows to import a Java Class that is used as an Acceleo Service. All acceleo expressions can use the services."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" 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 name of the class to import."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationElementMapping" abstract="true"
eSuperTypes="#//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="detailDescriptions" upperBound="-1"
eType="#//description/tool/RepresentationCreationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All details that can be created from this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="navigationDescriptions"
upperBound="-1" eType="#//description/tool/RepresentationNavigationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All details that can be created from this node."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMappingImport" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideSubMappings" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you don't want to inherit the sub mappings of the imported mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritsAncestorFilters"
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="Set to true if you want the filters applying on the imported mappings apply on this one."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DModelElement" abstract="true">
<eOperations name="getDAnnotation" eType="#//description/DAnnotation">
<eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#//description/DAnnotation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnnotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalStyleDescription" abstract="true">
<eOperations name="checkPredicate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression will get evaluated and if it returns true the contained style will be choosen."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeName" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="InterpretedExpression" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="FeatureName" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EEnum" name="NavigationTargetType">
<eLiterals name="model"/>
<eLiterals name="file" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DragAndDropTargetDescription" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A DragAndDropTargetDescription is a Description or Mapping that can have many DropTools"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dropDescriptions" upperBound="-1"
eType="#//description/tool/ContainerDropDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PasteTargetDescription" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PasteTargetDescription is a Description or Mapping that can have many PasteTools."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pasteDescriptions" upperBound="-1"
eType="#//description/tool/PasteDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationDescriptionsSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="decorationDescriptions"
upperBound="-1" eType="#//description/DecorationDescription" containment="true"
eKeys="#//description/DecorationDescription/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationDescription" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1"
eType="#//description/Position" defaultValueLiteral="SOUTH_WEST"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoratorPath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that filters the elements on which we want to display the decoration."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="containerView" value="viewpoint.DSemanticDecorator | the view that would contain the potential views of the checked elements."/>
<details key="container" value="ecore.EObject | the semantic element of the container view."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current diagram."/>
<details key="diagram" value="diagram.DDiagram | the current diagram."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Position">
<eLiterals name="NORTH" literal="NORTH"/>
<eLiterals name="WEST" value="1" literal="WEST"/>
<eLiterals name="SOUTH" value="2" literal="SOUTH"/>
<eLiterals name="EAST" value="3" literal="EAST"/>
<eLiterals name="NORTH_WEST" value="4" literal="NORTH_WEST"/>
<eLiterals name="NORTH_EAST" value="5" literal="NORTH_EAST"/>
<eLiterals name="SOUTH_WEST" value="6" literal="SOUTH_WEST"/>
<eLiterals name="SOUTH_EAST" value="7" literal="SOUTH_EAST"/>
<eLiterals name="CENTER" value="8" literal="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticBasedDecoration" eSuperTypes="#//description/DecorationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A SemanticBasedDecoration applies decoration on views that targeted an element of the given type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon of the decoration."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customization">
<eStructuralFeatures xsi:type="ecore:EReference" name="vsmElementCustomizations"
lowerBound="1" upperBound="-1" eType="#//description/IVSMElementCustomization"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IVSMElementCustomization" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="VSMElementCustomization" eSuperTypes="#//description/IVSMElementCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean result. True to enable the customization, false to disabled it. True by default."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureCustomizations"
lowerBound="1" upperBound="-1" eType="#//description/EStructuralFeatureCustomization"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VSMElementCustomizationReuse" eSuperTypes="#//description/IVSMElementCustomization">
<eStructuralFeatures xsi:type="ecore:EReference" name="reuse" lowerBound="1"
upperBound="-1" eType="#//description/EStructuralFeatureCustomization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeatureCustomization" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOn" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAttributeCustomization" eSuperTypes="#//description/EStructuralFeatureCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="A java Object to affect as new value of a EAttribute, for example a java primitive."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="ecore.EObject | the current view."/>
<details key="container" value="ecore.EObject | the semantic container."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EReferenceCustomization" eSuperTypes="#//description/EStructuralFeatureCustomization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionDescription" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tree" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you want a tree representation of the selection candidates."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the view of the container."/>
<details key="container" value="ecore.EObject | the semantic element of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorDescription" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A color definition, which can produce a concrete RGB triplet."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemColor" eSuperTypes="#//description/FixedColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A subtype of FixedColor which is only used in the system palette.
Graphical elements which only support colors from the system
palette can use this type instead of the more general FixedColor."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the color description, as shown to the user in color palettes."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterpolatedColor" eSuperTypes="#//description/ColorDescription #//description/UserColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a color which varies between two level color depending on the values of dynamically computed expressions.

@Deprecated : Describes a color which varies between two extremes (red and green)
depending on the values of dynamically computed expressions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="<%eContents().nSize%>">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value of the color. The value of the color must be include in the scale bounds"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValueComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="10">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="colorSteps" upperBound="-1"
eType="#//description/ColorStep" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorStep">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ColorStep is identified by its associatedValue and references an associatedColor (FixedColor).
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedValue" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedColor" lowerBound="1"
eType="#//description/FixedColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FixedColor" eSuperTypes="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A fixed color description defined by a specific RGB triplet."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The red value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The green value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="125">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The blue value of the RGB color."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserFixedColor" eSuperTypes="#//description/FixedColor #//description/UserColor"/>
<eClassifiers xsi:type="ecore:EClass" name="UserColor" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the color description, as shown to the user in color palettes."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SystemColors">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of colors available in the system palette."/>
</eAnnotations>
<eLiterals name="black"/>
<eLiterals name="blue" value="1"/>
<eLiterals name="red" value="2"/>
<eLiterals name="green" value="3"/>
<eLiterals name="yellow" value="4"/>
<eLiterals name="purple" value="5"/>
<eLiterals name="orange" value="6"/>
<eLiterals name="chocolate" value="7"/>
<eLiterals name="gray" value="8"/>
<eLiterals name="white" value="9"/>
<eLiterals name="dark_blue" value="11"/>
<eLiterals name="dark_red" value="12"/>
<eLiterals name="dark_green" value="13"/>
<eLiterals name="dark_yellow" value="14"/>
<eLiterals name="dark_purple" value="15"/>
<eLiterals name="dark_orange" value="16"/>
<eLiterals name="dark_chocolate" value="17"/>
<eLiterals name="dark_gray" value="18"/>
<eLiterals name="light_blue" value="21"/>
<eLiterals name="light_red" value="22"/>
<eLiterals name="light_green" value="23"/>
<eLiterals name="light_yellow" value="24"/>
<eLiterals name="light_purple" value="25"/>
<eLiterals name="light_orange" value="26"/>
<eLiterals name="light_chocolate" value="27"/>
<eLiterals name="light_gray" value="28"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Environment">
<eStructuralFeatures xsi:type="ecore:EReference" name="systemColors" eType="#//description/SytemColorsPalette"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultTools" upperBound="-1"
eType="#//description/tool/ToolEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBorderStyles" eType="#//description/style/LabelBorderStyles"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SytemColorsPalette">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//description/SystemColor" containment="true" eKeys="#//description/SystemColor/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserColorsPalette">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//description/UserColor" containment="true" eKeys="#//description/UserColor/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndUserDocumentedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endUserDocumentation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All elements which are identified by its name (id) and which have a label to display it to the end-user."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of this element. Must be unique. Changing this identifier will break existing user models which reference the old identifier."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" 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 label used to display this viewpoint to the end-user."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputedColor" eSuperTypes="#//description/UserColor #//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a color which each value red, blue and green are computed expressions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value of the color."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DAnnotationEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="details" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/>
<eSubpackages name="style" nsURI="http://www.eclipse.org/sirius/description/style/1.1.0"
nsPrefix="style">
<eClassifiers xsi:type="ecore:EClass" name="StyleDescription" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" eType="#//FontFormat"
defaultValueLiteral="normal">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showIcon" 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="True, if the icon shoud be dispayed on the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="feature:name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the name of a node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DSemanticDiagram."/>
<details key="view" value="diagram.DDiagramElement | the current view for which the label is calculated."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelColor" lowerBound="1"
eType="#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display on the element. If unset, the icon corresponding to the semantic element will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelStyleDescription" eSuperTypes="#//description/style/BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelAlignment" eType="#//LabelAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBorderStyles">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A group of LabelBorderStyleDescription to store in Environment.xmi."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBorderStyleDescriptions"
upperBound="-1" eType="#//description/style/LabelBorderStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBorderStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the border of a container label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TooltipStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltipExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression is used to compute the text of the optional tooltip shown when the user leaves the mouse on an element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="viewpoint.DSemanticDecorator | the current view."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="tool" nsURI="http://www.eclipse.org/sirius/description/tool/1.1.0"
nsPrefix="tool">
<eClassifiers xsi:type="ecore:EClass" name="ToolEntry" abstract="true" interface="true"
eSuperTypes="#//description/DocumentedElement #//description/IdentifiedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractToolDescription" abstract="true"
eSuperTypes="#//description/tool/ToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Base class of all tools."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition of the tool."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="container" value="ecore.EObject | the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceRefresh" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If true then a refresh for the whole representation is executed after every execution of the tool."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1"
eType="#//description/tool/ToolFilterDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBasedToolDescription" abstract="true"
eSuperTypes="#//description/tool/AbstractToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A mapping based tool. This is a tool that create a ViewPointElement."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display in the palette. If unset, the icon corresponding to the semantic element associated with the mapping will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable container that represents the semantic element of the clicked view."/>
<details key="documentedName" value="element"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="ecore.EObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementView" lowerBound="1"
eType="#//description/tool/ElementViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable that represents the clicked view."/>
<details key="documentedName" value="elementView"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="ecore.EObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation to execute."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerDropDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool that describes a Drag & Drop operation."/>
</eAnnotations>
<eOperations name="getBestMapping" eType="#//diagram/description/DiagramElementMapping">
<eParameters name="targetContainer" eType="#//DragAndDropTarget"/>
<eParameters name="droppedElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="getContainers" lowerBound="1" upperBound="-1" eType="#//description/DragAndDropTargetDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All mapping that can create the target view."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldContainer" lowerBound="1"
eType="#//description/tool/DropContainerVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the old container view."/>
<details key="documentedName" value="oldSemanticElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="newContainer" lowerBound="1"
eType="#//description/tool/DropContainerVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the new container view."/>
<details key="documentedName" value="newSemanticContainer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementDropVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element that is dragged and dropped."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="newViewContainer" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The new view container (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="newContainerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialContainerDropOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dragSource" lowerBound="1"
eType="#//description/tool/DragSource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Authorized sources of the drag."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moveEdges" 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="Set to true if you want to automatically move the edges associated with a node."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PasteDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool that describes a paste operation."/>
</eAnnotations>
<eOperations name="getContainers" upperBound="-1" eType="#//description/PasteTargetDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/DropContainerVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the new container view."/>
<details key="documentedName" value="newSemanticContainer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The new view container (DRepresentation of DRepresentationElement)."/>
<details key="documentedName" value="newContainerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="copiedView" lowerBound="1"
eType="#//description/tool/ElementViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The copied view."/>
<details key="documentedName" value="oldSemanticElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="copiedElement" lowerBound="1"
eType="#//description/tool/ElementVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The copied semantic element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionWizardDescription" eSuperTypes="#//description/tool/AbstractToolDescription #//description/SelectionDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/SelectContainerVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTitle" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="Selection Wizard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Title of the dialog."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowImagePath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaneBasedSelectionWizardDescription"
eSuperTypes="#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//description/tool/SelectContainerVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTitle" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="Selection Wizard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Title of the dialog."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowImagePath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="choiceOfValuesMessage"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="Choice of values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tree" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to true if you want a tree representation of the selection candidates."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedValuesMessage"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="Selected values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preSelectedCandidatesExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="containerView" value="viewpoint.DSemanticDecorator | the selected view."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationCreationDescription"
abstract="true" eSuperTypes="#//description/tool/AbstractToolDescription">
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//description/RepresentationElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleExpression" eType="#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default title of the representation to create. (new + name if empty)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="You might put here an expression to browse the semantic model to get to a new place before creating the representation."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationDescription"
lowerBound="1" eType="#//description/RepresentationDescription" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" eType="#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerViewVariable"
lowerBound="1" eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable containerView that represents the clickedView (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationNameVariable"
lowerBound="1" eType="#//description/tool/NameVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable representationName that represents the name of the created representation."/>
<details key="documentedName" value="representationName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationNavigationDescription"
abstract="true" eSuperTypes="#//description/tool/AbstractToolDescription">
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//description/RepresentationElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the navigation target."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigationNameExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="name" value="name of the targeted Representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationDescription"
lowerBound="1" eType="#//description/RepresentationDescription" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerViewVariable"
lowerBound="1" eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable containerView that represents the clickedView (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerVariable"
lowerBound="1" eType="#//description/tool/ElementSelectVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable container that represents the semantic element of the clicked view."/>
<details key="documentedName" value="container"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="representationNameVariable"
lowerBound="1" eType="#//description/tool/NameVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable representationName that represents the name of the representation to open."/>
<details key="documentedName" value="representationName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemOrRef" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemDescription" abstract="true"
eSuperTypes="#//description/tool/AbstractToolDescription #//description/tool/MenuItemOrRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemDescriptionReference" eSuperTypes="#//description/tool/MenuItemOrRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1"
eType="#//description/tool/MenuItemDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationAction" eSuperTypes="#//description/tool/MenuItemDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="view" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="#//description/tool/InitialOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaAction" eSuperTypes="#//description/tool/MenuItemDescription #//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Identifier for your External Java Action provided through extension points."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//description/tool/ExternalJavaActionParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaActionCall" eSuperTypes="#//description/tool/MenuItemDescription #//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An operation which can be used to call an ExternalJavaAction defined elsewhere."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//description/tool/ExternalJavaAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The action to call."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PopupMenu" eSuperTypes="#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItemDescription"
lowerBound="1" upperBound="-1" eType="#//description/tool/MenuItemDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractVariable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableContainer" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="subVariables" upperBound="-1"
eType="#//description/tool/SubVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceleoVariable" eSuperTypes="#//description/tool/VariableContainer #//description/tool/SubVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="computationExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<Object> or an Object."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubVariable" abstract="true" eSuperTypes="#//description/tool/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogVariable" abstract="true"
eSuperTypes="#//description/tool/AbstractVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dialogPrompt" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementDropVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementSelectVariable" eSuperTypes="#//description/tool/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementViewVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementDeleteVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="DropContainerVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectContainerVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ContainerViewVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectModelElementVariable" eSuperTypes="#//description/tool/SubVariable #//description/SelectionDescription"/>
<eClassifiers xsi:type="ecore:EClass" name="EditMaskVariables">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mask" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Editing mask, in the form of {0} : {1} for instance."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerModelOperation" abstract="true"
eSuperTypes="#//description/tool/ModelOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="subModelOperations"
upperBound="-1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelOperation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNodeCreationOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitEdgeCreationOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialContainerDropOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperations"
lowerBound="1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateInstance" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to create a new instance. The context must be the container of the new instance."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the new instance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the reference that contained the new instance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="instance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Once the instance is created, a new variable will be bound with the name given here and will be available to any contained operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeContext" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to change the execution context."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browseExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression to browse to a new context (kind of a GOTO for models)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetValue" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to set a value of a feature of the current context."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the feature to set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the value to set."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="any type supported by the feature."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetObject" eSuperTypes="#//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the feature to set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An instance to set, you might need to use "load resource" in the editor in order to be able to pick it."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unset" eSuperTypes="#//description/tool/ContainerModelOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the feature to unset."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the elements to unset from the feature."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MoveElement" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Move the element of the current context to another container."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newContainerExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression computing the new container."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the reference in the new container to put the element in."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveElement" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Remove the element represented by the current context."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="For" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to iterate a list of elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression returning the elements to iterate on."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iteratorName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="i">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="On every iteration, the current element will be binded with the given name."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DragSource">
<eLiterals name="DIAGRAM" value="1"/>
<eLiterals name="PROJECT_EXPLORER" value="2" literal="PROJECT_EXPLORER"/>
<eLiterals name="BOTH" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the evaluation of the condition returns true then all operations contains by this If statement will be executed, otherwise all operations will be ignored."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
<details key="documentation" value="Expression representing the condition, if it returns true, every operation contained by this statement will be executed."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteView" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deletes the current context if it is a view"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameVariable" eSuperTypes="#//description/tool/AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ExternalJavaActionParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the parameter"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Value of the parameter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="any type supported by the corresponding java parameter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolFilterDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="filter to hide a tool in UI based on preconditon evaluated when specified elements to listen are modified "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition of the filter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementsToListen" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements to listen by the filter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a collection."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="listeners" lowerBound="1"
upperBound="-1" eType="#//description/tool/FeatureChangeListener" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureChangeListener">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="#//description/FeatureName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//description/tool/SwitchChild">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the evaluation of the condition returns true then all operations contains by this case statement will be executed, otherwise all operations will be ignored."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
<details key="documentation" value="Expression representing the condition, if it returns true, every operation contained by this statement will be executed."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchChild" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="subModelOperations"
upperBound="-1" eType="#//description/tool/ModelOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Default" eSuperTypes="#//description/tool/SwitchChild">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Default Case is executed if none of Case condition are true."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//description/tool/ModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Swich contains 1 or more Case and 1 Default Case. If no Case condition return true, Default Case is executed. If there are more Case condition who return true it's the first Condition Case true who is executed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1"
upperBound="-1" eType="#//description/tool/Case" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" lowerBound="1"
eType="#//description/tool/Default" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="audit" nsURI="http://www.eclipse.org/sirius/description/audit/1.1.0"
nsPrefix="audit">
<eClassifiers xsi:type="ecore:EClass" name="InformationSection" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The section that displays informations about the selected element."/>
</eAnnotations>
<eOperations name="getContent" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the content of the section."/>
</eAnnotations>
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The selected element."/>
</eAnnotations>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateInformationSection" eSuperTypes="#//description/audit/InformationSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This information section is based on an Acceleo template."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="templatePath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The file path of the template."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
<eSubpackages name="diagram" nsURI="http://www.eclipse.org/sirius/diagram/1.1.0"
nsPrefix="diagram">
<eClassifiers xsi:type="ecore:EClass" name="DDiagram" eSuperTypes="#//DRepresentation #//description/DocumentedElement #//DragAndDropTarget #//DValidable #//DContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ViewPoint is the type of all diagrams in AIR.
A viewpoint is composed of nodes, containers and connections. It is owned by an anlysis or by a parent viewpoint. In this last case the viewpoint should be called detailed viewpoint."/>
</eAnnotations>
<eOperations name="clean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Clean the viewpoint. It deletes useless elements that have been deleted from the semantic model."/>
</eAnnotations>
</eOperations>
<eOperations name="getNodesFromMapping" upperBound="-1" eType="#//diagram/DNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns all nodes owned (directly or not) by this viewpoint that have been created from the specified mapping."/>
</eAnnotations>
<eParameters name="mapping" eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that has created the returned ViewNodes"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getEdgesFromMapping" upperBound="-1" eType="#//diagram/DEdge">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns all edges owned (directly or not) by this viewpoint that have been created from the specified mapping."/>
</eAnnotations>
<eParameters name="mapping" eType="#//diagram/description/EdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that has created the returned ViewEdges"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getContainersFromMapping" upperBound="-1" eType="#//diagram/DDiagramElementContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns all containers owned (directly or not) by this viewpoint that have been created from the specified mapping."/>
</eAnnotations>
<eParameters name="mapping" eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that has created the returned ViewPointElementContainers"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="findDiagramElements" upperBound="-1" eType="#//diagram/DDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Finds all view point elements that have the specified semantic element has target and that are instances of the specified type."/>
</eAnnotations>
<eParameters name="semanticElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="type" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDiagramElements"
upperBound="-1" eType="#//diagram/DDiagramElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DDiagramElements directly owned by this diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramElements" upperBound="-1"
eType="#//diagram/DDiagramElement" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The diagram elements directly and indirectly owned by this diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//diagram/description/DiagramDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of the diagram. It may be null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="info" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The information of the diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subDiagrams" upperBound="-1"
eType="#//diagram/DDiagram" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Diagrams that are owned by this diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//diagram/DEdge" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All edges of the diagram. It is a subset of diagramElements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//diagram/DNode" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All nodes of the diagram. It is a subset of diagramElements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeListElements" upperBound="-1"
eType="#//diagram/DNodeListElement" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" All node list elements of the diagram. It is a subset of diagramElements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containers" upperBound="-1"
eType="#//diagram/DDiagramElementContainer" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All containers of the diagram. It is a subset of diagramElements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentConcern" eType="#//diagram/description/concern/ConcernDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The current selected concer. It may be null"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activatedFilters" upperBound="-1"
eType="#//diagram/description/filter/FilterDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Filters that are currently activated for this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allFilters" upperBound="-1"
eType="#//diagram/description/filter/FilterDescription" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Filters that can be activated for this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activatedRules" upperBound="-1"
eType="#//diagram/description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Validation rules that are currently activated for this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activateBehaviors" upperBound="-1"
eType="#//diagram/description/tool/BehaviorTool">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Behaviors that are currently activated for this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="filterVariableHistory"
lowerBound="1" eType="#//diagram/FilterVariableHistory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activatedLayers" upperBound="-1"
eType="#//diagram/description/Layer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hiddenElements" upperBound="-1"
eType="#//diagram/DDiagramElement" transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of DDiagramElement : Either the DDiagramElement is hidden or its label is hidden."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInLayoutingMode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerHeight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The number of lines to display the header labels (1 by default). This field is used only if the IDiagramDescriptionProvider.supportHeader() return true for this DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DSemanticDiagram" eSuperTypes="#//diagram/DDiagram #//DSemanticDecorator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A semantic viewpoint is a viewpoint that is rattached to a semantic element."/>
</eAnnotations>
<eOperations name="getRootContent" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the EObject from where the creation of the viewpoint starts."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DDiagramElement" abstract="true" eSuperTypes="#//DRepresentationElement #//DValidable #//DNavigable">
<eOperations name="getParentDiagram" eType="#//diagram/DDiagram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the parent of this ViewPointElement."/>
</eAnnotations>
</eOperations>
<eOperations name="isFold" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return <code>true</code> if this element is fold."/>
</eAnnotations>
<eParameters name="alreadyManagedElements">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Maps all elements with their isFold attribute value."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments/>
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True if the element is visible, false otherwise."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltipText" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The text to show in the element's tooltip."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentLayers" upperBound="-1"
eType="#//diagram/description/Layer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decorations" upperBound="-1"
eType="#//Decoration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramElementMapping"
eType="#//diagram/description/DiagramElementMapping" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping of the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="graphicalFilters" upperBound="-1"
eType="#//diagram/GraphicalFilter" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filters allowing to handle this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphicalFilter" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A filter that allow to graphically filter the owner DDiagramElement."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HideFilter" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filter specifying that the owner element has to be hidden."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HideLabelFilter" eSuperTypes="#//diagram/GraphicalFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="FoldingPointFilter" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filter specifying that the owner element has been folded explictly. It should itself be visible, but other elements accesible from it through folded edges should not be."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FoldingFilter" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filter specifying that the owner element has been folded indirectly because it is accessible from a folded folding point through folable edges."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AppliedCompositeFilters" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filter listing the active filters applied on a diagram element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeFilterDescriptions"
upperBound="-1" eType="#//diagram/description/filter/CompositeFilterDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbsoluteBoundsFilter" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Graphical filter to store absolute bounds."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DDiagramLink" eSuperTypes="#//DNavigationLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link that references a ViewPoint."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//diagram/DDiagram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced ViewPoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//diagram/EdgeTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced node."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDNode" abstract="true" interface="true"
eSuperTypes="#//diagram/DDiagramElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBorderedNodes" upperBound="-1"
eType="#//diagram/DNode" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The nodes that are on the border of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrangeConstraints" upperBound="-1"
eType="#//diagram/ArrangeConstraint" defaultValueLiteral="KEEP_LOCATION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNode" eSuperTypes="#//diagram/AbstractDNode #//diagram/EdgeTarget #//DragAndDropTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A node."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" eType="#//diagram/NodeStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelPosition" eType="#//diagram/LabelPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The position of the label :
BORDER : The label is around the node, on the border.
NODE : the label is in the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDetails" upperBound="-1"
eType="#//diagram/DDiagram" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Detailed viewpoints owned by this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeKind" eType="#//diagram/ResizeKind"
defaultValueLiteral="NONE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<code>true</code> if the node is resizable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The instance of style that is contained by the mapping. The ownedStyle reference should be a copy of this style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualMapping" lowerBound="1"
eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The actual mapping of this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="candidatesMapping" upperBound="-1"
eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The candidates mapping of this node."/>
<details key="deprecated" value="This element should not be used"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DDiagramElementContainer" abstract="true"
eSuperTypes="#//diagram/AbstractDNode #//diagram/EdgeTarget #//DragAndDropTarget #//DContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced ViewPoint."/>
</eAnnotations>
<eOperations name="getNodesFromMapping" upperBound="-1" eType="#//diagram/DNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all nodes that have been created with the specified mapping."/>
</eAnnotations>
<eParameters name="mapping" eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The node mapping."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getContainersFromMapping" upperBound="-1" eType="#//diagram/DDiagramElementContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all containers that have been created with the specified mapping."/>
</eAnnotations>
<eParameters name="mapping" eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The container mapping"/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//diagram/DNode" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Nodes owned by this container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containers" upperBound="-1"
eType="#//diagram/DDiagramElementContainer" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Containers owned by this container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//diagram/DDiagramElement" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="elements owned by this container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" eType="#//diagram/ContainerStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDetails" upperBound="-1"
eType="#//diagram/DDiagram" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The details of this container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The instance of style that is contained by the mapping. The ownedStyle reference should be a copy of this style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualMapping" lowerBound="1"
eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The actual mapping of this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="candidatesMapping" upperBound="-1"
eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The candidates mapping of this node."/>
<details key="deprecated" value="This field should not be used"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNodeContainer" eSuperTypes="#//diagram/DDiagramElementContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classic container."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDiagramElements"
upperBound="-1" eType="#//diagram/DDiagramElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="elements owned by this container."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenPresentation"
lowerBound="1" eType="#//diagram/ContainerLayout" defaultValueLiteral="FreeForm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainerLayout">
<eLiterals name="FreeForm"/>
<eLiterals name="List" value="1"/>
<eLiterals name="HorizontalStack" value="2" literal="HorizontalStack"/>
<eLiterals name="VerticalStack" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNodeList" eSuperTypes="#//diagram/DDiagramElementContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A container that shows its contents as a list."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1"
eType="#//diagram/DNodeListElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="elements owned by this list."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The width of the line."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DNodeListElement" eSuperTypes="#//diagram/AbstractDNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element of a list."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" eType="#//diagram/NodeStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The instance of style that is contained by the mapping. The ownedStyle reference should be a copy of this style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualMapping" lowerBound="1"
eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The actual mapping of this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="candidatesMapping" upperBound="-1"
eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The candidates mapping of this node."/>
<details key="deprecated" value="This element should not be used"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DEdge" eSuperTypes="#//diagram/DDiagramElement #//diagram/EdgeTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A view edge. It is a connection between two EdgeTarget."/>
</eAnnotations>
<eOperations name="isRootFolding" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<code>true</code> if the edge is the root of a folded branch."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" eType="#//diagram/EdgeStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the connection."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The line width."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceNode" lowerBound="1"
eType="#//diagram/EdgeTarget" eOpposite="#//diagram/EdgeTarget/outgoingEdges">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source of the connection."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" lowerBound="1"
eType="#//diagram/EdgeTarget" eOpposite="#//diagram/EdgeTarget/incomingEdges">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target of the connection."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualMapping" lowerBound="1"
eType="#//diagram/description/IEdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that has created the view edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="routingStyle" lowerBound="1"
eType="#//diagram/EdgeRouting" defaultValueLiteral="straight">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The routing style of the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFold" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<code>true</code> if the view edge is folded."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMockEdge" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<code>true</code> if the edge is an edge that is displayed only to have the plus image to decollapse a branch."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalStyle" eType="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The instance of style that is contained by the mapping. The ownedStyle reference should be a copy of this style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" unique="false"
upperBound="-1" eType="#//diagram/EdgeTarget"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrangeConstraints" upperBound="-1"
eType="#//diagram/ArrangeConstraint" defaultValueLiteral="KEEP_LOCATION"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="beginLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the representation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DDiagramSet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of semantic diagrams"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//diagram/description/DiagramDescription"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ViewPointDescription of all viewpoints that are in this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" ordered="false"
upperBound="-1" eType="#//diagram/DDiagram" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The viewpoints referenced by this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//DRepresentationContainer"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LabelPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Position of the label."/>
</eAnnotations>
<eLiterals name="border">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label is on border."/>
</eAnnotations>
</eLiterals>
<eLiterals name="node" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label is on the node."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeStyle" abstract="true" eSuperTypes="#//LabelStyle #//Style #//diagram/BorderedStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Style of a node."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelPosition" eType="#//diagram/LabelPosition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The position of the label :
BORDER : The label is around the node, on the border.
NODE : the label is in the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideLabelByDefault" 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="The default visibility of the label (available only if labelPosition equals BORDER).
A change of this option does not affect already existing elements."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dot" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The dot style."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strokeSizeComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the size of a stroke."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GaugeSection" eSuperTypes="#//Customizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The gauge section represents one gauge of a GaugeCompositeStyle."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The min value of the gauge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The max value of the gauge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The current value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label of the gauge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The foreground color."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerStyle" abstract="true" eSuperTypes="#//LabelStyle #//Style #//diagram/BorderedStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a container."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlatContainerStyle" eSuperTypes="#//diagram/ContainerStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundStyle" lowerBound="1"
eType="#//diagram/BackgroundStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The foreground color."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeContainerStyle" eSuperTypes="#//diagram/ContainerStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1"
eType="#//diagram/ContainerShape"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" lowerBound="1"
eType="#//RGBValues" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainerShape">
<eLiterals name="parallelogram"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BackgroundStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Style of the background of a container."/>
</eAnnotations>
<eLiterals name="GradientLeftToRight">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Gradient style."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Liquid" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Liquid style."/>
</eAnnotations>
</eLiterals>
<eLiterals name="GradientTopToBottom" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Gradient style."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Square" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The square style to display a node as a square."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all nodes that have been created with the specified mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The height of the square."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//RGBValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ellipse style to display a node as an ellipse."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalDiameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The horizontal diameter size of the ellipse. (Semimajor axis)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalDiameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The vertical diameter of the ellipse. (Semiminor axis)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//RGBValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lozenge" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The lozenge style to display a node as a lozenge."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The width of the lozenge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The height of the lozenge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//RGBValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BundledImage" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The bundled image style allows to use the default images provide by the ViewPoint editor."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1"
eType="#//diagram/BundledImageShape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shape to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//RGBValues" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkspaceImage" eSuperTypes="#//diagram/NodeStyle #//diagram/ContainerStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A custom image that is present in the user workspace."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the image to use."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomStyle" eSuperTypes="#//diagram/NodeStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BundledImageShape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Default shapes."/>
</eAnnotations>
<eLiterals name="square"/>
<eLiterals name="stroke" value="1"/>
<eLiterals name="triangle" value="3"/>
<eLiterals name="dot" value="4"/>
<eLiterals name="ring" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeTarget" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target of a ViewEdge."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingEdges" upperBound="-1"
eType="#//diagram/DEdge" eOpposite="#//diagram/DEdge/sourceNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The outgoing view edges."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingEdges" upperBound="-1"
eType="#//diagram/DEdge" eOpposite="#//diagram/DEdge/targetNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The incoming view edges."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeStyle" eSuperTypes="#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of an edge."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="strokeColor" eType="#//RGBValues"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color of the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="#//diagram/LineStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the line."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArrow" lowerBound="1"
eType="#//diagram/EdgeArrows" defaultValueLiteral="NoDecoration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetArrow" lowerBound="1"
eType="#//diagram/EdgeArrows" defaultValueLiteral="InputArrow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foldingStyle" lowerBound="1"
eType="#//diagram/description/FoldingStyle" defaultValueLiteral="NONE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The line width."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="routingStyle" lowerBound="1"
eType="#//diagram/EdgeRouting" defaultValueLiteral="straight">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The routing style of the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="beginLabelStyle" eType="#//diagram/BeginLabelStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="centerLabelStyle" eType="#//diagram/CenterLabelStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endLabelStyle" eType="#//diagram/EndLabelStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Style of a connection."/>
</eAnnotations>
<eLiterals name="solid"/>
<eLiterals name="dash" value="1"/>
<eLiterals name="dot" value="2"/>
<eLiterals name="dash_dot" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EdgeArrows">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Decoration of a connection."/>
</eAnnotations>
<eLiterals name="NoDecoration" literal="NoDecoration">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/noDecoration.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="OutputArrow" value="1" literal="OutputArrow">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/outputArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InputArrow" value="2" literal="InputArrow">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/inputArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="OutputClosedArrow" value="3" literal="OutputClosedArrow">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/outputClosedArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InputClosedArrow" value="4" literal="InputClosedArrow">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/inputClosedArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="OutputFillClosedArrow" value="5" literal="OutputFillClosedArrow">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/outputFillClosedArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InputFillClosedArrow" value="6">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/inputFillClosedArrow.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="Diamond" value="7">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/diamond.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="FillDiamond" value="8">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/fillDiamond.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InputArrowWithDiamond" value="9" literal="InputArrowWithDiamond">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/inputArrowWithDiamond.gif"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InputArrowWithFillDiamond" value="10" literal="InputArrowWithFillDiamond">
<eAnnotations source="Sirius">
<details key="imagePath" value="icons/full/decorator/inputArrowWithFillDiamond.gif"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EdgeRouting">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Routing style of edges."/>
</eAnnotations>
<eLiterals name="straight"/>
<eLiterals name="manhattan" value="1" literal="manhattan"/>
<eLiterals name="tree" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GaugeCompositeStyle" eSuperTypes="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This style groups many GaugeSection."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//diagram/AlignmentKind"
defaultValueLiteral="SQUARE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The alignment of the gauges"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1"
eType="#//diagram/GaugeSection" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The sections."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AlignmentKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Possible alignments of gauges."/>
</eAnnotations>
<eLiterals name="VERTICAL" literal="VERTICAL"/>
<eLiterals name="HORIZONTAL" value="1"/>
<eLiterals name="SQUARE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderedStyle" eSuperTypes="#//Style">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderSize" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderSizeComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="borderColor" eType="#//RGBValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Note" eSuperTypes="#//diagram/NodeStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//RGBValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterVariableHistory">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedValues" upperBound="-1"
eType="#//diagram/FilterVariableValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterVariableValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDefinition" lowerBound="1"
eType="#//diagram/description/filter/FilterVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResizeKind">
<eLiterals name="NONE"/>
<eLiterals name="NSEW" value="1"/>
<eLiterals name="NORTH_SOUTH" value="2"/>
<eLiterals name="EAST_WEST" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArrangeConstraint">
<eLiterals name="KEEP_LOCATION"/>
<eLiterals name="KEEP_SIZE" value="1"/>
<eLiterals name="KEEP_RATIO" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollapseFilter" eSuperTypes="#//diagram/GraphicalFilter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Graphical filter specifying that the owner element has to be collapsed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndirectlyCollapseFilter" eSuperTypes="#//diagram/CollapseFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="BeginLabelStyle" eSuperTypes="#//BasicLabelStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eOperations name="getDescription" eType="#//description/style/BasicLabelStyleDescription"/>
<eOperations name="setDescription">
<eParameters name="description" eType="#//description/style/BasicLabelStyleDescription"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CenterLabelStyle" eSuperTypes="#//BasicLabelStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eOperations name="getDescription" eType="#//description/style/BasicLabelStyleDescription"/>
<eOperations name="setDescription">
<eParameters name="description" eType="#//description/style/BasicLabelStyleDescription"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndLabelStyle" eSuperTypes="#//BasicLabelStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a label."/>
</eAnnotations>
<eOperations name="getDescription" eType="#//description/style/BasicLabelStyleDescription"/>
<eOperations name="setDescription">
<eParameters name="description" eType="#//description/style/BasicLabelStyleDescription"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BracketEdgeStyle" eSuperTypes="#//diagram/EdgeStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="ComputedStyleDescriptionRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="computedStyleDescriptions"
upperBound="-1" eType="#//description/style/StyleDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1"
eType="#//diagram/DiagramElementMapping2ModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramElementMapping2ModelElement"
instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//diagram/description/DiagramElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//diagram/ModelElement2ViewVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement2ViewVariable" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//diagram/ViewVariable2ContainerVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewVariable2ContainerVariable" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//diagram/ContainerVariable2StyleDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerVariable2StyleDescription"
instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//description/style/StyleDescription"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/diagram/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="DiagramDescription" eSuperTypes="#//description/DragAndDropTargetDescription #//description/RepresentationDescription #//description/PasteTargetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of a diagram."/>
</eAnnotations>
<eOperations name="createDiagram" eType="#//diagram/DSemanticDiagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1"
eType="#//diagram/description/filter/FilterDescription" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Filters that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allEdgeMappings" upperBound="-1"
eType="#//diagram/description/EdgeMapping" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All edge mappings (including import edge ampping) of this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allNodeMappings" upperBound="-1"
eType="#//diagram/description/NodeMapping" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All node mappings of this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allContainerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All container mappings of this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//diagram/description/validation/ValidationSet"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="concerns" eType="#//diagram/description/concern/ConcernSet"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All concerns of the viewpoint. A concern is a set of filters, validations and behaviors."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allTools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The domain class of the viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The predicate that allows (or not) to create a viewpoint from a Meta Class."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultConcern" eType="#//diagram/description/concern/ConcernDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default concern to use."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.1"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//description/tool/RepresentationCreationDescription">
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//diagram/description/Layout"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramInitialisation"
eType="#//description/tool/InitialOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultLayer" eType="#//diagram/description/Layer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalLayers" upperBound="-1"
eType="#//diagram/description/AdditionalLayer" containment="true" eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allLayers" upperBound="-1"
eType="#//diagram/description/Layer" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allActivatedTools"
upperBound="-1" eType="#//description/tool/AbstractToolDescription" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeMappings" upperBound="-1"
eType="#//diagram/description/NodeMapping" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Node mappings that are owned by this simple mapping."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeMappings" upperBound="-1"
eType="#//diagram/description/EdgeMapping" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edge mappings that are owned by this simple mapping."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeMappingImports"
upperBound="-1" eType="#//diagram/description/EdgeMappingImport" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edge mapping imports that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="container mappings that are owned by this simple mapping."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedMappings" upperBound="-1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The reused mappings."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolSection" eType="#//diagram/description/tool/ToolSection"
containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool section encloses many tools"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedTools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tools that are reused by this viewpoint."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enablePopupBars" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Boolean indicating whether or not to show dynamic popup bars with creation tools."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramImportDescription" eSuperTypes="#//description/RepresentationImportDescription #//diagram/description/DiagramDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedDiagram" eType="#//diagram/description/DiagramDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Diagram representation to import."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramExtensionDescription" eSuperTypes="#//description/RepresentationExtensionDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1"
eType="#//diagram/description/AdditionalLayer" containment="true" eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//diagram/description/validation/ValidationSet"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules to add"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="concerns" eType="#//diagram/description/concern/ConcernSet"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All concerns of the diagrams to add. A concern is a set of filters, validations and behaviors."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramElementMapping" abstract="true"
eSuperTypes="#//description/RepresentationElementMapping #//description/PasteTargetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represent the mapping of a ViewPointElement."/>
</eAnnotations>
<eOperations name="checkPrecondition" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Check the precondition of the mapping. Return true if the condition is checked, false otherwise."/>
</eAnnotations>
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element to test."/>
</eAnnotations>
</eParameters>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the view container of the eventual view of the modelElement"/>
</eAnnotations>
</eParameters>
<eParameters name="containerView" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The view container of the eventual view of the modelElement"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getAllMappings" upperBound="-1" eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all sub mappings."/>
</eAnnotations>
</eOperations>
<eOperations name="isFrom" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns true if the given ViewPointElement has been produced from this Mapping or any imported mapping."/>
</eAnnotations>
<eParameters name="element" eType="#//DMappingBased">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Any ViewPointElement"/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression guarding the effect if evaluated to false."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="containerView" value="viewpoint.DragAndDropTarget | the view that sould contain the potential views of the checked elements."/>
<details key="container" value="ecore.EObject | the semantic element of containerView."/>
<details key="viewpoint" value="diagram.DSemanticDiagram | (deprecated) the current DSemanticDiagram."/>
<details key="diagram" value="diagram.DSemanticDiagram | the current DSemanticDiagram."/>
<details key="sourceView" value="viewpoint.DSemanticDecorator | (edge only) the source view of the current potential edge."/>
<details key="source" value="ecore.EObject | (edge only) the semantic element of sourceView."/>
<details key="targetView" value="viewpoint.DSemanticDecorator | (edge only) the target view of the current potential edge."/>
<details key="target" value="ecore.EObject | (edge only) the semantic element of targetView."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="deletionDescription"
eType="#//diagram/description/tool/DeleteElementDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The tool that describes how to delete this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelDirectEdit" eType="#//diagram/description/tool/DirectEditLabel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The tool that describes what to do when the user edits the label of the elements."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="In the default case, candidates of a mapping are all EObjet owned by the semantic element of the view container. The semanticCandidatesExpression is an expression that returns the list of EObject that are candidates of the mapping instead of the candidates of the default case. The context of the expression is the semantic element of the view container."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="containerView" value="diagram.DDiagram | the parent view of potential candidates."/>
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
<details key="viewPoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createElements" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true if the init/refresh operations should create elements for this mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticElements" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements that are represented by this connection."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DSemanticDiagram."/>
<details key="view" value="diagram.DDiagramElement | the current view created from the current mapping."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DSemanticDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="doubleClickDescription"
eType="#//diagram/description/tool/DoubleClickDescription" eOpposite="#//diagram/description/tool/DoubleClickDescription/mappings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronizationLock"
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="Set to true to force the synchronization of the elements of this mapping when the current diagram is in an unsynchronized mode.
This option is used only if createElements is true and the diagram which contain the elements of this mapping is unsynchronized."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNodeMapping" abstract="true"
eSuperTypes="#//diagram/description/DiagramElementMapping #//description/DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An abstract mapping."/>
</eAnnotations>
<eOperations name="getDNodesDone" upperBound="-1" eType="#//diagram/DDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all nodes that have been created by this mapping."/>
</eAnnotations>
</eOperations>
<eOperations name="findDNodeFromEObject" upperBound="-1" eType="#//diagram/DDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return the node that has been created by this mapping and the specified EObject as semantic element."/>
</eAnnotations>
<eParameters name="eObject" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="clearDNodesDone">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Clear the list of done nodes."/>
</eAnnotations>
</eOperations>
<eOperations name="addDoneNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Add a new node in the done nodes.
"/>
</eAnnotations>
<eParameters name="node" lowerBound="1" eType="#//DSemanticDecorator"/>
</eOperations>
<eOperations name="getAllBorderedNodeMappings" upperBound="-1" eType="#//diagram/description/NodeMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The domain class of the mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="borderedNodeMappings"
upperBound="-1" eType="#//diagram/description/NodeMapping" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping for nodes that are on the border of nodes created by this mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedBorderedNodeMappings"
upperBound="-1" eType="#//diagram/description/NodeMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeMapping" eSuperTypes="#//diagram/description/AbstractNodeMapping #//description/DragAndDropTargetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a node mapping. A node mapping allows to create nodes (ViewNode)."/>
</eAnnotations>
<eOperations name="createNode" eType="#//diagram/DNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create a node for the specified element."/>
</eAnnotations>
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element."/>
</eAnnotations>
</eParameters>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The container of the element."/>
</eAnnotations>
</eParameters>
<eParameters name="viewPoint" eType="#//diagram/DDiagram"/>
</eOperations>
<eOperations name="updateNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Update the node.
"/>
</eAnnotations>
<eParameters name="node" eType="#//diagram/DNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The node to update."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getBestStyle" eType="#//diagram/NodeStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Retrieve the best style to use."/>
</eAnnotations>
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The model element."/>
</eAnnotations>
</eParameters>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The view of the element."/>
</eAnnotations>
</eParameters>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="createListElement" eType="#//diagram/DNodeListElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create a list element. This method is equivalent of createNode but returns a ViewNodeListElement."/>
</eAnnotations>
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic model element."/>
</eAnnotations>
</eParameters>
<eParameters name="diagram" eType="#//diagram/DDiagram"/>
</eOperations>
<eOperations name="updateListElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Update a ViewNodeListElement."/>
</eAnnotations>
<eParameters name="listElement" eType="#//diagram/DNodeListElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The view node list element to update"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getNodesCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all semantic elements that are candidates for the mapping."/>
</eAnnotations>
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root element."/>
</eAnnotations>
</eParameters>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The container element"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getNodesCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all semantic elements that are candidates for the mapping."/>
</eAnnotations>
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root element."/>
</eAnnotations>
</eParameters>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The container of the element."/>
</eAnnotations>
</eParameters>
<eParameters name="containerView" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The view of the container."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/NodeStyleDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionnalStyles"
upperBound="-1" eType="#//diagram/description/ConditionalNodeStyleDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All conditional styles."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerMapping" eSuperTypes="#//diagram/description/AbstractNodeMapping #//description/DragAndDropTargetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A container mapping allows to create containers (ViewNodeContainer or ViewNodeList)."/>
</eAnnotations>
<eOperations name="createContainer" eType="#//diagram/DDiagramElementContainer">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewPoint" eType="#//diagram/DDiagram"/>
</eOperations>
<eOperations name="updateContainer">
<eParameters name="node" eType="#//diagram/DDiagramElementContainer"/>
</eOperations>
<eOperations name="getBestStyle" eType="#//diagram/ContainerStyle">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="getNodesCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="getNodesCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerView" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subNodeMappings" upperBound="-1"
eType="#//diagram/description/NodeMapping" containment="true" eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allNodeMappings" upperBound="-1"
eType="#//diagram/description/NodeMapping" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedNodeMappings"
upperBound="-1" eType="#//diagram/description/NodeMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subContainerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping" containment="true"
eKeys="#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedContainerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allContainerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/ContainerStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionnalStyles"
upperBound="-1" eType="#//diagram/description/ConditionalContainerStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenPresentation"
lowerBound="1" eType="#//diagram/ContainerLayout" defaultValueLiteral="FreeForm">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set to List if you want a container acting like a list."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeMappingImport" eSuperTypes="#//diagram/description/NodeMapping #//description/AbstractMappingImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Ease the reuse of existing mappings. If the feature is not defined in this instance it will re-use the feature value of the imported one."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedMapping" lowerBound="1"
eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The imported mapping used to define default values for the current mapping."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerMappingImport" eSuperTypes="#//diagram/description/ContainerMapping #//description/AbstractMappingImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Ease the reuse of existing mappings. If the feature is not defined in this instance it will re-use the feature value of the imported one."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedMapping" lowerBound="1"
eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The imported mapping used to define default values for the current mapping."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeMapping" eSuperTypes="#//diagram/description/DiagramElementMapping #//description/DocumentedElement #//diagram/description/IEdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An edge mapping allows to create ViewEdge."/>
</eAnnotations>
<eOperations name="createEdge" eType="#//diagram/DEdge">
<eParameters name="source" lowerBound="1" eType="#//diagram/EdgeTarget"/>
<eParameters name="target" lowerBound="1" eType="#//diagram/EdgeTarget"/>
<eParameters name="semanticTarget" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="createEdge" eType="#//diagram/DEdge">
<eParameters name="source" lowerBound="1" eType="#//diagram/EdgeTarget"/>
<eParameters name="target" lowerBound="1" eType="#//diagram/EdgeTarget"/>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="semanticTarget" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="getBestStyle" eType="#//diagram/EdgeStyle">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="updateEdge">
<eParameters name="viewEdge" lowerBound="1" eType="#//diagram/DEdge"/>
</eOperations>
<eOperations name="getEdgeTargetCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewPoint" eType="#//diagram/DDiagram"/>
</eOperations>
<eOperations name="getEdgeSourceCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewPoint" eType="#//diagram/DDiagram"/>
</eOperations>
<eOperations name="getEdgeTargetCandidates" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eParameters name="semanticOrigin" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="container" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerView" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceMapping" lowerBound="1"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that creates EdgeTargets that are the sources of the ViewEdges that are created by this EdgeMapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetMapping" lowerBound="1"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping that creates EdgeTargets that are the targets of the ViewEdges that are created by this EdgeMapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFinderExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to retrieve the targets of an edge.
The context of the expression depends on the useDomainElement value. If useDomainElement is true, the expression will be evaluated with all objects that are instances of the type represented by the domainClass value.
All this objects will depends on the semanticCandidatesExpression. By default all objects are the objects that are in the enclosing viewpoint's rootContent subtree. If the semanticCandidatesExpression is filled in then all the objects will be the objects of the returned list."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
<details key="viewPoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceFinderExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to retrieve the sources of an edge.
All this objects will depends on the semanticCandidatesExpression. By default all objects are the objects that are in the enclosing viewpoint's rootContent subtree. If the semanticCandidatesExpression is filled in then all the objects will be the objects of the returned list.
This attribute is taking in account only if the useDomainElement is true."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
<details key="viewPoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/EdgeStyleDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionnalStyles"
upperBound="-1" eType="#//diagram/description/ConditionalEdgeStyleDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All conditional styles."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the targeted semantic element of this edge.
If this attribut is not filled in. Then the target element will be :
 - The target element of the source node if useDomainElement is false.
 - The object that is an instance of domainClass value if useDomainElement is true."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
<details key="viewPoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the target elements that are represented by this edge. Useful only if useDomainElement is true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useDomainElement" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reconnections" upperBound="-1"
eType="#//diagram/description/tool/ReconnectEdgeDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathExpression" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DDiagram."/>
<details key="viewpoint" value="diagram.DDiagram | (deprecated) the current DDiagram."/>
<details key="element" value="ecore.EObject | the semantic element of the current edge."/>
<details key="source" value="ecore.EObject | the semantic target of the current source node."/>
<details key="target" value="ecore.EObject | the semantic element of the current target node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathNodeMapping" upperBound="-1"
eType="#//diagram/description/AbstractNodeMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IEdgeMapping" abstract="true" interface="true">
<eOperations name="getBestStyle" eType="#//diagram/EdgeStyle">
<eParameters name="modelElement" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="viewVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="containerVariable" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeMappingImport" eSuperTypes="#//description/DocumentedElement #//diagram/description/IEdgeMapping #//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedMapping" lowerBound="1"
eType="#//diagram/description/IEdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The imported mapping used to define default values for the current mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionnalStyles"
upperBound="-1" eType="#//diagram/description/ConditionalEdgeStyleDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All conditional styles."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritsAncestorFilters"
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="Set to true if you want the filters applying on the imported mappings apply on this one."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNodeStyleDescription"
eSuperTypes="#//description/ConditionalStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/NodeStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalEdgeStyleDescription"
eSuperTypes="#//description/ConditionalStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/EdgeStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalContainerStyleDescription"
eSuperTypes="#//description/ConditionalStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//diagram/description/style/ContainerStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FoldingStyle">
<eLiterals name="NONE"/>
<eLiterals name="SOURCE" value="1"/>
<eLiterals name="TARGET" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"
eSuperTypes="#//description/DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The layout entry allow you to choose a predefined existing layout for the arrange all feature"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderedTreeLayout" eSuperTypes="#//diagram/description/Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression returning the semantic children of an element, the result of this expression is used to compute a hiearchical tree for the layout."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeMapping" lowerBound="1"
upperBound="-1" eType="#//diagram/description/AbstractNodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of mappings affected by the ordered tree routing."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeLayout" eSuperTypes="#//diagram/description/Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="padding" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="30"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1"
eType="#//diagram/description/LayoutDirection" defaultValueLiteral="topToBottom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LayoutDirection">
<eLiterals name="TopToBottom" literal="topToBottom"/>
<eLiterals name="LeftToRight" value="1"/>
<eLiterals name="BottomToTop" value="2" literal="bottomToTop"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBasedDecoration" eSuperTypes="#//description/DecorationDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MappingBasedDecoration applies decorations on views that are issued from one or more mappings."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" lowerBound="1"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layer" eSuperTypes="#//description/DocumentedElement #//description/EndUserDocumentedElement #//description/IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeMappings" upperBound="-1"
eType="#//diagram/description/NodeMapping" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Node mappings that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeMappings" upperBound="-1"
eType="#//diagram/description/EdgeMapping" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edge mappings that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeMappingImports"
upperBound="-1" eType="#//diagram/description/EdgeMappingImport" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edge mapping imports that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerMappings"
upperBound="-1" eType="#//diagram/description/ContainerMapping" containment="true"
eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="container mappings that are owned by this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedMappings" upperBound="-1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Add here any mapping you want to reuse from another layer or diagram."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allTools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolSections" upperBound="-1"
eType="#//diagram/description/tool/ToolSection" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool section encloses many tools"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedTools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tools that are reused by this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="decorationDescriptionsSet"
eType="#//description/DecorationDescriptionsSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="image path to use as an icon for the layer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allEdgeMappings" upperBound="-1"
eType="#//diagram/description/EdgeMapping" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All edge mappings (including import edge mapping) of this simple mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="customization" eType="#//description/Customization"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalLayer" eSuperTypes="#//diagram/description/Layer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="activeByDefault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eSubpackages name="style" nsURI="http://www.eclipse.org/sirius/diagram/description/style/1.1.0"
nsPrefix="style">
<eClassifiers xsi:type="ecore:EClass" name="BorderedStyleDescription" eSuperTypes="#//description/style/StyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderSizeComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression computing the size of the border."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="borderColor" lowerBound="1"
eType="#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeStyleDescription" abstract="true"
eSuperTypes="#//description/style/StyleDescription #//diagram/description/style/BorderedStyleDescription #//description/style/LabelStyleDescription #//description/style/TooltipStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Style of a node."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the size of the node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelPosition" eType="#//diagram/LabelPosition"
defaultValueLiteral="border">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The relative position of the label to the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideLabelByDefault"
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="The default visibility of the label (available only if labelPosition equals BORDER).
A change of this option does not affect already existing elements."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeKind" lowerBound="1"
eType="#//diagram/ResizeKind" defaultValueLiteral="NONE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define the directions the user is able to resize."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomStyleDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set here an ID to identify your custom style. You'll then be able to provide your own figure implementation for every representation element having a style with this ID."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SquareDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The square style to display a node as a square."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return all nodes that have been created with the specified mapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The height of the square."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LozengeNodeDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The lozenge style to display a node as a lozenge."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widthComputationExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to compute the width of the lozenge."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heightComputationExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to computes the height of the lozenge."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color of the lozenge."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EllipseNodeDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ellipse style to display a node as an ellipse."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color of the ellipse."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalDiameterComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to compute the horizontal diameter of the ellipse. (Semimajor axis)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalDiameterComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to compute the vertical diameter of the ellipse. (Semiminor axis)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BundledImageDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The bundled image style allows to use the default images provide by the Viewpoint editor."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1"
eType="#//diagram/BundledImageShape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shape to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color to use."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoteDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1"
eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color to use."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DotDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The dot style."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strokeSizeComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to compute the size of the stroke."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.0"/>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GaugeCompositeStyleDescription"
eSuperTypes="#//diagram/description/style/NodeStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This style groups many GaugeSection."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//diagram/AlignmentKind"
defaultValueLiteral="SQUARE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The alignment of the gauges"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1"
eType="#//diagram/description/style/GaugeSectionDescription" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The sections."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GaugeSectionDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The gauge section represents one gauge of a GaugeCompositeStyle."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minValueExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValueExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The foreground color."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label of the gauge."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SizeComputationContainerStyleDescription"
abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widthComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the size of the node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heightComputationExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the size of the node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedCornerStyleDescription"
abstract="true" eSuperTypes="#//description/style/StyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The width of the ellipse used to draw the corners."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcHeight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The height of the ellipse used to draw the corners."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerStyleDescription" abstract="true"
eSuperTypes="#//diagram/description/style/RoundedCornerStyleDescription #//diagram/description/style/BorderedStyleDescription #//description/style/LabelStyleDescription #//description/style/TooltipStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a container."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roundedCorner" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlatContainerStyleDescription"
eSuperTypes="#//diagram/description/style/ContainerStyleDescription #//diagram/description/style/SizeComputationContainerStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundStyle"
lowerBound="1" eType="#//diagram/BackgroundStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The background style."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBorderStyle"
eType="#//description/style/LabelBorderStyleDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeContainerStyleDescription"
eSuperTypes="#//diagram/description/style/ContainerStyleDescription #//diagram/description/style/SizeComputationContainerStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1"
eType="#//diagram/ContainerShape"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor"
lowerBound="1" eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color to use."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkspaceImageDescription" eSuperTypes="#//diagram/description/style/NodeStyleDescription #//diagram/description/style/ContainerStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A custom image that is present in the user workspace."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePath" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the image to use in the form of /myProjectID/path/to/image.png, if the image is not found in the workspace it will be looked for in the plugins."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeStyleDescription" eSuperTypes="#//description/style/StyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of an edge."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="strokeColor" lowerBound="1"
eType="#//description/ColorDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The color of the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="#//diagram/LineStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of the line."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArrow" lowerBound="1"
eType="#//diagram/EdgeArrows" defaultValueLiteral="NoDecoration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetArrow" lowerBound="1"
eType="#//diagram/EdgeArrows" defaultValueLiteral="InputArrow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target decoration."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeComputationExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="<%eContents().nSize%>">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to compute the thickness of the link."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an integer."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DSemanticDiagram."/>
<details key="view" value="diagram.DEdge | the current edge view for which the size is calculated."/>
<details key="sourceView" value="diagram.EdgeTarget | the source view of the current edge."/>
<details key="targetView" value="diagram.EdgeTarget | the target view of the current edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="routingStyle" lowerBound="1"
eType="#//diagram/EdgeRouting" defaultValueLiteral="straight">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The routing style for your edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foldingStyle" eType="#//diagram/description/FoldingStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A folding style allow to collapse the elements targeted by the edge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="beginLabelStyleDescription"
eType="#//diagram/description/style/BeginLabelStyleDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="centerLabelStyleDescription"
eType="#//diagram/description/style/CenterLabelStyleDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endLabelStyleDescription"
eType="#//diagram/description/style/EndLabelStyleDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BeginLabelStyleDescription" eSuperTypes="#//description/style/BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a begin label."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CenterLabelStyleDescription" eSuperTypes="#//description/style/BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a center label."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndLabelStyleDescription" eSuperTypes="#//description/style/BasicLabelStyleDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The style of a end label."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BracketEdgeStyleDescription" eSuperTypes="#//diagram/description/style/EdgeStyleDescription"/>
</eSubpackages>
<eSubpackages name="tool" nsURI="http://www.eclipse.org/sirius/diagram/description/tool/1.1.0"
nsPrefix="tool">
<eClassifiers xsi:type="ecore:EClass" name="ToolSection" eSuperTypes="#//description/DocumentedElement #//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool section enclosed some tools."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="image path used for presenting the section with this icon in the palette"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTools" upperBound="-1"
eType="#//description/tool/ToolEntry" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSections" upperBound="-1"
eType="#//diagram/description/tool/ToolSection" containment="true" eKeys="#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All sub sections"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="popupMenus" upperBound="-1"
eType="#//description/tool/PopupMenu" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Popup menus available on this layer."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedTools" upperBound="-1"
eType="#//description/tool/ToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tools that are reused by this viewpoint."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupExtensions"
upperBound="-1" eType="#//diagram/description/tool/ToolGroupExtension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolGroup" eSuperTypes="#//description/tool/ToolEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolGroupExtension">
<eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1"
eType="#//diagram/description/tool/ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//description/tool/AbstractToolDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeCreationDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool to create a ViewNode. It appears in the palette."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeMappings" lowerBound="1"
upperBound="-1" eType="#//diagram/description/NodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Node mappings used by this tool."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//diagram/description/tool/NodeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable container that represents the semantic element of the clicked view."/>
<details key="documentedName" value="container"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="ecore.EObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewVariable" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable containerView that represents the clickedView (instance of ViewPoint or ViewPointElement)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="type" value="diagram.DDiagramElementContainer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialNodeCreationOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation to execute."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display in the palette. If unset, the icon corresponding to the semantic element associated with the mapping will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extraMappings" upperBound="-1"
eType="#//diagram/description/AbstractNodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Add here any mapping in which you want to allow the tool execution."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EdgeCreationDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tools to create a ViewEdge it appears in the palette."/>
</eAnnotations>
<eOperations name="getBestMapping" eType="#//diagram/description/EdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns the best mapping to use."/>
</eAnnotations>
<eParameters name="source" eType="#//diagram/EdgeTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source View."/>
</eAnnotations>
</eParameters>
<eParameters name="target" eType="#//diagram/EdgeTarget">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target view."/>
</eAnnotations>
</eParameters>
<eParameters name="createdElements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element that has been created by this tool."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeMappings" lowerBound="1"
upperBound="-1" eType="#//diagram/description/EdgeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All EdgeMappings used by this tool."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceVariable" lowerBound="1"
eType="#//diagram/description/tool/SourceEdgeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the source view."/>
<details key="documentedName" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVariable" lowerBound="1"
eType="#//diagram/description/tool/TargetEdgeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the target view."/>
<details key="documentedName" value="target"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceViewVariable"
lowerBound="1" eType="#//diagram/description/tool/SourceEdgeViewCreationVariable"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source view (instance of EdgeTarget)"/>
<details key="documentedName" value="sourceView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetViewVariable"
lowerBound="1" eType="#//diagram/description/tool/TargetEdgeViewCreationVariable"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target view (instance of EdgeTarget)"/>
<details key="documentedName" value="targetView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitEdgeCreationOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display in the palette. If unset, the icon corresponding to the semantic element associated with the mapping will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extraSourceMappings"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All mappings that create views that are able to received a request to manage this creation
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extraTargetMappings"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All mappings that create views that are able to received a request to manage this creation
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionStartPrecondition"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="container" value="ecore.EObject | the semantic element of diagram."/>
<details key="preSourceView" value="diagram.EdgeTarget | (edge only) the source view of the current potential edge."/>
<details key="preSource" value="ecore.EObject | (edge only) the semantic element of $preSourceView."/>
<details key="diagram" value="diagram.DDiagram | the diagram of the current potential edge"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The start precondition of the tool."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerCreationDescription"
eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool to create a Container (ViewNodeContainer or ViewNodeList)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerMappings"
lowerBound="1" upperBound="-1" eType="#//diagram/description/ContainerMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ContainerMapping to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//diagram/description/tool/NodeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the cicked view."/>
<details key="documentedName" value="container"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewVariable" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The clicked view (instance of ViewPoint or ViewNodeContainer)."/>
<details key="documentedName" value="containerView"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialNodeCreationOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The path of the icon to display in the palette. If unset, the icon corresponding to the semantic element associated with the mapping will be displayed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extraMappings" upperBound="-1"
eType="#//diagram/description/AbstractNodeMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All mappings that create views that are able to received a request to manage this creation
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteElementDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool that describes how to delete a ViewPointElement."/>
</eAnnotations>
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//diagram/description/DiagramElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementDeleteVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the ViewPointElement to delete."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementView" eType="#//description/tool/ElementDeleteVariable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerView" lowerBound="1"
eType="#//description/tool/ContainerViewVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The view that contains the ViewPointElement to delete."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hook" eType="#//diagram/description/tool/DeleteHook"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleClickDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool that describes double click behaviour."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" lowerBound="1"
upperBound="-1" eType="#//diagram/description/DiagramElementMapping"
eOpposite="#//diagram/description/DiagramElementMapping/doubleClickDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Mappings associated with this deletion behavior."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//diagram/description/tool/ElementDoubleClickVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the ViewPointElement to delete."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementView" eType="#//diagram/description/tool/ElementDoubleClickVariable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteHook">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//diagram/description/tool/DeleteHookParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteHookParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the parameter"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Value of the parameter."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReconnectEdgeDescription" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool that describes how to reconnect a ViewEdge."/>
</eAnnotations>
<eOperations name="getMappings" lowerBound="1" upperBound="-1" eType="#//diagram/description/EdgeMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectionKind"
lowerBound="1" eType="#//diagram/description/tool/ReconnectionKind"
defaultValueLiteral="RECONNECT_TARGET">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The kind of reconnection :
SOURCE : the source of the ViewEdge can be reconnected but not the target.
TARGET : the target of the ViewEdge can be reconnected but not the source.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//diagram/description/tool/SourceEdgeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the source view of the reconnection operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//diagram/description/tool/TargetEdgeCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the target view of the reconnection operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceView" lowerBound="1"
eType="#//diagram/description/tool/SourceEdgeViewCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source view of the reconnection operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetView" lowerBound="1"
eType="#//diagram/description/tool/TargetEdgeViewCreationVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The target view of the reconnection operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The semantic element of the ViewEdge."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="edgeView" lowerBound="1"
eType="#//description/tool/ElementSelectVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReconnectionKind">
<eLiterals name="RECONNECT_TARGET"/>
<eLiterals name="RECONNECT_SOURCE" value="1"/>
<eLiterals name="RECONNECT_BOTH" value="2" literal="RECONNECT_BOTH"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequestDescription" eSuperTypes="#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An Identifier for your request. This request will be send through GEF and any EditPolicy handling this request will then be able to perform commands."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectEditLabel" eSuperTypes="#//description/tool/MappingBasedToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool that allows to edit the label of a ViewPointElement."/>
</eAnnotations>
<eOperations name="getMapping" lowerBound="1" upperBound="-1" eType="#//diagram/description/DiagramElementMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="#//description/tool/EditMaskVariables" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputLabelExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="diagram" value="diagram.DDiagram | the current DSemanticDiagram."/>
<details key="view" value="diagram.DDiagramElement | the current view for which the label is calculated."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that computes the name of a diagramElement to edit with direct edit tool."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTool" eSuperTypes="#//description/tool/AbstractToolDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tool that can be launched by the user."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="#//description/TypeName" defaultValueLiteral="EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of elements on which we want to appy the tool."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceEdgeCreationVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="SourceEdgeViewCreationVariable"
eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="TargetEdgeCreationVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="TargetEdgeViewCreationVariable"
eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementDoubleClickVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="NodeCreationVariable" eSuperTypes="#//description/tool/AbstractVariable #//description/tool/VariableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateView" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation allows to create a view."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Mapping to create a view from."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containerViewExpression"
lowerBound="1" eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a view (DNode, DEdge, DDiagram -> any DSemanticDecorator)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="createdView">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Once the view is created, a new variable will be bound with the name given here and will be available to any contained operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateEdgeView" eSuperTypes="#//diagram/description/tool/CreateView">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Navigation" eSuperTypes="#//description/tool/ContainerModelOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Open or create a representation for the element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createIfNotExistent"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramDescription"
lowerBound="1" eType="#//diagram/description/DiagramDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramCreationDescription" eSuperTypes="#//description/tool/RepresentationCreationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramDescription"
lowerBound="1" eType="#//diagram/description/DiagramDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramNavigationDescription"
eSuperTypes="#//description/tool/RepresentationNavigationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramDescription"
lowerBound="1" eType="#//diagram/description/DiagramDescription"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="filter" nsURI="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0"
nsPrefix="filter">
<eClassifiers xsi:type="ecore:EClass" name="FilterDescription" abstract="true"
eSuperTypes="#//description/DocumentedElement #//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describe a filter. A filter allows to hide some elements."/>
</eAnnotations>
<eOperations name="isVisible" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return true if the specified viewpoint element is visible for this filter."/>
</eAnnotations>
<eParameters name="element" eType="#//diagram/DDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element to test."/>
</eAnnotations>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Filter" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A filter."/>
</eAnnotations>
<eOperations name="isVisible" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return true if the specified viewpoint element is visible for this filter."/>
</eAnnotations>
<eParameters name="element" eType="#//diagram/DDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element to test."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filterKind" eType="#//diagram/description/filter/FilterKind"
defaultValueLiteral="HIDE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A filter might hide elements or just shrink them. In the case of the shrink, the edges going to this element will be kept."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingFilter" eSuperTypes="#//diagram/description/filter/Filter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A filter that filters mappings."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All mappings to filter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticConditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The condition to apply on the semantic element, if true the element is filtered."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewConditionExpression"
eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The condition to apply on the view element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeFilterDescription" eSuperTypes="#//diagram/description/filter/FilterDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A composite filter description."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" lowerBound="1"
upperBound="-1" eType="#//diagram/description/filter/Filter" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All filters."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableFilter" eSuperTypes="#//diagram/description/filter/Filter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A filter that filters viewpoint elements considering an expression and some variables defined by the user.
"/>
</eAnnotations>
<eOperations name="setFilterContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set the couple (name,value) of variables to consider while evaluating the filter."/>
</eAnnotations>
<eParameters name="variables">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(name,value) couples where name is a String and value is an EObject"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments/>
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariables" upperBound="-1"
eType="#//diagram/description/filter/FilterVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticConditionExpression"
eType="#//description/InterpretedExpression" defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The condition to apply on the semantic element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterVariable" eSuperTypes="#//description/SelectionDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the variable."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FilterKind">
<eLiterals name="HIDE"/>
<eLiterals name="COLLAPSE" value="1"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="validation" nsURI="http://www.eclipse.org/sirius/diagram/description/validation/1.1.0"
nsPrefix="validation">
<eClassifiers xsi:type="ecore:EClass" name="ValidationSet" eSuperTypes="#//description/DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of validation rules."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRules" upperBound="-1"
eType="#//diagram/description/validation/ValidationRule" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validation rules owned by this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRules" upperBound="-1"
eType="#//diagram/description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validations rules that are reused by this set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRules" upperBound="-1"
eType="#//diagram/description/validation/ValidationRule" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All rules of the set."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationRule" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule."/>
</eAnnotations>
<eOperations name="checkRule" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Check the rule for the specified element."/>
</eAnnotations>
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The object to test."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getMessage" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eParameters name="eObj" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" lowerBound="1"
eType="#//diagram/description/validation/ERROR_LEVEL" defaultValueLiteral="INFO"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="#//description/InterpretedExpression"
defaultValueLiteral="The <%name%> element has...">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="audits" upperBound="-1"
eType="#//diagram/description/validation/RuleAudit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fixes" upperBound="-1"
eType="#//diagram/description/validation/ValidationFix" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticValidationRule" eSuperTypes="#//diagram/description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule that is applied on a semantic element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetClass" lowerBound="1"
eType="#//description/TypeName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the domain class of the element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewValidationRule" eSuperTypes="#//diagram/description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A validation rule that is applied on a view element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="#//diagram/description/DiagramElementMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping to validate."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleAudit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The validation expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auditExpression"
lowerBound="1" eType="#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression checked on the model, if the audit fails (return false) then the rule fail."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ERROR_LEVEL">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All levels of error for a validation rule."/>
</eAnnotations>
<eLiterals name="INFO">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Info level."/>
</eAnnotations>
</eLiterals>
<eLiterals name="WARNING" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Warning level."/>
</eAnnotations>
</eLiterals>
<eLiterals name="ERROR" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Error level."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationFix">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the quick fix displayed to the user."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation"
lowerBound="1" eType="#//description/tool/InitialOperation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first operation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="concern" nsURI="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0"
nsPrefix="concern">
<eClassifiers xsi:type="ecore:EClass" name="ConcernSet" eSuperTypes="#//description/DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of many concerns."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConcernDescriptions"
upperBound="-1" eType="#//diagram/description/concern/ConcernDescription"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All concerns"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcernDescription" eSuperTypes="#//description/DocumentedElement #//description/IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describe a concern. A concern could be seen as an aspect. It allows to enable some filters, validation rules or behaviors in one click."/>
</eAnnotations>
<eAnnotations source="TagValues" references="#//%Tags%/@details.1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1"
eType="#//diagram/description/filter/FilterDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All filters of this concern."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//diagram/description/validation/ValidationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All rules of this concern."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1"
eType="#//diagram/description/tool/BehaviorTool">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All behaviors of the concern."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</ecore:EPackage> | false | {"directed":true,"nodes":[{"nsPrefix":"viewpoint","nsURI":"http://www.eclipse.org/sirius/1.1.0","name":"viewpoint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysis","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureExtension","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DValidable","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNavigable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DStylizable","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRefreshable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLabelled","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMappingBased","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainer","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentationContainer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSemanticDecorator","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentation","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentationElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelExtension","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decoration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNavigationLink","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEObjectLink","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSourceFileLink","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisCustomData","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyle","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontFormat","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.sirius.ecore.extender.business.api.accessor.ModelAccessor","defaultValue":null,"instanceClassName":"org.eclipse.sirius.ecore.extender.business.api.accessor.ModelAccessor","name":"ExtendedPackage","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DragAndDropTarget","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelAlignment","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBValues","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisSessionEObject","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncStatus","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionManagerEObject","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResource","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFile","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResourceContainer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DProject","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFolder","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModel","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyle","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customizable","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/description/1.1.0","name":"description","id":39,"eClass":"EPackage"},{"nsPrefix":"diagram","nsURI":"http://www.eclipse.org/sirius/diagram/1.1.0","name":"diagram","id":40,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAnalysis","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":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"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":"ownedViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedViews","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":"ownedFeatureExtensions","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotationEntry","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureExtensionDescription","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedNavigationLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStyle","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMapping","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationElementMapping","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSemanticDiagram","lowerBound":0,"id":69,"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":true,"transient":false,"unique":true,"name":"diagramSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":"models","changeable":false,"resolveProxies":true,"lowerBound":0,"id":71,"derived":true},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagram","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSemanticDiagram","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDiagramSet","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModelElement","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"createContents","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createContents","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateContent","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedRepresentationElements","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":"representationElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"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":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":"ownedAnnotationEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rootElement","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEntry","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"id":99,"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":100,"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":"semanticElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"allRepresentations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":111,"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":"hiddenRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"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":"initialized","changeable":true,"lowerBound":1,"iD":false,"id":114,"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":"viewpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewpoint","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"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":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"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":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescription","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":130,"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":"targetType","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"link to...","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NavigationTargetType","instanceClass":null,"id":134,"serializable":true,"eClass":"EEnum"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"filePath","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"endPosition","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"},{"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":147,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelAlignment","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"name":"normal","id":154,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"italic","id":155,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"bold","id":156,"value":2,"literal":"bold","eClass":"EEnumLiteral"},{"name":"bold_italic","id":157,"value":3,"literal":"bold_italic","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":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleDescription","instanceClass":null,"abstract":true,"id":161,"interface":true,"eClass":"EClass"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDragAndDropDescription","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DragAndDropTargetDescription","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"id":165,"eClass":"EGenericType"},{"name":"CENTER","id":166,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"LEFT","id":167,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":168,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"open","changeable":true,"lowerBound":1,"iD":false,"id":175,"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":"blocked","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"resources","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"controlledResources","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activatedViewpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"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":"analyses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"dirty","unsettable":false,"transient":false,"unique":true,"name":"synchronizationStatus","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"name":"dirty","id":189,"value":0,"literal":"dirty","eClass":"EEnumLiteral"},{"name":"sync","id":190,"value":1,"literal":"sync","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":"ownedSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"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":193,"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":"path","changeable":true,"lowerBound":1,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"showIcon","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customFeatures","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":218,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationDescription","instanceClass":null,"abstract":true,"id":219,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationTemplate","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationImportDescription","instanceClass":null,"abstract":true,"id":221,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationExtensionDescription","instanceClass":null,"abstract":true,"id":222,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelExtensionSetting","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaExtension","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMappingImport","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotation","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalStyleDescription","instanceClass":null,"abstract":true,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeName","instanceClass":"java.lang.String","id":228,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"InterpretedExpression","instanceClass":"java.lang.String","id":229,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FeatureName","instanceClass":"java.lang.String","id":230,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteTargetDescription","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescriptionsSet","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Position","instanceClass":null,"id":233,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticBasedDecoration","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customization","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IVSMElementCustomization","instanceClass":null,"abstract":true,"id":236,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomization","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomizationReuse","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeatureCustomization","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttributeCustomization","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReferenceCustomization","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionDescription","instanceClass":null,"abstract":true,"id":242,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorDescription","instanceClass":null,"abstract":true,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemColor","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterpolatedColor","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorStep","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedColor","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserFixedColor","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColor","instanceClass":null,"abstract":true,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemColors","instanceClass":null,"id":250,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SytemColorsPalette","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColorsPalette","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndUserDocumentedElement","instanceClass":null,"abstract":true,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedColor","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":257,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"style","nsURI":"http://www.eclipse.org/sirius/description/style/1.1.0","name":"style","id":258,"eClass":"EPackage"},{"nsPrefix":"tool","nsURI":"http://www.eclipse.org/sirius/description/tool/1.1.0","name":"tool","id":259,"eClass":"EPackage"},{"nsPrefix":"audit","nsURI":"http://www.eclipse.org/sirius/description/audit/1.1.0","name":"audit","id":260,"eClass":"EPackage"},{"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":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":"ownedViewpoints","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":false,"unsettable":false,"transient":true,"unique":true,"name":"systemColorsPalette","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userColorsPalettes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initView","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"*","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*","unsettable":false,"transient":false,"unique":true,"name":"modelFileExtension","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentationExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedJavaExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMMExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFeatureExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplates","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":true,"name":"conflicts","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":true,"name":"reuses","changeable":true,"lowerBound":0,"iD":false,"id":286,"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":"customizes","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"model","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationSet","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"id":296,"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":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"titleExpression","changeable":true,"lowerBound":0,"iD":false,"id":310,"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":"initialisation","changeable":true,"lowerBound":1,"iD":false,"id":311,"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showOnStartup","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":"viewpointURI","changeable":true,"lowerBound":1,"iD":false,"id":325,"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":"representationName","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"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":"qualifiedClassName","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"detailDescriptions","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":"navigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationCreationDescription","instanceClass":null,"abstract":true,"id":339,"interface":false,"eClass":"EClass"},{"id":340,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationNavigationDescription","instanceClass":null,"abstract":true,"id":341,"interface":false,"eClass":"EClass"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hideSubMappings","changeable":true,"lowerBound":0,"iD":false,"id":343,"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":"inheritsAncestorFilters","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDAnnotation","lowerBound":0,"id":349,"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":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkPredicate","lowerBound":0,"id":359,"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":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"name":"model","id":369,"value":0,"literal":"model","eClass":"EEnumLiteral"},{"name":"file","id":370,"value":1,"literal":"file","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dropDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerDropDescription","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"id":373,"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":"pasteDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteDescription","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"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":379,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SOUTH_WEST","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":380,"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":"decoratorPath","changeable":true,"lowerBound":1,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"name":"NORTH","id":387,"value":0,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"WEST","id":388,"value":1,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"SOUTH","id":389,"value":2,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"EAST","id":390,"value":3,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":391,"value":4,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":392,"value":5,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":393,"value":6,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":394,"value":7,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"CENTER","id":395,"value":8,"literal":"CENTER","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":"domainClass","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"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":"vsmElementCustomizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"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":"predicateExpression","changeable":true,"lowerBound":0,"iD":false,"id":401,"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":"featureCustomizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reuse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"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":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnAll","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"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":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"container":false,"ordered":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":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"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":"candidatesExpression","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":426,"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":"tree","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"childrenExpression","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<%eContents().nSize%>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<%eContents().nSize%>","unsettable":false,"transient":false,"unique":true,"name":"colorValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"10","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"maxValueComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colorSteps","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"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"associatedValue","changeable":true,"lowerBound":1,"iD":false,"id":450,"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":"associatedColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":454,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"125","unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"name":"black","id":465,"value":0,"literal":"black","eClass":"EEnumLiteral"},{"name":"blue","id":466,"value":1,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":467,"value":2,"literal":"red","eClass":"EEnumLiteral"},{"name":"green","id":468,"value":3,"literal":"green","eClass":"EEnumLiteral"},{"name":"yellow","id":469,"value":4,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"purple","id":470,"value":5,"literal":"purple","eClass":"EEnumLiteral"},{"name":"orange","id":471,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"chocolate","id":472,"value":7,"literal":"chocolate","eClass":"EEnumLiteral"},{"name":"gray","id":473,"value":8,"literal":"gray","eClass":"EEnumLiteral"},{"name":"white","id":474,"value":9,"literal":"white","eClass":"EEnumLiteral"},{"name":"dark_blue","id":475,"value":11,"literal":"dark_blue","eClass":"EEnumLiteral"},{"name":"dark_red","id":476,"value":12,"literal":"dark_red","eClass":"EEnumLiteral"},{"name":"dark_green","id":477,"value":13,"literal":"dark_green","eClass":"EEnumLiteral"},{"name":"dark_yellow","id":478,"value":14,"literal":"dark_yellow","eClass":"EEnumLiteral"},{"name":"dark_purple","id":479,"value":15,"literal":"dark_purple","eClass":"EEnumLiteral"},{"name":"dark_orange","id":480,"value":16,"literal":"dark_orange","eClass":"EEnumLiteral"},{"name":"dark_chocolate","id":481,"value":17,"literal":"dark_chocolate","eClass":"EEnumLiteral"},{"name":"dark_gray","id":482,"value":18,"literal":"dark_gray","eClass":"EEnumLiteral"},{"name":"light_blue","id":483,"value":21,"literal":"light_blue","eClass":"EEnumLiteral"},{"name":"light_red","id":484,"value":22,"literal":"light_red","eClass":"EEnumLiteral"},{"name":"light_green","id":485,"value":23,"literal":"light_green","eClass":"EEnumLiteral"},{"name":"light_yellow","id":486,"value":24,"literal":"light_yellow","eClass":"EEnumLiteral"},{"name":"light_purple","id":487,"value":25,"literal":"light_purple","eClass":"EEnumLiteral"},{"name":"light_orange","id":488,"value":26,"literal":"light_orange","eClass":"EEnumLiteral"},{"name":"light_chocolate","id":489,"value":27,"literal":"light_chocolate","eClass":"EEnumLiteral"},{"name":"light_gray","id":490,"value":28,"literal":"light_gray","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":"systemColors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolEntry","instanceClass":null,"abstract":true,"id":495,"interface":true,"eClass":"EClass"},{"id":496,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyles","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":false,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"endUserDocumentation","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"id":509,"eClass":"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":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":521,"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":"details","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyleDescription","instanceClass":null,"abstract":false,"id":525,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyleDescription","instanceClass":null,"abstract":false,"id":526,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyleDescription","instanceClass":null,"abstract":false,"id":527,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TooltipStyleDescription","instanceClass":null,"abstract":false,"id":528,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":530,"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":"showIcon","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"feature:name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"feature:name","unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":532,"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":"labelColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":533,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelAlignment","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyleDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"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":546,"derived":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":547,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"tooltipExpression","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractToolDescription","instanceClass":null,"abstract":true,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBasedToolDescription","instanceClass":null,"abstract":true,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDescription","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionWizardDescription","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaneBasedSelectionWizardDescription","instanceClass":null,"abstract":false,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemOrRef","instanceClass":null,"abstract":true,"id":561,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescription","instanceClass":null,"abstract":true,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescriptionReference","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationAction","instanceClass":null,"abstract":false,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaAction","instanceClass":null,"abstract":false,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionCall","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopupMenu","instanceClass":null,"abstract":false,"id":567,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":568,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceleoVariable","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubVariable","instanceClass":null,"abstract":true,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogVariable","instanceClass":null,"abstract":true,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDropVariable","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementSelectVariable","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementVariable","instanceClass":null,"abstract":false,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementViewVariable","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDeleteVariable","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropContainerVariable","instanceClass":null,"abstract":false,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectContainerVariable","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerViewVariable","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectModelElementVariable","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditMaskVariables","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerModelOperation","instanceClass":null,"abstract":true,"id":583,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelOperation","instanceClass":null,"abstract":true,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNodeCreationOperation","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialOperation","instanceClass":null,"abstract":false,"id":586,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdgeCreationOperation","instanceClass":null,"abstract":false,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialContainerDropOperation","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInstance","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeContext","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetObject","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unset","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoveElement","instanceClass":null,"abstract":false,"id":594,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveElement","instanceClass":null,"abstract":false,"id":595,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DragSource","instanceClass":null,"id":597,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":598,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteView","instanceClass":null,"abstract":false,"id":599,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameVariable","instanceClass":null,"abstract":false,"id":600,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionParameter","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolFilterDescription","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChangeListener","instanceClass":null,"abstract":false,"id":603,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":604,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchChild","instanceClass":null,"abstract":true,"id":605,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default","instanceClass":null,"abstract":false,"id":606,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":607,"interface":false,"eClass":"EClass"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceRefresh","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":618,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"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":"elementView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":620,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestMapping","lowerBound":0,"id":627,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainers","lowerBound":1,"id":628,"many":true,"required":true,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"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":"oldContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":630,"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":"newContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":631,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":632,"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":"newViewContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":634,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dragSource","changeable":true,"lowerBound":1,"iD":false,"id":635,"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":"moveEdges","changeable":true,"lowerBound":1,"iD":false,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElementMapping","instanceClass":null,"abstract":true,"id":638,"interface":false,"eClass":"EClass"},{"id":639,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetContainer","lowerBound":0,"id":640,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"droppedElement","lowerBound":0,"id":641,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainers","lowerBound":0,"id":653,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":654,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":655,"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":"copiedView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"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":"copiedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":658,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":666,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":667,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":668,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":1,"iD":false,"id":670,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Selection Wizard","unsettable":false,"transient":false,"unique":true,"name":"windowTitle","changeable":true,"lowerBound":1,"iD":false,"id":671,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowImagePath","changeable":true,"lowerBound":0,"iD":false,"id":672,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":682,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":683,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":685,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"/org.eclipse.sirius.ui/icons/full/obj16/NodeMapping.gif","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":1,"iD":false,"id":686,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Selection Wizard","unsettable":false,"transient":false,"unique":true,"name":"windowTitle","changeable":true,"lowerBound":1,"iD":false,"id":687,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowImagePath","changeable":true,"lowerBound":0,"iD":false,"id":688,"derived":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":689,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Choice of values","unsettable":false,"transient":false,"unique":true,"name":"choiceOfValuesMessage","changeable":true,"lowerBound":0,"iD":false,"id":690,"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":"candidatesExpression","changeable":true,"lowerBound":1,"iD":false,"id":691,"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":"tree","changeable":true,"lowerBound":1,"iD":false,"id":692,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"id":693,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"childrenExpression","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Selected values","unsettable":false,"transient":false,"unique":true,"name":"selectedValuesMessage","changeable":true,"lowerBound":0,"iD":false,"id":695,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preSelectedCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":713,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"titleExpression","changeable":true,"lowerBound":0,"iD":false,"id":714,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":715,"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":"representationDescription","changeable":false,"resolveProxies":true,"lowerBound":1,"id":716,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"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":"containerViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":718,"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":"representationNameVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":719,"derived":false},{"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"},{"id":727,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":728,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":729,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigationNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":730,"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":"representationDescription","changeable":false,"resolveProxies":true,"lowerBound":1,"id":731,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containerViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":732,"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":"containerVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":733,"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":"representationNameVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":747,"derived":false},{"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":"view","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"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":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":"parameters","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"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":"menuItemDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":765,"derived":false},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"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":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"computationExpression","changeable":true,"lowerBound":0,"iD":false,"id":772,"derived":false},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dialogPrompt","changeable":true,"lowerBound":0,"iD":false,"id":777,"derived":false},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"lowerBound":0,"iD":false,"id":797,"derived":false},{"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":"subModelOperations","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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":802,"derived":false},{"id":803,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":804,"derived":false},{"id":805,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":806,"derived":false},{"id":807,"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":"firstModelOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":808,"derived":false},{"id":809,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":810,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":811,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"instance","unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":0,"iD":false,"id":812,"derived":false},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browseExpression","changeable":true,"lowerBound":0,"iD":false,"id":817,"derived":false},{"id":818,"eClass":"EGenericType"},{"id":819,"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":820,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":821,"derived":false},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"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":825,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":830,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementExpression","changeable":true,"lowerBound":0,"iD":false,"id":831,"derived":false},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"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":"newContainerExpression","changeable":true,"lowerBound":1,"iD":false,"id":835,"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":836,"derived":false},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":841,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"i","unsettable":false,"transient":false,"unique":true,"name":"iteratorName","changeable":true,"lowerBound":1,"iD":false,"id":842,"derived":false},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"name":"DIAGRAM","id":846,"value":1,"literal":"DIAGRAM","eClass":"EEnumLiteral"},{"name":"PROJECT_EXPLORER","id":847,"value":2,"literal":"PROJECT_EXPLORER","eClass":"EEnumLiteral"},{"name":"BOTH","id":848,"value":3,"literal":"BOTH","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":"conditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":849,"derived":false},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"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":854,"derived":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":855,"derived":false},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":858,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementsToListen","changeable":true,"lowerBound":0,"iD":false,"id":859,"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":"listeners","changeable":true,"resolveProxies":true,"lowerBound":1,"id":860,"derived":false},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"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":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":864,"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":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModelOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":871,"derived":false},{"id":872,"eClass":"EGenericType"},{"id":873,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":874,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":875,"derived":false},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSection","instanceClass":null,"abstract":true,"id":879,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInformationSection","instanceClass":null,"abstract":false,"id":880,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContent","lowerBound":0,"id":881,"many":false,"required":false,"eClass":"EOperation"},{"id":882,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":883,"many":false,"required":false,"eClass":"EParameter"},{"id":884,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"templatePath","changeable":true,"lowerBound":0,"iD":false,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDiagram","instanceClass":null,"abstract":false,"id":888,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDiagramElement","instanceClass":null,"abstract":true,"id":889,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalFilter","instanceClass":null,"abstract":true,"id":890,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HideFilter","instanceClass":null,"abstract":false,"id":891,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HideLabelFilter","instanceClass":null,"abstract":false,"id":892,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoldingPointFilter","instanceClass":null,"abstract":false,"id":893,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoldingFilter","instanceClass":null,"abstract":false,"id":894,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppliedCompositeFilters","instanceClass":null,"abstract":false,"id":895,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbsoluteBoundsFilter","instanceClass":null,"abstract":false,"id":896,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDiagramLink","instanceClass":null,"abstract":false,"id":897,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDNode","instanceClass":null,"abstract":true,"id":898,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNode","instanceClass":null,"abstract":false,"id":899,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDiagramElementContainer","instanceClass":null,"abstract":true,"id":900,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNodeContainer","instanceClass":null,"abstract":false,"id":901,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainerLayout","instanceClass":null,"id":902,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNodeList","instanceClass":null,"abstract":false,"id":903,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNodeListElement","instanceClass":null,"abstract":false,"id":904,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEdge","instanceClass":null,"abstract":false,"id":905,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelPosition","instanceClass":null,"id":906,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStyle","instanceClass":null,"abstract":true,"id":907,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dot","instanceClass":null,"abstract":false,"id":908,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GaugeSection","instanceClass":null,"abstract":false,"id":909,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerStyle","instanceClass":null,"abstract":true,"id":910,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlatContainerStyle","instanceClass":null,"abstract":false,"id":911,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeContainerStyle","instanceClass":null,"abstract":false,"id":912,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainerShape","instanceClass":null,"id":913,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BackgroundStyle","instanceClass":null,"id":914,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Square","instanceClass":null,"abstract":false,"id":915,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":916,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lozenge","instanceClass":null,"abstract":false,"id":917,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundledImage","instanceClass":null,"abstract":false,"id":918,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkspaceImage","instanceClass":null,"abstract":false,"id":919,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomStyle","instanceClass":null,"abstract":false,"id":920,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BundledImageShape","instanceClass":null,"id":921,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeTarget","instanceClass":null,"abstract":true,"id":922,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStyle","instanceClass":null,"abstract":false,"id":923,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":924,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EdgeArrows","instanceClass":null,"id":925,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EdgeRouting","instanceClass":null,"id":926,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GaugeCompositeStyle","instanceClass":null,"abstract":false,"id":927,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AlignmentKind","instanceClass":null,"id":928,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderedStyle","instanceClass":null,"abstract":false,"id":929,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":930,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterVariableHistory","instanceClass":null,"abstract":false,"id":931,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterVariableValue","instanceClass":null,"abstract":false,"id":932,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResizeKind","instanceClass":null,"id":933,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArrangeConstraint","instanceClass":null,"id":934,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollapseFilter","instanceClass":null,"abstract":false,"id":935,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndirectlyCollapseFilter","instanceClass":null,"abstract":false,"id":936,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeginLabelStyle","instanceClass":null,"abstract":false,"id":937,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CenterLabelStyle","instanceClass":null,"abstract":false,"id":938,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndLabelStyle","instanceClass":null,"abstract":false,"id":939,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracketEdgeStyle","instanceClass":null,"abstract":false,"id":940,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedStyleDescriptionRegistry","instanceClass":null,"abstract":false,"id":941,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DiagramElementMapping2ModelElement","instanceClass":"java.util.Map$Entry","abstract":false,"id":942,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ModelElement2ViewVariable","instanceClass":"java.util.Map$Entry","abstract":false,"id":943,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ViewVariable2ContainerVariable","instanceClass":"java.util.Map$Entry","abstract":false,"id":944,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ContainerVariable2StyleDescription","instanceClass":"java.util.Map$Entry","abstract":false,"id":945,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/diagram/description/1.1.0","name":"description","id":946,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"clean","lowerBound":0,"id":947,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesFromMapping","lowerBound":0,"id":948,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEdgesFromMapping","lowerBound":0,"id":949,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainersFromMapping","lowerBound":0,"id":950,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"findDiagramElements","lowerBound":0,"id":951,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDiagramElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":952,"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":"diagramElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":953,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":954,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"lowerBound":0,"iD":false,"id":955,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"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":"edges","changeable":false,"resolveProxies":true,"lowerBound":0,"id":957,"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":"nodes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":958,"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":"nodeListElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":959,"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":"containers","changeable":false,"resolveProxies":true,"lowerBound":0,"id":960,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentConcern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":961,"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":"activatedFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":962,"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":"allFilters","changeable":false,"resolveProxies":true,"lowerBound":0,"id":963,"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":"activatedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":964,"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":"activateBehaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":965,"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":"filterVariableHistory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":966,"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":"activatedLayers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":967,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":968,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"hiddenElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":969,"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":"isInLayoutingMode","changeable":true,"lowerBound":0,"iD":false,"id":970,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"headerHeight","changeable":true,"lowerBound":0,"iD":false,"id":971,"derived":false},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mapping","lowerBound":0,"id":978,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeMapping","instanceClass":null,"abstract":false,"id":979,"interface":false,"eClass":"EClass"},{"id":980,"eClass":"EGenericType"},{"id":981,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mapping","lowerBound":0,"id":982,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeMapping","instanceClass":null,"abstract":false,"id":983,"interface":false,"eClass":"EClass"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mapping","lowerBound":0,"id":986,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerMapping","instanceClass":null,"abstract":false,"id":987,"interface":false,"eClass":"EClass"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticElement","lowerBound":0,"id":990,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":991,"many":false,"required":false,"eClass":"EParameter"},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramDescription","instanceClass":null,"abstract":false,"id":996,"interface":false,"eClass":"EClass"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcernDescription","instanceClass":null,"abstract":false,"id":1004,"interface":false,"eClass":"EClass"},{"id":1005,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterDescription","instanceClass":null,"abstract":true,"id":1006,"interface":false,"eClass":"EClass"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationRule","instanceClass":null,"abstract":true,"id":1009,"interface":false,"eClass":"EClass"},{"id":1010,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTool","instanceClass":null,"abstract":false,"id":1011,"interface":false,"eClass":"EClass"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":1014,"interface":false,"eClass":"EClass"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootContent","lowerBound":0,"id":1020,"many":false,"required":false,"eClass":"EOperation"},{"id":1021,"eClass":"EGenericType"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentDiagram","lowerBound":0,"id":1024,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFold","lowerBound":0,"id":1025,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":1026,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tooltipText","changeable":true,"lowerBound":0,"iD":false,"id":1027,"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":"parentLayers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"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":"diagramElementMapping","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1030,"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":"graphicalFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1031,"derived":false},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"id":1034,"eClass":"EGenericType"},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alreadyManagedElements","lowerBound":0,"id":1037,"many":false,"required":false,"eClass":"EParameter"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"eClass":"EGenericType"},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"id":1049,"eClass":"EGenericType"},{"id":1050,"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":"compositeFilterDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1051,"derived":false},{"id":1052,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeFilterDescription","instanceClass":null,"abstract":false,"id":1053,"interface":false,"eClass":"EClass"},{"id":1054,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":1055,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":1056,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1057,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1058,"derived":false},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"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":1064,"derived":false},{"container":false,"ordered":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":1065,"derived":false},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBorderedNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1069,"derived":false},{"ordered":true,"upperBound":-1,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"KEEP_LOCATION","unsettable":false,"transient":false,"unique":true,"name":"arrangeConstraints","changeable":true,"lowerBound":0,"iD":false,"id":1070,"derived":false},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1074,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1075,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1076,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelPosition","changeable":true,"lowerBound":0,"iD":false,"id":1077,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDetails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1078,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"resizeKind","changeable":true,"lowerBound":0,"iD":false,"id":1079,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"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":"actualMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1081,"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":"candidatesMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1082,"derived":false},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesFromMapping","lowerBound":0,"id":1095,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainersFromMapping","lowerBound":0,"id":1096,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nodes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1097,"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":"containers","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1098,"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":"elements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1099,"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":"ownedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDetails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1102,"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":"actualMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1103,"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":"candidatesMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1106,"derived":false},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mapping","lowerBound":0,"id":1112,"many":false,"required":false,"eClass":"EParameter"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mapping","lowerBound":0,"id":1115,"many":false,"required":false,"eClass":"EParameter"},{"id":1116,"eClass":"EGenericType"},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"eClass":"EGenericType"},{"id":1126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDiagramElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1127,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"FreeForm","unsettable":false,"transient":false,"unique":true,"name":"childrenPresentation","changeable":true,"lowerBound":1,"iD":false,"id":1128,"derived":false},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"name":"FreeForm","id":1132,"value":0,"literal":"FreeForm","eClass":"EEnumLiteral"},{"name":"List","id":1133,"value":1,"literal":"List","eClass":"EEnumLiteral"},{"name":"HorizontalStack","id":1134,"value":2,"literal":"HorizontalStack","eClass":"EEnumLiteral"},{"name":"VerticalStack","id":1135,"value":3,"literal":"VerticalStack","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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":1137,"derived":false},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1142,"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":"actualMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1143,"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":"candidatesMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1144,"derived":false},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRootFolding","lowerBound":0,"id":1150,"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":"ownedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1151,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":1152,"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":"sourceNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1153,"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":"targetNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1154,"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":"actualMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"straight","unsettable":false,"transient":false,"unique":true,"name":"routingStyle","changeable":true,"lowerBound":1,"iD":false,"id":1156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFold","changeable":true,"lowerBound":0,"iD":false,"id":1157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMockEdge","changeable":true,"lowerBound":0,"iD":false,"id":1158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1159,"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1160,"derived":false},{"ordered":true,"upperBound":-1,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"KEEP_LOCATION","unsettable":false,"transient":false,"unique":true,"name":"arrangeConstraints","changeable":true,"lowerBound":0,"iD":false,"id":1161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"beginLabel","changeable":true,"lowerBound":0,"iD":false,"id":1162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"endLabel","changeable":true,"lowerBound":0,"iD":false,"id":1163,"derived":false},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"eClass":"EGenericType"},{"id":1169,"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":"outgoingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1170,"derived":false},{"id":1171,"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":"incomingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1172,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEdgeMapping","instanceClass":null,"abstract":true,"id":1173,"interface":true,"eClass":"EClass"},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"id":1176,"eClass":"EGenericType"},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"id":1179,"eClass":"EGenericType"},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1183,"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":"diagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1184,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1185,"derived":false},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"name":"border","id":1189,"value":0,"literal":"border","eClass":"EEnumLiteral"},{"name":"node","id":1190,"value":1,"literal":"node","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelPosition","changeable":true,"lowerBound":0,"iD":false,"id":1191,"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":"hideLabelByDefault","changeable":true,"lowerBound":0,"iD":false,"id":1192,"derived":false},{"id":1193,"eClass":"EGenericType"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"strokeSizeComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1199,"derived":false},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":1203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":1204,"derived":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":1205,"derived":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":1206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1208,"derived":false},{"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"},{"id":1218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyle","changeable":true,"lowerBound":1,"iD":false,"id":1219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1221,"derived":false},{"id":1222,"eClass":"EGenericType"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"id":1225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"iD":false,"id":1226,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1227,"derived":false},{"id":1228,"eClass":"EGenericType"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"name":"parallelogram","id":1231,"value":0,"literal":"parallelogram","eClass":"EEnumLiteral"},{"name":"GradientLeftToRight","id":1232,"value":0,"literal":"GradientLeftToRight","eClass":"EEnumLiteral"},{"name":"Liquid","id":1233,"value":1,"literal":"Liquid","eClass":"EEnumLiteral"},{"name":"GradientTopToBottom","id":1234,"value":3,"literal":"GradientTopToBottom","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1237,"derived":false},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"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":"horizontalDiameter","changeable":true,"lowerBound":0,"iD":false,"id":1242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"verticalDiameter","changeable":true,"lowerBound":0,"iD":false,"id":1243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1244,"derived":false},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":1249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1251,"derived":false},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"iD":false,"id":1256,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1257,"derived":false},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"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":"workspacePath","changeable":true,"lowerBound":1,"iD":false,"id":1261,"derived":false},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"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":1265,"derived":false},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"name":"square","id":1268,"value":0,"literal":"square","eClass":"EEnumLiteral"},{"name":"stroke","id":1269,"value":1,"literal":"stroke","eClass":"EEnumLiteral"},{"name":"triangle","id":1270,"value":3,"literal":"triangle","eClass":"EEnumLiteral"},{"name":"dot","id":1271,"value":4,"literal":"dot","eClass":"EEnumLiteral"},{"name":"ring","id":1272,"value":5,"literal":"ring","eClass":"EEnumLiteral"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strokeColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1275,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":1276,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NoDecoration","unsettable":false,"transient":false,"unique":true,"name":"sourceArrow","changeable":true,"lowerBound":1,"iD":false,"id":1277,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"InputArrow","unsettable":false,"transient":false,"unique":true,"name":"targetArrow","changeable":true,"lowerBound":1,"iD":false,"id":1278,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"foldingStyle","changeable":true,"lowerBound":1,"iD":false,"id":1279,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":1280,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"straight","unsettable":false,"transient":false,"unique":true,"name":"routingStyle","changeable":true,"lowerBound":1,"iD":false,"id":1281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"beginLabelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"centerLabelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endLabelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1284,"derived":false},{"id":1285,"eClass":"EGenericType"},{"id":1286,"eClass":"EGenericType"},{"id":1287,"eClass":"EGenericType"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"FoldingStyle","instanceClass":null,"id":1290,"serializable":true,"eClass":"EEnum"},{"id":1291,"eClass":"EGenericType"},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"id":1294,"eClass":"EGenericType"},{"id":1295,"eClass":"EGenericType"},{"id":1296,"eClass":"EGenericType"},{"name":"solid","id":1297,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"dash","id":1298,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"dot","id":1299,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"name":"dash_dot","id":1300,"value":3,"literal":"dash_dot","eClass":"EEnumLiteral"},{"name":"NoDecoration","id":1301,"value":0,"literal":"NoDecoration","eClass":"EEnumLiteral"},{"name":"OutputArrow","id":1302,"value":1,"literal":"OutputArrow","eClass":"EEnumLiteral"},{"name":"InputArrow","id":1303,"value":2,"literal":"InputArrow","eClass":"EEnumLiteral"},{"name":"OutputClosedArrow","id":1304,"value":3,"literal":"OutputClosedArrow","eClass":"EEnumLiteral"},{"name":"InputClosedArrow","id":1305,"value":4,"literal":"InputClosedArrow","eClass":"EEnumLiteral"},{"name":"OutputFillClosedArrow","id":1306,"value":5,"literal":"OutputFillClosedArrow","eClass":"EEnumLiteral"},{"name":"InputFillClosedArrow","id":1307,"value":6,"literal":"InputFillClosedArrow","eClass":"EEnumLiteral"},{"name":"Diamond","id":1308,"value":7,"literal":"Diamond","eClass":"EEnumLiteral"},{"name":"FillDiamond","id":1309,"value":8,"literal":"FillDiamond","eClass":"EEnumLiteral"},{"name":"InputArrowWithDiamond","id":1310,"value":9,"literal":"InputArrowWithDiamond","eClass":"EEnumLiteral"},{"name":"InputArrowWithFillDiamond","id":1311,"value":10,"literal":"InputArrowWithFillDiamond","eClass":"EEnumLiteral"},{"name":"straight","id":1312,"value":0,"literal":"straight","eClass":"EEnumLiteral"},{"name":"manhattan","id":1313,"value":1,"literal":"manhattan","eClass":"EEnumLiteral"},{"name":"tree","id":1314,"value":2,"literal":"tree","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SQUARE","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":1315,"derived":false},{"container":false,"ordered":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":1316,"derived":false},{"id":1317,"eClass":"EGenericType"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"name":"VERTICAL","id":1320,"value":0,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":1321,"value":1,"literal":"HORIZONTAL","eClass":"EEnumLiteral"},{"name":"SQUARE","id":1322,"value":2,"literal":"SQUARE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"borderSize","changeable":true,"lowerBound":1,"iD":false,"id":1323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"borderSizeComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borderColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1325,"derived":false},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1330,"derived":false},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1333,"derived":false},{"id":1334,"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":"variableDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1335,"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1336,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterVariable","instanceClass":null,"abstract":false,"id":1337,"interface":false,"eClass":"EClass"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"eClass":"EGenericType"},{"name":"NONE","id":1340,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NSEW","id":1341,"value":1,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":1342,"value":2,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":1343,"value":3,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"KEEP_LOCATION","id":1344,"value":0,"literal":"KEEP_LOCATION","eClass":"EEnumLiteral"},{"name":"KEEP_SIZE","id":1345,"value":1,"literal":"KEEP_SIZE","eClass":"EEnumLiteral"},{"name":"KEEP_RATIO","id":1346,"value":2,"literal":"KEEP_RATIO","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1348,"derived":false},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":0,"id":1353,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDescription","lowerBound":0,"id":1354,"many":false,"required":false,"eClass":"EOperation"},{"id":1355,"eClass":"EGenericType"},{"id":1356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"description","lowerBound":0,"id":1357,"many":false,"required":false,"eClass":"EParameter"},{"id":1358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":0,"id":1359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDescription","lowerBound":0,"id":1360,"many":false,"required":false,"eClass":"EOperation"},{"id":1361,"eClass":"EGenericType"},{"id":1362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"description","lowerBound":0,"id":1363,"many":false,"required":false,"eClass":"EParameter"},{"id":1364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":0,"id":1365,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDescription","lowerBound":0,"id":1366,"many":false,"required":false,"eClass":"EOperation"},{"id":1367,"eClass":"EGenericType"},{"id":1368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"description","lowerBound":0,"id":1369,"many":false,"required":false,"eClass":"EParameter"},{"id":1370,"eClass":"EGenericType"},{"id":1371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computedStyleDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1373,"derived":false},{"id":1374,"eClass":"EGenericType"},{"id":1375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1376,"derived":false},{"container":false,"ordered":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":1377,"derived":false},{"id":1378,"eClass":"EGenericType"},{"id":1379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1380,"derived":false},{"container":false,"ordered":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":1381,"derived":false},{"id":1382,"eClass":"EGenericType"},{"id":1383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1384,"derived":false},{"container":false,"ordered":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":1385,"derived":false},{"id":1386,"eClass":"EGenericType"},{"id":1387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1388,"derived":false},{"container":false,"ordered":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":1389,"derived":false},{"id":1390,"eClass":"EGenericType"},{"id":1391,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramImportDescription","instanceClass":null,"abstract":false,"id":1392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramExtensionDescription","instanceClass":null,"abstract":false,"id":1393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNodeMapping","instanceClass":null,"abstract":true,"id":1394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeMappingImport","instanceClass":null,"abstract":false,"id":1395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerMappingImport","instanceClass":null,"abstract":false,"id":1396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeMappingImport","instanceClass":null,"abstract":false,"id":1397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNodeStyleDescription","instanceClass":null,"abstract":false,"id":1398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalEdgeStyleDescription","instanceClass":null,"abstract":false,"id":1399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalContainerStyleDescription","instanceClass":null,"abstract":false,"id":1400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":1401,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTreeLayout","instanceClass":null,"abstract":false,"id":1402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeLayout","instanceClass":null,"abstract":false,"id":1403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayoutDirection","instanceClass":null,"id":1404,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBasedDecoration","instanceClass":null,"abstract":false,"id":1405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLayer","instanceClass":null,"abstract":false,"id":1406,"interface":false,"eClass":"EClass"},{"nsPrefix":"style","nsURI":"http://www.eclipse.org/sirius/diagram/description/style/1.1.0","name":"style","id":1407,"eClass":"EPackage"},{"nsPrefix":"tool","nsURI":"http://www.eclipse.org/sirius/diagram/description/tool/1.1.0","name":"tool","id":1408,"eClass":"EPackage"},{"nsPrefix":"filter","nsURI":"http://www.eclipse.org/sirius/diagram/description/filter/1.1.0","name":"filter","id":1409,"eClass":"EPackage"},{"nsPrefix":"validation","nsURI":"http://www.eclipse.org/sirius/diagram/description/validation/1.1.0","name":"validation","id":1410,"eClass":"EPackage"},{"nsPrefix":"concern","nsURI":"http://www.eclipse.org/sirius/diagram/description/concern/1.1.0","name":"concern","id":1411,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"createDiagram","lowerBound":0,"id":1412,"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":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1413,"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":"allEdgeMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1414,"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":"allNodeMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1415,"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":"allContainerMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1416,"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":"validationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concerns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1418,"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":"allTools","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1419,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":1420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":1421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultConcern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"id":1423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagramInitialisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLayers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1428,"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":"allLayers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1429,"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":"allActivatedTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1430,"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":"nodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1432,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeMappingImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1433,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containerMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1434,"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":"reusedMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1436,"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":"reusedTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enablePopupBars","changeable":true,"lowerBound":0,"iD":false,"id":1438,"derived":false},{"id":1439,"eClass":"EGenericType"},{"id":1440,"eClass":"EGenericType"},{"id":1441,"eClass":"EGenericType"},{"id":1442,"eClass":"EGenericType"},{"id":1443,"eClass":"EGenericType"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcernSet","instanceClass":null,"abstract":false,"id":1448,"interface":false,"eClass":"EClass"},{"id":1449,"eClass":"EGenericType"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"eClass":"EGenericType"},{"id":1452,"eClass":"EGenericType"},{"id":1453,"eClass":"EGenericType"},{"id":1454,"eClass":"EGenericType"},{"id":1455,"eClass":"EGenericType"},{"id":1456,"eClass":"EGenericType"},{"id":1457,"eClass":"EGenericType"},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"eClass":"EGenericType"},{"id":1466,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolSection","instanceClass":null,"abstract":false,"id":1467,"interface":false,"eClass":"EClass"},{"id":1468,"eClass":"EGenericType"},{"id":1469,"eClass":"EGenericType"},{"id":1470,"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":"importedDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1471,"derived":false},{"id":1472,"eClass":"EGenericType"},{"id":1473,"eClass":"EGenericType"},{"id":1474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concerns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1477,"derived":false},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"id":1481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkPrecondition","lowerBound":0,"id":1482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":1483,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFrom","lowerBound":0,"id":1484,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":1485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deletionDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1486,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelDirectEdit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":1488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"createElements","changeable":true,"lowerBound":1,"iD":false,"id":1489,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"lowerBound":0,"iD":false,"id":1490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"doubleClickDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1491,"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":"synchronizationLock","changeable":true,"lowerBound":0,"iD":false,"id":1492,"derived":false},{"id":1493,"eClass":"EGenericType"},{"id":1494,"eClass":"EGenericType"},{"id":1495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1496,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1497,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerView","lowerBound":0,"id":1498,"many":false,"required":false,"eClass":"EParameter"},{"id":1499,"eClass":"EGenericType"},{"id":1500,"eClass":"EGenericType"},{"id":1501,"eClass":"EGenericType"},{"id":1502,"eClass":"EGenericType"},{"id":1503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":1504,"many":false,"required":false,"eClass":"EParameter"},{"id":1505,"eClass":"EGenericType"},{"id":1506,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteElementDescription","instanceClass":null,"abstract":false,"id":1507,"interface":false,"eClass":"EClass"},{"id":1508,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectEditLabel","instanceClass":null,"abstract":false,"id":1509,"interface":false,"eClass":"EClass"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleClickDescription","instanceClass":null,"abstract":false,"id":1514,"interface":false,"eClass":"EClass"},{"id":1515,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1516,"derived":false},{"id":1517,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDNodesDone","lowerBound":0,"id":1518,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"findDNodeFromEObject","lowerBound":0,"id":1519,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clearDNodesDone","lowerBound":0,"id":1520,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDoneNode","lowerBound":0,"id":1521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllBorderedNodeMappings","lowerBound":0,"id":1522,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":1523,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borderedNodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1524,"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":"reusedBorderedNodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1525,"derived":false},{"id":1526,"eClass":"EGenericType"},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"id":1529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":0,"id":1530,"many":false,"required":false,"eClass":"EParameter"},{"id":1531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":1,"id":1532,"many":false,"required":true,"eClass":"EParameter"},{"id":1533,"eClass":"EGenericType"},{"id":1534,"eClass":"EGenericType"},{"id":1535,"eClass":"EGenericType"},{"id":1536,"eClass":"EGenericType"},{"id":1537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":1538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateNode","lowerBound":0,"id":1539,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestStyle","lowerBound":0,"id":1540,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createListElement","lowerBound":0,"id":1541,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateListElement","lowerBound":0,"id":1542,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesCandidates","lowerBound":0,"id":1543,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesCandidates","lowerBound":0,"id":1544,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1545,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionnalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1546,"derived":false},{"id":1547,"eClass":"EGenericType"},{"id":1548,"eClass":"EGenericType"},{"id":1549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1550,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1551,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewPoint","lowerBound":0,"id":1552,"many":false,"required":false,"eClass":"EParameter"},{"id":1553,"eClass":"EGenericType"},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":1556,"many":false,"required":false,"eClass":"EParameter"},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1559,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":1560,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":1561,"many":false,"required":false,"eClass":"EParameter"},{"id":1562,"eClass":"EGenericType"},{"id":1563,"eClass":"EGenericType"},{"id":1564,"eClass":"EGenericType"},{"id":1565,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1566,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagram","lowerBound":0,"id":1567,"many":false,"required":false,"eClass":"EParameter"},{"id":1568,"eClass":"EGenericType"},{"id":1569,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listElement","lowerBound":0,"id":1570,"many":false,"required":false,"eClass":"EParameter"},{"id":1571,"eClass":"EGenericType"},{"id":1572,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1573,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1574,"many":false,"required":false,"eClass":"EParameter"},{"id":1575,"eClass":"EGenericType"},{"id":1576,"eClass":"EGenericType"},{"id":1577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1578,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1579,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerView","lowerBound":0,"id":1580,"many":false,"required":false,"eClass":"EParameter"},{"id":1581,"eClass":"EGenericType"},{"id":1582,"eClass":"EGenericType"},{"id":1583,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStyleDescription","instanceClass":null,"abstract":true,"id":1584,"interface":false,"eClass":"EClass"},{"id":1585,"eClass":"EGenericType"},{"id":1586,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createContainer","lowerBound":0,"id":1587,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateContainer","lowerBound":0,"id":1588,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestStyle","lowerBound":0,"id":1589,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesCandidates","lowerBound":0,"id":1590,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNodesCandidates","lowerBound":0,"id":1591,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subNodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1592,"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":"allNodeMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1593,"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":"reusedNodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1594,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subContainerMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1595,"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":"reusedContainerMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1596,"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":"allContainerMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1597,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1598,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionnalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1599,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"FreeForm","unsettable":false,"transient":false,"unique":true,"name":"childrenPresentation","changeable":true,"lowerBound":1,"iD":false,"id":1600,"derived":false},{"id":1601,"eClass":"EGenericType"},{"id":1602,"eClass":"EGenericType"},{"id":1603,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1604,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1605,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewPoint","lowerBound":0,"id":1606,"many":false,"required":false,"eClass":"EParameter"},{"id":1607,"eClass":"EGenericType"},{"id":1608,"eClass":"EGenericType"},{"id":1609,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":1610,"many":false,"required":false,"eClass":"EParameter"},{"id":1611,"eClass":"EGenericType"},{"id":1612,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1613,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":1614,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":1615,"many":false,"required":false,"eClass":"EParameter"},{"id":1616,"eClass":"EGenericType"},{"id":1617,"eClass":"EGenericType"},{"id":1618,"eClass":"EGenericType"},{"id":1619,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1620,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1621,"many":false,"required":false,"eClass":"EParameter"},{"id":1622,"eClass":"EGenericType"},{"id":1623,"eClass":"EGenericType"},{"id":1624,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1625,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1626,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerView","lowerBound":0,"id":1627,"many":false,"required":false,"eClass":"EParameter"},{"id":1628,"eClass":"EGenericType"},{"id":1629,"eClass":"EGenericType"},{"id":1630,"eClass":"EGenericType"},{"id":1631,"eClass":"EGenericType"},{"id":1632,"eClass":"EGenericType"},{"id":1633,"eClass":"EGenericType"},{"id":1634,"eClass":"EGenericType"},{"id":1635,"eClass":"EGenericType"},{"id":1636,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerStyleDescription","instanceClass":null,"abstract":true,"id":1637,"interface":false,"eClass":"EClass"},{"id":1638,"eClass":"EGenericType"},{"id":1639,"eClass":"EGenericType"},{"id":1640,"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":"importedMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1641,"derived":false},{"id":1642,"eClass":"EGenericType"},{"id":1643,"eClass":"EGenericType"},{"id":1644,"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":"importedMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1645,"derived":false},{"id":1646,"eClass":"EGenericType"},{"id":1647,"eClass":"EGenericType"},{"id":1648,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":1649,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":1650,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestStyle","lowerBound":0,"id":1651,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateEdge","lowerBound":0,"id":1652,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEdgeTargetCandidates","lowerBound":0,"id":1653,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEdgeSourceCandidates","lowerBound":0,"id":1654,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEdgeTargetCandidates","lowerBound":0,"id":1655,"many":true,"required":false,"eClass":"EOperation"},{"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":"sourceMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1656,"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":"targetMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1657,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"targetFinderExpression","changeable":true,"lowerBound":1,"iD":false,"id":1658,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceFinderExpression","changeable":true,"lowerBound":0,"iD":false,"id":1659,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionnalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1661,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetExpression","changeable":true,"lowerBound":0,"iD":false,"id":1662,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":0,"iD":false,"id":1663,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"useDomainElement","changeable":true,"lowerBound":0,"iD":false,"id":1664,"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":"reconnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1665,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathExpression","changeable":true,"lowerBound":0,"iD":false,"id":1666,"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":"pathNodeMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1667,"derived":false},{"id":1668,"eClass":"EGenericType"},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"id":1671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":1672,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1673,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticTarget","lowerBound":0,"id":1674,"many":false,"required":false,"eClass":"EParameter"},{"id":1675,"eClass":"EGenericType"},{"id":1676,"eClass":"EGenericType"},{"id":1677,"eClass":"EGenericType"},{"id":1678,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":1679,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1680,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1681,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticTarget","lowerBound":0,"id":1682,"many":false,"required":false,"eClass":"EParameter"},{"id":1683,"eClass":"EGenericType"},{"id":1684,"eClass":"EGenericType"},{"id":1685,"eClass":"EGenericType"},{"id":1686,"eClass":"EGenericType"},{"id":1687,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1688,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":1689,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":1690,"many":false,"required":false,"eClass":"EParameter"},{"id":1691,"eClass":"EGenericType"},{"id":1692,"eClass":"EGenericType"},{"id":1693,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewEdge","lowerBound":1,"id":1694,"many":false,"required":true,"eClass":"EParameter"},{"id":1695,"eClass":"EGenericType"},{"id":1696,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1697,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewPoint","lowerBound":0,"id":1698,"many":false,"required":false,"eClass":"EParameter"},{"id":1699,"eClass":"EGenericType"},{"id":1700,"eClass":"EGenericType"},{"id":1701,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1702,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewPoint","lowerBound":0,"id":1703,"many":false,"required":false,"eClass":"EParameter"},{"id":1704,"eClass":"EGenericType"},{"id":1705,"eClass":"EGenericType"},{"id":1706,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"semanticOrigin","lowerBound":0,"id":1707,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":1708,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerView","lowerBound":0,"id":1709,"many":false,"required":false,"eClass":"EParameter"},{"id":1710,"eClass":"EGenericType"},{"id":1711,"eClass":"EGenericType"},{"id":1712,"eClass":"EGenericType"},{"id":1713,"eClass":"EGenericType"},{"id":1714,"eClass":"EGenericType"},{"id":1715,"eClass":"EGenericType"},{"id":1716,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStyleDescription","instanceClass":null,"abstract":false,"id":1717,"interface":false,"eClass":"EClass"},{"id":1718,"eClass":"EGenericType"},{"id":1719,"eClass":"EGenericType"},{"id":1720,"eClass":"EGenericType"},{"id":1721,"eClass":"EGenericType"},{"id":1722,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReconnectEdgeDescription","instanceClass":null,"abstract":false,"id":1723,"interface":false,"eClass":"EClass"},{"id":1724,"eClass":"EGenericType"},{"id":1725,"eClass":"EGenericType"},{"id":1726,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestStyle","lowerBound":0,"id":1727,"many":false,"required":false,"eClass":"EOperation"},{"id":1728,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1729,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":1730,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","lowerBound":0,"id":1731,"many":false,"required":false,"eClass":"EParameter"},{"id":1732,"eClass":"EGenericType"},{"id":1733,"eClass":"EGenericType"},{"id":1734,"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":"importedMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1735,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionnalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1736,"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":"inheritsAncestorFilters","changeable":true,"lowerBound":0,"iD":false,"id":1737,"derived":false},{"id":1738,"eClass":"EGenericType"},{"id":1739,"eClass":"EGenericType"},{"id":1740,"eClass":"EGenericType"},{"id":1741,"eClass":"EGenericType"},{"id":1742,"eClass":"EGenericType"},{"id":1743,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1744,"derived":false},{"id":1745,"eClass":"EGenericType"},{"id":1746,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1747,"derived":false},{"id":1748,"eClass":"EGenericType"},{"id":1749,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1750,"derived":false},{"id":1751,"eClass":"EGenericType"},{"id":1752,"eClass":"EGenericType"},{"name":"NONE","id":1753,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"SOURCE","id":1754,"value":1,"literal":"SOURCE","eClass":"EEnumLiteral"},{"name":"TARGET","id":1755,"value":2,"literal":"TARGET","eClass":"EEnumLiteral"},{"id":1756,"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":"childrenExpression","changeable":true,"lowerBound":1,"iD":false,"id":1757,"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":"nodeMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1758,"derived":false},{"id":1759,"eClass":"EGenericType"},{"id":1760,"eClass":"EGenericType"},{"id":1761,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"30","unsettable":false,"transient":false,"unique":true,"name":"padding","changeable":true,"lowerBound":1,"iD":false,"id":1762,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"topToBottom","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":1763,"derived":false},{"id":1764,"eClass":"EGenericType"},{"id":1765,"eClass":"EGenericType"},{"id":1766,"eClass":"EGenericType"},{"name":"TopToBottom","id":1767,"value":0,"literal":"topToBottom","eClass":"EEnumLiteral"},{"name":"LeftToRight","id":1768,"value":1,"literal":"LeftToRight","eClass":"EEnumLiteral"},{"name":"BottomToTop","id":1769,"value":2,"literal":"bottomToTop","eClass":"EEnumLiteral"},{"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1770,"derived":false},{"id":1771,"eClass":"EGenericType"},{"id":1772,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1773,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1774,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeMappingImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1775,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containerMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1776,"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":"reusedMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1777,"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":"allTools","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1778,"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":"toolSections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1779,"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":"reusedTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1780,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationDescriptionsSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1781,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":1782,"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":"allEdgeMappings","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1783,"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":"customization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1784,"derived":false},{"id":1785,"eClass":"EGenericType"},{"id":1786,"eClass":"EGenericType"},{"id":1787,"eClass":"EGenericType"},{"id":1788,"eClass":"EGenericType"},{"id":1789,"eClass":"EGenericType"},{"id":1790,"eClass":"EGenericType"},{"id":1791,"eClass":"EGenericType"},{"id":1792,"eClass":"EGenericType"},{"id":1793,"eClass":"EGenericType"},{"id":1794,"eClass":"EGenericType"},{"id":1795,"eClass":"EGenericType"},{"id":1796,"eClass":"EGenericType"},{"id":1797,"eClass":"EGenericType"},{"id":1798,"eClass":"EGenericType"},{"id":1799,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activeByDefault","changeable":true,"lowerBound":0,"iD":false,"id":1800,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":1801,"derived":false},{"id":1802,"eClass":"EGenericType"},{"id":1803,"eClass":"EGenericType"},{"id":1804,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderedStyleDescription","instanceClass":null,"abstract":false,"id":1805,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomStyleDescription","instanceClass":null,"abstract":false,"id":1806,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SquareDescription","instanceClass":null,"abstract":false,"id":1807,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LozengeNodeDescription","instanceClass":null,"abstract":false,"id":1808,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EllipseNodeDescription","instanceClass":null,"abstract":false,"id":1809,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BundledImageDescription","instanceClass":null,"abstract":false,"id":1810,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoteDescription","instanceClass":null,"abstract":false,"id":1811,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotDescription","instanceClass":null,"abstract":false,"id":1812,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GaugeCompositeStyleDescription","instanceClass":null,"abstract":false,"id":1813,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GaugeSectionDescription","instanceClass":null,"abstract":false,"id":1814,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeComputationContainerStyleDescription","instanceClass":null,"abstract":true,"id":1815,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedCornerStyleDescription","instanceClass":null,"abstract":true,"id":1816,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlatContainerStyleDescription","instanceClass":null,"abstract":false,"id":1817,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeContainerStyleDescription","instanceClass":null,"abstract":false,"id":1818,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkspaceImageDescription","instanceClass":null,"abstract":false,"id":1819,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeginLabelStyleDescription","instanceClass":null,"abstract":false,"id":1820,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CenterLabelStyleDescription","instanceClass":null,"abstract":false,"id":1821,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndLabelStyleDescription","instanceClass":null,"abstract":false,"id":1822,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracketEdgeStyleDescription","instanceClass":null,"abstract":false,"id":1823,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"borderSizeComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1824,"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":"borderColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1825,"derived":false},{"id":1826,"eClass":"EGenericType"},{"id":1827,"eClass":"EGenericType"},{"id":1828,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"3","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"sizeComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1829,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"border","unsettable":false,"transient":false,"unique":true,"name":"labelPosition","changeable":true,"lowerBound":0,"iD":false,"id":1830,"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":"hideLabelByDefault","changeable":true,"lowerBound":0,"iD":false,"id":1831,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"resizeKind","changeable":true,"lowerBound":1,"iD":false,"id":1832,"derived":false},{"id":1833,"eClass":"EGenericType"},{"id":1834,"eClass":"EGenericType"},{"id":1835,"eClass":"EGenericType"},{"id":1836,"eClass":"EGenericType"},{"id":1837,"eClass":"EGenericType"},{"id":1838,"eClass":"EGenericType"},{"id":1839,"eClass":"EGenericType"},{"id":1840,"eClass":"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":1841,"derived":false},{"id":1842,"eClass":"EGenericType"},{"id":1843,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":1844,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":1845,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1846,"derived":false},{"id":1847,"eClass":"EGenericType"},{"id":1848,"eClass":"EGenericType"},{"id":1849,"eClass":"EGenericType"},{"id":1850,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widthComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1851,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heightComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1852,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1853,"derived":false},{"id":1854,"eClass":"EGenericType"},{"id":1855,"eClass":"EGenericType"},{"id":1856,"eClass":"EGenericType"},{"id":1857,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1858,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"horizontalDiameterComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1859,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"verticalDiameterComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1860,"derived":false},{"id":1861,"eClass":"EGenericType"},{"id":1862,"eClass":"EGenericType"},{"id":1863,"eClass":"EGenericType"},{"id":1864,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"iD":false,"id":1865,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1866,"derived":false},{"id":1867,"eClass":"EGenericType"},{"id":1868,"eClass":"EGenericType"},{"id":1869,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1870,"derived":false},{"id":1871,"eClass":"EGenericType"},{"id":1872,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1873,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"strokeSizeComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1874,"derived":false},{"id":1875,"eClass":"EGenericType"},{"id":1876,"eClass":"EGenericType"},{"id":1877,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SQUARE","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":1878,"derived":false},{"container":false,"ordered":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":1879,"derived":false},{"id":1880,"eClass":"EGenericType"},{"id":1881,"eClass":"EGenericType"},{"id":1882,"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":"minValueExpression","changeable":true,"lowerBound":0,"iD":false,"id":1883,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"maxValueExpression","changeable":true,"lowerBound":0,"iD":false,"id":1884,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":1885,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1886,"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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1887,"derived":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":1888,"derived":false},{"id":1889,"eClass":"EGenericType"},{"id":1890,"eClass":"EGenericType"},{"id":1891,"eClass":"EGenericType"},{"id":1892,"eClass":"EGenericType"},{"id":1893,"eClass":"EGenericType"},{"id":1894,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"-1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"widthComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1895,"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":"heightComputationExpression","changeable":true,"lowerBound":0,"iD":false,"id":1896,"derived":false},{"id":1897,"eClass":"EGenericType"},{"id":1898,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"arcWidth","changeable":true,"lowerBound":0,"iD":false,"id":1899,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"arcHeight","changeable":true,"lowerBound":0,"iD":false,"id":1900,"derived":false},{"id":1901,"eClass":"EGenericType"},{"id":1902,"eClass":"EGenericType"},{"id":1903,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roundedCorner","changeable":true,"lowerBound":0,"iD":false,"id":1904,"derived":false},{"id":1905,"eClass":"EGenericType"},{"id":1906,"eClass":"EGenericType"},{"id":1907,"eClass":"EGenericType"},{"id":1908,"eClass":"EGenericType"},{"id":1909,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyle","changeable":true,"lowerBound":1,"iD":false,"id":1910,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1911,"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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1912,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1913,"derived":false},{"id":1914,"eClass":"EGenericType"},{"id":1915,"eClass":"EGenericType"},{"id":1916,"eClass":"EGenericType"},{"id":1917,"eClass":"EGenericType"},{"id":1918,"eClass":"EGenericType"},{"id":1919,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"iD":false,"id":1920,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1921,"derived":false},{"id":1922,"eClass":"EGenericType"},{"id":1923,"eClass":"EGenericType"},{"id":1924,"eClass":"EGenericType"},{"id":1925,"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":"workspacePath","changeable":true,"lowerBound":1,"iD":false,"id":1926,"derived":false},{"id":1927,"eClass":"EGenericType"},{"id":1928,"eClass":"EGenericType"},{"id":1929,"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":"strokeColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1930,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":1931,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NoDecoration","unsettable":false,"transient":false,"unique":true,"name":"sourceArrow","changeable":true,"lowerBound":1,"iD":false,"id":1932,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"InputArrow","unsettable":false,"transient":false,"unique":true,"name":"targetArrow","changeable":true,"lowerBound":1,"iD":false,"id":1933,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"<%eContents().nSize%>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<%eContents().nSize%>","unsettable":false,"transient":false,"unique":true,"name":"sizeComputationExpression","changeable":true,"lowerBound":1,"iD":false,"id":1934,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"straight","unsettable":false,"transient":false,"unique":true,"name":"routingStyle","changeable":true,"lowerBound":1,"iD":false,"id":1935,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foldingStyle","changeable":true,"lowerBound":0,"iD":false,"id":1936,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"beginLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1937,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"centerLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1938,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endLabelStyleDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1939,"derived":false},{"id":1940,"eClass":"EGenericType"},{"id":1941,"eClass":"EGenericType"},{"id":1942,"eClass":"EGenericType"},{"id":1943,"eClass":"EGenericType"},{"id":1944,"eClass":"EGenericType"},{"id":1945,"eClass":"EGenericType"},{"id":1946,"eClass":"EGenericType"},{"id":1947,"eClass":"EGenericType"},{"id":1948,"eClass":"EGenericType"},{"id":1949,"eClass":"EGenericType"},{"id":1950,"eClass":"EGenericType"},{"id":1951,"eClass":"EGenericType"},{"id":1952,"eClass":"EGenericType"},{"id":1953,"eClass":"EGenericType"},{"id":1954,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolGroup","instanceClass":null,"abstract":false,"id":1955,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolGroupExtension","instanceClass":null,"abstract":false,"id":1956,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeCreationDescription","instanceClass":null,"abstract":false,"id":1957,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeCreationDescription","instanceClass":null,"abstract":false,"id":1958,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerCreationDescription","instanceClass":null,"abstract":false,"id":1959,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteHook","instanceClass":null,"abstract":false,"id":1960,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteHookParameter","instanceClass":null,"abstract":false,"id":1961,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReconnectionKind","instanceClass":null,"id":1962,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestDescription","instanceClass":null,"abstract":false,"id":1963,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceEdgeCreationVariable","instanceClass":null,"abstract":false,"id":1964,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceEdgeViewCreationVariable","instanceClass":null,"abstract":false,"id":1965,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetEdgeCreationVariable","instanceClass":null,"abstract":false,"id":1966,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetEdgeViewCreationVariable","instanceClass":null,"abstract":false,"id":1967,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDoubleClickVariable","instanceClass":null,"abstract":false,"id":1968,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeCreationVariable","instanceClass":null,"abstract":false,"id":1969,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateView","instanceClass":null,"abstract":false,"id":1970,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateEdgeView","instanceClass":null,"abstract":false,"id":1971,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navigation","instanceClass":null,"abstract":false,"id":1972,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramCreationDescription","instanceClass":null,"abstract":false,"id":1973,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramNavigationDescription","instanceClass":null,"abstract":false,"id":1974,"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":"icon","changeable":true,"lowerBound":0,"iD":false,"id":1975,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1976,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1977,"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":"popupMenus","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1978,"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":"reusedTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1979,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1980,"derived":false},{"id":1981,"eClass":"EGenericType"},{"id":1982,"eClass":"EGenericType"},{"id":1983,"eClass":"EGenericType"},{"id":1984,"eClass":"EGenericType"},{"id":1985,"eClass":"EGenericType"},{"id":1986,"eClass":"EGenericType"},{"id":1987,"eClass":"EGenericType"},{"id":1988,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1989,"derived":false},{"id":1990,"eClass":"EGenericType"},{"id":1991,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1992,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1993,"derived":false},{"id":1994,"eClass":"EGenericType"},{"id":1995,"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":"nodeMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1996,"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":true,"lowerBound":1,"id":1997,"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":"viewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1998,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1999,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":2000,"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":"extraMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2001,"derived":false},{"id":2002,"eClass":"EGenericType"},{"id":2003,"eClass":"EGenericType"},{"id":2004,"eClass":"EGenericType"},{"id":2005,"eClass":"EGenericType"},{"id":2006,"eClass":"EGenericType"},{"id":2007,"eClass":"EGenericType"},{"id":2008,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBestMapping","lowerBound":0,"id":2009,"many":false,"required":false,"eClass":"EOperation"},{"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":"edgeMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2010,"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":"sourceVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2011,"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":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2012,"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":"sourceViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2013,"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":"targetViewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2014,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2015,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":2016,"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":"extraSourceMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2017,"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":"extraTargetMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2018,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionStartPrecondition","changeable":true,"lowerBound":0,"iD":false,"id":2019,"derived":false},{"id":2020,"eClass":"EGenericType"},{"id":2021,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":2022,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":2023,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"createdElements","lowerBound":0,"id":2024,"many":true,"required":false,"eClass":"EParameter"},{"id":2025,"eClass":"EGenericType"},{"id":2026,"eClass":"EGenericType"},{"id":2027,"eClass":"EGenericType"},{"id":2028,"eClass":"EGenericType"},{"id":2029,"eClass":"EGenericType"},{"id":2030,"eClass":"EGenericType"},{"id":2031,"eClass":"EGenericType"},{"id":2032,"eClass":"EGenericType"},{"id":2033,"eClass":"EGenericType"},{"id":2034,"eClass":"EGenericType"},{"id":2035,"eClass":"EGenericType"},{"id":2036,"eClass":"EGenericType"},{"id":2037,"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":"containerMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2038,"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":true,"lowerBound":1,"id":2039,"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":"viewVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2040,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2041,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":2042,"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":"extraMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2043,"derived":false},{"id":2044,"eClass":"EGenericType"},{"id":2045,"eClass":"EGenericType"},{"id":2046,"eClass":"EGenericType"},{"id":2047,"eClass":"EGenericType"},{"id":2048,"eClass":"EGenericType"},{"id":2049,"eClass":"EGenericType"},{"id":2050,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":2051,"many":true,"required":true,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2052,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2053,"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":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2054,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2055,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2056,"derived":false},{"id":2057,"eClass":"EGenericType"},{"id":2058,"eClass":"EGenericType"},{"id":2059,"eClass":"EGenericType"},{"id":2060,"eClass":"EGenericType"},{"id":2061,"eClass":"EGenericType"},{"id":2062,"eClass":"EGenericType"},{"id":2063,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2064,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2065,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2066,"derived":false},{"id":2067,"eClass":"EGenericType"},{"id":2068,"eClass":"EGenericType"},{"id":2069,"eClass":"EGenericType"},{"id":2070,"eClass":"EGenericType"},{"id":2071,"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":2072,"derived":false},{"container":false,"ordered":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":2073,"derived":false},{"id":2074,"eClass":"EGenericType"},{"id":2075,"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":2076,"derived":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":2077,"derived":false},{"id":2078,"eClass":"EGenericType"},{"id":2079,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":2080,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"RECONNECT_TARGET","unsettable":false,"transient":false,"unique":true,"name":"reconnectionKind","changeable":true,"lowerBound":1,"iD":false,"id":2081,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2082,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2083,"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":"sourceView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2084,"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":"targetView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2085,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2086,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2087,"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":"edgeView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2088,"derived":false},{"id":2089,"eClass":"EGenericType"},{"id":2090,"eClass":"EGenericType"},{"id":2091,"eClass":"EGenericType"},{"id":2092,"eClass":"EGenericType"},{"id":2093,"eClass":"EGenericType"},{"id":2094,"eClass":"EGenericType"},{"id":2095,"eClass":"EGenericType"},{"id":2096,"eClass":"EGenericType"},{"id":2097,"eClass":"EGenericType"},{"id":2098,"eClass":"EGenericType"},{"name":"RECONNECT_TARGET","id":2099,"value":0,"literal":"RECONNECT_TARGET","eClass":"EEnumLiteral"},{"name":"RECONNECT_SOURCE","id":2100,"value":1,"literal":"RECONNECT_SOURCE","eClass":"EEnumLiteral"},{"name":"RECONNECT_BOTH","id":2101,"value":2,"literal":"RECONNECT_BOTH","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":2102,"derived":false},{"id":2103,"eClass":"EGenericType"},{"id":2104,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMapping","lowerBound":1,"id":2105,"many":true,"required":true,"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":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":2108,"derived":false},{"id":2109,"eClass":"EGenericType"},{"id":2110,"eClass":"EGenericType"},{"id":2111,"eClass":"EGenericType"},{"id":2112,"eClass":"EGenericType"},{"id":2113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"EObject","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"EObject","unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":2114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2115,"derived":false},{"id":2116,"eClass":"EGenericType"},{"id":2117,"eClass":"EGenericType"},{"id":2118,"eClass":"EGenericType"},{"id":2119,"eClass":"EGenericType"},{"id":2120,"eClass":"EGenericType"},{"id":2121,"eClass":"EGenericType"},{"id":2122,"eClass":"EGenericType"},{"id":2123,"eClass":"EGenericType"},{"id":2124,"eClass":"EGenericType"},{"id":2125,"eClass":"EGenericType"},{"id":2126,"eClass":"EGenericType"},{"id":2127,"eClass":"EGenericType"},{"id":2128,"eClass":"EGenericType"},{"id":2129,"eClass":"EGenericType"},{"id":2130,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"containerViewExpression","changeable":true,"lowerBound":1,"iD":false,"id":2132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"createdView","unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":0,"iD":false,"id":2133,"derived":false},{"id":2134,"eClass":"EGenericType"},{"id":2135,"eClass":"EGenericType"},{"id":2136,"eClass":"EGenericType"},{"id":2137,"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":"sourceExpression","changeable":true,"lowerBound":1,"iD":false,"id":2138,"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":"targetExpression","changeable":true,"lowerBound":1,"iD":false,"id":2139,"derived":false},{"id":2140,"eClass":"EGenericType"},{"id":2141,"eClass":"EGenericType"},{"id":2142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createIfNotExistent","changeable":true,"lowerBound":0,"iD":false,"id":2143,"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":"diagramDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2144,"derived":false},{"id":2145,"eClass":"EGenericType"},{"id":2146,"eClass":"EGenericType"},{"id":2147,"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":"diagramDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2148,"derived":false},{"id":2149,"eClass":"EGenericType"},{"id":2150,"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":"diagramDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2151,"derived":false},{"id":2152,"eClass":"EGenericType"},{"id":2153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":true,"id":2154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingFilter","instanceClass":null,"abstract":false,"id":2155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableFilter","instanceClass":null,"abstract":false,"id":2156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterKind","instanceClass":null,"id":2157,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"isVisible","lowerBound":0,"id":2158,"many":false,"required":false,"eClass":"EOperation"},{"id":2159,"eClass":"EGenericType"},{"id":2160,"eClass":"EGenericType"},{"id":2161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":2162,"many":false,"required":false,"eClass":"EParameter"},{"id":2163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isVisible","lowerBound":0,"id":2164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HIDE","unsettable":false,"transient":false,"unique":true,"name":"filterKind","changeable":true,"lowerBound":0,"iD":false,"id":2165,"derived":false},{"id":2166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":2167,"many":false,"required":false,"eClass":"EParameter"},{"id":2168,"eClass":"EGenericType"},{"id":2169,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticConditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":2171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewConditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":2172,"derived":false},{"id":2173,"eClass":"EGenericType"},{"id":2174,"eClass":"EGenericType"},{"id":2175,"eClass":"EGenericType"},{"id":2176,"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":"filters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2177,"derived":false},{"id":2178,"eClass":"EGenericType"},{"id":2179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFilterContext","lowerBound":0,"id":2180,"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":"ownedVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"semanticConditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":2182,"derived":false},{"id":2183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variables","lowerBound":0,"id":2184,"many":false,"required":false,"eClass":"EParameter"},{"id":2185,"eClass":"EGenericType"},{"id":2186,"eClass":"EGenericType"},{"id":2187,"eClass":"EGenericType"},{"id":2188,"eClass":"EGenericType"},{"id":2189,"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":2190,"derived":false},{"id":2191,"eClass":"EGenericType"},{"id":2192,"eClass":"EGenericType"},{"name":"HIDE","id":2193,"value":0,"literal":"HIDE","eClass":"EEnumLiteral"},{"name":"COLLAPSE","id":2194,"value":1,"literal":"COLLAPSE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticValidationRule","instanceClass":null,"abstract":false,"id":2195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewValidationRule","instanceClass":null,"abstract":false,"id":2196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleAudit","instanceClass":null,"abstract":false,"id":2197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ERROR_LEVEL","instanceClass":null,"id":2198,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationFix","instanceClass":null,"abstract":false,"id":2199,"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":"ownedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2200,"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":"reusedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2201,"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":"allRules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":2202,"derived":true},{"id":2203,"eClass":"EGenericType"},{"id":2204,"eClass":"EGenericType"},{"id":2205,"eClass":"EGenericType"},{"id":2206,"eClass":"EGenericType"},{"id":2207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":2208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":2209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"INFO","unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":1,"iD":false,"id":2210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"The <%name%> element has...","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"The <%name%> element has...","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":2211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fixes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2213,"derived":false},{"id":2214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":2215,"many":false,"required":false,"eClass":"EParameter"},{"id":2216,"eClass":"EGenericType"},{"id":2217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":2218,"many":false,"required":false,"eClass":"EParameter"},{"id":2219,"eClass":"EGenericType"},{"id":2220,"eClass":"EGenericType"},{"id":2221,"eClass":"EGenericType"},{"id":2222,"eClass":"EGenericType"},{"id":2223,"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":"targetClass","changeable":true,"lowerBound":1,"iD":false,"id":2224,"derived":false},{"id":2225,"eClass":"EGenericType"},{"id":2226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2227,"derived":false},{"id":2228,"eClass":"EGenericType"},{"id":2229,"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":"auditExpression","changeable":true,"lowerBound":1,"iD":false,"id":2230,"derived":false},{"id":2231,"eClass":"EGenericType"},{"name":"INFO","id":2232,"value":0,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"WARNING","id":2233,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":2234,"value":3,"literal":"ERROR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":2235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2236,"derived":false},{"id":2237,"eClass":"EGenericType"},{"id":2238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConcernDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2239,"derived":false},{"id":2240,"eClass":"EGenericType"},{"id":2241,"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":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2242,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2243,"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":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2244,"derived":false},{"id":2245,"eClass":"EGenericType"},{"id":2246,"eClass":"EGenericType"},{"id":2247,"eClass":"EGenericType"},{"id":2248,"eClass":"EGenericType"},{"id":2249,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":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":41,"target":1},{"source":41,"target":48},{"source":41,"target":1},{"source":48,"target":1},{"source":42,"target":49},{"source":42,"target":1},{"source":43,"target":50},{"source":43,"target":51},{"source":43,"target":1},{"source":51,"target":50},{"source":44,"target":14},{"source":44,"target":52},{"source":44,"target":1},{"source":52,"target":14},{"source":45,"target":14},{"source":45,"target":53},{"source":45,"target":1},{"source":53,"target":14},{"source":46,"target":2},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":2},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":56,"target":57},{"source":56,"target":58},{"source":56,"target":2},{"source":58,"target":57},{"source":3,"target":0},{"source":3,"target":59},{"source":59,"target":60},{"source":59,"target":3},{"source":4,"target":0},{"source":4,"target":61},{"source":61,"target":17},{"source":61,"target":62},{"source":61,"target":4},{"source":62,"target":17},{"source":5,"target":0},{"source":5,"target":63},{"source":63,"target":23},{"source":63,"target":64},{"source":63,"target":5},{"source":64,"target":23},{"source":6,"target":0},{"source":6,"target":65},{"source":65,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":68,"target":67},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":69,"target":10},{"source":69,"target":73},{"source":73,"target":74},{"source":73,"target":75},{"source":73,"target":69},{"source":75,"target":74},{"source":70,"target":76},{"source":70,"target":77},{"source":70,"target":10},{"source":77,"target":76},{"source":71,"target":78},{"source":71,"target":10},{"source":72,"target":14},{"source":11,"target":0},{"source":11,"target":79},{"source":79,"target":80},{"source":79,"target":11},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":6},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":83,"target":12},{"source":84,"target":12},{"source":84,"target":93},{"source":93,"target":94},{"source":93,"target":84},{"source":85,"target":12},{"source":86,"target":13},{"source":86,"target":95},{"source":86,"target":12},{"source":95,"target":13},{"source":87,"target":13},{"source":87,"target":96},{"source":87,"target":12},{"source":96,"target":13},{"source":88,"target":97},{"source":88,"target":12},{"source":89,"target":98},{"source":89,"target":99},{"source":89,"target":12},{"source":99,"target":98},{"source":90,"target":81},{"source":91,"target":6},{"source":92,"target":82},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":8},{"source":13,"target":5},{"source":13,"target":6},{"source":13,"target":11},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":100,"target":107},{"source":100,"target":13},{"source":101,"target":108},{"source":101,"target":13},{"source":102,"target":7},{"source":103,"target":8},{"source":104,"target":5},{"source":105,"target":6},{"source":106,"target":11},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":109,"target":12},{"source":109,"target":117},{"source":109,"target":14},{"source":117,"target":12},{"source":110,"target":15},{"source":110,"target":118},{"source":110,"target":14},{"source":118,"target":15},{"source":111,"target":12},{"source":111,"target":119},{"source":111,"target":14},{"source":119,"target":12},{"source":112,"target":12},{"source":112,"target":120},{"source":112,"target":14},{"source":120,"target":12},{"source":113,"target":12},{"source":113,"target":121},{"source":113,"target":14},{"source":121,"target":12},{"source":114,"target":122},{"source":114,"target":14},{"source":115,"target":123},{"source":115,"target":124},{"source":115,"target":14},{"source":124,"target":123},{"source":116,"target":6},{"source":15,"target":0},{"source":15,"target":125},{"source":125,"target":126},{"source":125,"target":15},{"source":16,"target":0},{"source":16,"target":127},{"source":127,"target":128},{"source":127,"target":129},{"source":127,"target":16},{"source":129,"target":128},{"source":17,"target":0},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":132},{"source":130,"target":133},{"source":130,"target":17},{"source":131,"target":134},{"source":131,"target":135},{"source":131,"target":17},{"source":135,"target":134},{"source":132,"target":136},{"source":132,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":137},{"source":18,"target":138},{"source":137,"target":139},{"source":137,"target":18},{"source":138,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":140,"target":144},{"source":140,"target":19},{"source":141,"target":145},{"source":141,"target":19},{"source":142,"target":146},{"source":142,"target":19},{"source":143,"target":17},{"source":20,"target":0},{"source":20,"target":147},{"source":20,"target":148},{"source":147,"target":149},{"source":147,"target":20},{"source":148,"target":150},{"source":148,"target":20},{"source":21,"target":0},{"source":21,"target":37},{"source":21,"target":151},{"source":21,"target":152},{"source":151,"target":26},{"source":151,"target":153},{"source":151,"target":21},{"source":153,"target":26},{"source":152,"target":37},{"source":22,"target":0},{"source":22,"target":154},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":154,"target":22},{"source":155,"target":22},{"source":156,"target":22},{"source":157,"target":22},{"source":23,"target":0},{"source":23,"target":6},{"source":23,"target":38},{"source":23,"target":158},{"source":23,"target":159},{"source":23,"target":160},{"source":158,"target":161},{"source":158,"target":162},{"source":158,"target":23},{"source":162,"target":161},{"source":159,"target":6},{"source":160,"target":38},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":163},{"source":163,"target":164},{"source":163,"target":165},{"source":163,"target":25},{"source":165,"target":164},{"source":26,"target":0},{"source":26,"target":166},{"source":26,"target":167},{"source":26,"target":168},{"source":166,"target":26},{"source":167,"target":26},{"source":168,"target":26},{"source":27,"target":0},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":169,"target":172},{"source":169,"target":27},{"source":170,"target":173},{"source":170,"target":27},{"source":171,"target":174},{"source":171,"target":27},{"source":28,"target":0},{"source":28,"target":175},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":28,"target":179},{"source":28,"target":180},{"source":28,"target":181},{"source":175,"target":182},{"source":175,"target":28},{"source":176,"target":183},{"source":176,"target":28},{"source":177,"target":184},{"source":177,"target":28},{"source":178,"target":185},{"source":178,"target":28},{"source":179,"target":123},{"source":179,"target":186},{"source":179,"target":28},{"source":186,"target":123},{"source":180,"target":1},{"source":180,"target":187},{"source":180,"target":28},{"source":187,"target":1},{"source":181,"target":29},{"source":181,"target":188},{"source":181,"target":28},{"source":188,"target":29},{"source":29,"target":0},{"source":29,"target":189},{"source":29,"target":190},{"source":189,"target":29},{"source":190,"target":29},{"source":30,"target":0},{"source":30,"target":191},{"source":191,"target":28},{"source":191,"target":192},{"source":191,"target":30},{"source":192,"target":28},{"source":31,"target":0},{"source":31,"target":193},{"source":31,"target":194},{"source":193,"target":195},{"source":193,"target":31},{"source":194,"target":196},{"source":194,"target":31},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":197},{"source":197,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":198},{"source":33,"target":199},{"source":198,"target":31},{"source":198,"target":200},{"source":198,"target":33},{"source":200,"target":31},{"source":199,"target":31},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":201},{"source":201,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":202},{"source":202,"target":33},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":203},{"source":203,"target":32},{"source":37,"target":0},{"source":37,"target":38},{"source":37,"target":204},{"source":37,"target":205},{"source":37,"target":206},{"source":37,"target":207},{"source":37,"target":208},{"source":37,"target":209},{"source":204,"target":210},{"source":204,"target":37},{"source":205,"target":22},{"source":205,"target":211},{"source":205,"target":37},{"source":211,"target":22},{"source":206,"target":212},{"source":206,"target":37},{"source":207,"target":27},{"source":207,"target":213},{"source":207,"target":37},{"source":213,"target":27},{"source":208,"target":214},{"source":208,"target":37},{"source":209,"target":38},{"source":38,"target":0},{"source":38,"target":215},{"source":215,"target":216},{"source":215,"target":38},{"source":39,"target":217},{"source":39,"target":218},{"source":39,"target":123},{"source":39,"target":57},{"source":39,"target":219},{"source":39,"target":220},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":39,"target":67},{"source":39,"target":225},{"source":39,"target":81},{"source":39,"target":82},{"source":39,"target":226},{"source":39,"target":227},{"source":39,"target":228},{"source":39,"target":229},{"source":39,"target":230},{"source":39,"target":134},{"source":39,"target":164},{"source":39,"target":231},{"source":39,"target":232},{"source":39,"target":128},{"source":39,"target":233},{"source":39,"target":234},{"source":39,"target":235},{"source":39,"target":236},{"source":39,"target":237},{"source":39,"target":238},{"source":39,"target":239},{"source":39,"target":240},{"source":39,"target":241},{"source":39,"target":242},{"source":39,"target":243},{"source":39,"target":244},{"source":39,"target":245},{"source":39,"target":246},{"source":39,"target":247},{"source":39,"target":248},{"source":39,"target":249},{"source":39,"target":250},{"source":39,"target":251},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":98},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":50},{"source":39,"target":257},{"source":39,"target":258},{"source":39,"target":259},{"source":39,"target":260},{"source":39,"target":0},{"source":217,"target":39},{"source":217,"target":82},{"source":217,"target":81},{"source":217,"target":261},{"source":217,"target":262},{"source":217,"target":263},{"source":217,"target":264},{"source":217,"target":265},{"source":217,"target":266},{"source":217,"target":267},{"source":261,"target":268},{"source":261,"target":217},{"source":262,"target":123},{"source":262,"target":269},{"source":262,"target":217},{"source":262,"target":270},{"source":269,"target":123},{"source":263,"target":252},{"source":263,"target":271},{"source":263,"target":217},{"source":271,"target":252},{"source":264,"target":253},{"source":264,"target":272},{"source":264,"target":217},{"source":264,"target":273},{"source":272,"target":253},{"source":265,"target":274},{"source":265,"target":217},{"source":266,"target":82},{"source":267,"target":81},{"source":218,"target":39},{"source":123,"target":39},{"source":123,"target":81},{"source":123,"target":218},{"source":123,"target":254},{"source":123,"target":255},{"source":123,"target":275},{"source":123,"target":276},{"source":123,"target":277},{"source":123,"target":278},{"source":123,"target":279},{"source":123,"target":280},{"source":123,"target":281},{"source":123,"target":282},{"source":123,"target":283},{"source":123,"target":284},{"source":123,"target":285},{"source":123,"target":286},{"source":123,"target":287},{"source":123,"target":288},{"source":123,"target":289},{"source":123,"target":290},{"source":123,"target":291},{"source":275,"target":123},{"source":275,"target":292},{"source":292,"target":293},{"source":292,"target":275},{"source":276,"target":294},{"source":276,"target":123},{"source":277,"target":295},{"source":277,"target":296},{"source":277,"target":123},{"source":277,"target":297},{"source":296,"target":295},{"source":278,"target":219},{"source":278,"target":298},{"source":278,"target":123},{"source":278,"target":270},{"source":298,"target":219},{"source":279,"target":222},{"source":279,"target":299},{"source":279,"target":123},{"source":279,"target":300},{"source":299,"target":222},{"source":280,"target":224},{"source":280,"target":301},{"source":280,"target":123},{"source":301,"target":224},{"source":281,"target":223},{"source":281,"target":302},{"source":281,"target":123},{"source":302,"target":223},{"source":282,"target":57},{"source":282,"target":303},{"source":282,"target":123},{"source":303,"target":57},{"source":283,"target":304},{"source":283,"target":123},{"source":284,"target":220},{"source":284,"target":305},{"source":284,"target":123},{"source":284,"target":306},{"source":305,"target":220},{"source":285,"target":257},{"source":285,"target":307},{"source":285,"target":123},{"source":307,"target":257},{"source":286,"target":257},{"source":286,"target":308},{"source":286,"target":123},{"source":308,"target":257},{"source":287,"target":257},{"source":287,"target":309},{"source":287,"target":123},{"source":309,"target":257},{"source":288,"target":81},{"source":289,"target":218},{"source":290,"target":254},{"source":291,"target":255},{"source":57,"target":39},{"source":219,"target":39},{"source":219,"target":81},{"source":219,"target":254},{"source":219,"target":255},{"source":219,"target":310},{"source":219,"target":311},{"source":219,"target":312},{"source":219,"target":313},{"source":219,"target":314},{"source":219,"target":315},{"source":219,"target":316},{"source":310,"target":229},{"source":310,"target":317},{"source":310,"target":219},{"source":317,"target":229},{"source":311,"target":318},{"source":311,"target":219},{"source":312,"target":319},{"source":312,"target":219},{"source":313,"target":320},{"source":313,"target":219},{"source":314,"target":81},{"source":315,"target":254},{"source":316,"target":255},{"source":220,"target":39},{"source":220,"target":306},{"source":220,"target":321},{"source":306,"target":322},{"source":306,"target":220},{"source":321,"target":219},{"source":321,"target":323},{"source":321,"target":220},{"source":323,"target":219},{"source":221,"target":39},{"source":221,"target":219},{"source":221,"target":324},{"source":324,"target":219},{"source":222,"target":39},{"source":222,"target":300},{"source":222,"target":325},{"source":222,"target":326},{"source":222,"target":327},{"source":300,"target":328},{"source":300,"target":222},{"source":325,"target":329},{"source":325,"target":222},{"source":326,"target":330},{"source":326,"target":222},{"source":327,"target":331},{"source":327,"target":222},{"source":223,"target":39},{"source":223,"target":332},{"source":332,"target":333},{"source":332,"target":223},{"source":224,"target":39},{"source":224,"target":334},{"source":334,"target":335},{"source":334,"target":224},{"source":67,"target":39},{"source":67,"target":255},{"source":67,"target":336},{"source":67,"target":337},{"source":67,"target":338},{"source":336,"target":339},{"source":336,"target":340},{"source":336,"target":67},{"source":340,"target":339},{"source":337,"target":341},{"source":337,"target":342},{"source":337,"target":67},{"source":342,"target":341},{"source":338,"target":255},{"source":225,"target":39},{"source":225,"target":343},{"source":225,"target":344},{"source":343,"target":345},{"source":343,"target":225},{"source":344,"target":346},{"source":344,"target":225},{"source":81,"target":39},{"source":81,"target":347},{"source":347,"target":348},{"source":347,"target":81},{"source":82,"target":39},{"source":82,"target":349},{"source":82,"target":350},{"source":349,"target":226},{"source":349,"target":351},{"source":349,"target":82},{"source":349,"target":352},{"source":351,"target":226},{"source":352,"target":353},{"source":352,"target":349},{"source":350,"target":226},{"source":350,"target":354},{"source":350,"target":82},{"source":354,"target":226},{"source":226,"target":39},{"source":226,"target":355},{"source":226,"target":356},{"source":355,"target":357},{"source":355,"target":226},{"source":356,"target":358},{"source":356,"target":226},{"source":227,"target":39},{"source":227,"target":359},{"source":227,"target":360},{"source":359,"target":361},{"source":359,"target":227},{"source":359,"target":362},{"source":359,"target":363},{"source":359,"target":364},{"source":362,"target":365},{"source":362,"target":359},{"source":363,"target":366},{"source":363,"target":359},{"source":364,"target":367},{"source":364,"target":359},{"source":360,"target":229},{"source":360,"target":368},{"source":360,"target":227},{"source":368,"target":229},{"source":228,"target":39},{"source":229,"target":39},{"source":230,"target":39},{"source":134,"target":39},{"source":134,"target":369},{"source":134,"target":370},{"source":369,"target":134},{"source":370,"target":134},{"source":164,"target":39},{"source":164,"target":371},{"source":371,"target":372},{"source":371,"target":373},{"source":371,"target":164},{"source":373,"target":372},{"source":231,"target":39},{"source":231,"target":374},{"source":374,"target":375},{"source":374,"target":376},{"source":374,"target":231},{"source":376,"target":375},{"source":232,"target":39},{"source":232,"target":377},{"source":377,"target":128},{"source":377,"target":378},{"source":377,"target":232},{"source":377,"target":379},{"source":378,"target":128},{"source":128,"target":39},{"source":128,"target":379},{"source":128,"target":380},{"source":128,"target":381},{"source":128,"target":382},{"source":379,"target":383},{"source":379,"target":128},{"source":380,"target":233},{"source":380,"target":384},{"source":380,"target":128},{"source":384,"target":233},{"source":381,"target":385},{"source":381,"target":128},{"source":382,"target":229},{"source":382,"target":386},{"source":382,"target":128},{"source":386,"target":229},{"source":233,"target":39},{"source":233,"target":387},{"source":233,"target":388},{"source":233,"target":389},{"source":233,"target":390},{"source":233,"target":391},{"source":233,"target":392},{"source":233,"target":393},{"source":233,"target":394},{"source":233,"target":395},{"source":387,"target":233},{"source":388,"target":233},{"source":389,"target":233},{"source":390,"target":233},{"source":391,"target":233},{"source":392,"target":233},{"source":393,"target":233},{"source":394,"target":233},{"source":395,"target":233},{"source":234,"target":39},{"source":234,"target":128},{"source":234,"target":396},{"source":234,"target":397},{"source":396,"target":398},{"source":396,"target":234},{"source":397,"target":128},{"source":235,"target":39},{"source":235,"target":399},{"source":399,"target":236},{"source":399,"target":400},{"source":399,"target":235},{"source":400,"target":236},{"source":236,"target":39},{"source":237,"target":39},{"source":237,"target":236},{"source":237,"target":401},{"source":237,"target":402},{"source":237,"target":403},{"source":401,"target":229},{"source":401,"target":404},{"source":401,"target":237},{"source":404,"target":229},{"source":402,"target":239},{"source":402,"target":405},{"source":402,"target":237},{"source":405,"target":239},{"source":403,"target":236},{"source":238,"target":39},{"source":238,"target":236},{"source":238,"target":406},{"source":238,"target":407},{"source":238,"target":408},{"source":406,"target":239},{"source":406,"target":409},{"source":406,"target":238},{"source":409,"target":239},{"source":407,"target":410},{"source":407,"target":238},{"source":408,"target":236},{"source":239,"target":39},{"source":239,"target":411},{"source":239,"target":412},{"source":411,"target":413},{"source":411,"target":239},{"source":412,"target":414},{"source":412,"target":239},{"source":240,"target":39},{"source":240,"target":239},{"source":240,"target":415},{"source":240,"target":416},{"source":240,"target":417},{"source":415,"target":418},{"source":415,"target":240},{"source":416,"target":229},{"source":416,"target":419},{"source":416,"target":240},{"source":419,"target":229},{"source":417,"target":239},{"source":241,"target":39},{"source":241,"target":239},{"source":241,"target":420},{"source":241,"target":421},{"source":241,"target":422},{"source":420,"target":423},{"source":420,"target":241},{"source":421,"target":424},{"source":421,"target":241},{"source":422,"target":239},{"source":242,"target":39},{"source":242,"target":425},{"source":242,"target":426},{"source":242,"target":427},{"source":242,"target":428},{"source":242,"target":429},{"source":242,"target":430},{"source":425,"target":229},{"source":425,"target":431},{"source":425,"target":242},{"source":431,"target":229},{"source":426,"target":432},{"source":426,"target":242},{"source":427,"target":433},{"source":427,"target":242},{"source":428,"target":229},{"source":428,"target":434},{"source":428,"target":242},{"source":434,"target":229},{"source":429,"target":229},{"source":429,"target":435},{"source":429,"target":242},{"source":435,"target":229},{"source":430,"target":436},{"source":430,"target":242},{"source":243,"target":39},{"source":244,"target":39},{"source":244,"target":247},{"source":244,"target":437},{"source":244,"target":438},{"source":437,"target":439},{"source":437,"target":244},{"source":438,"target":247},{"source":245,"target":39},{"source":245,"target":243},{"source":245,"target":249},{"source":245,"target":440},{"source":245,"target":441},{"source":245,"target":442},{"source":245,"target":443},{"source":245,"target":444},{"source":245,"target":445},{"source":440,"target":229},{"source":440,"target":446},{"source":440,"target":245},{"source":446,"target":229},{"source":441,"target":229},{"source":441,"target":447},{"source":441,"target":245},{"source":447,"target":229},{"source":442,"target":229},{"source":442,"target":448},{"source":442,"target":245},{"source":448,"target":229},{"source":443,"target":246},{"source":443,"target":449},{"source":443,"target":245},{"source":449,"target":246},{"source":444,"target":243},{"source":445,"target":249},{"source":246,"target":39},{"source":246,"target":450},{"source":246,"target":451},{"source":450,"target":229},{"source":450,"target":452},{"source":450,"target":246},{"source":452,"target":229},{"source":451,"target":247},{"source":451,"target":453},{"source":451,"target":246},{"source":453,"target":247},{"source":247,"target":39},{"source":247,"target":243},{"source":247,"target":454},{"source":247,"target":455},{"source":247,"target":456},{"source":247,"target":457},{"source":454,"target":458},{"source":454,"target":247},{"source":455,"target":459},{"source":455,"target":247},{"source":456,"target":460},{"source":456,"target":247},{"source":457,"target":243},{"source":248,"target":39},{"source":248,"target":247},{"source":248,"target":249},{"source":248,"target":461},{"source":248,"target":462},{"source":461,"target":247},{"source":462,"target":249},{"source":249,"target":39},{"source":249,"target":463},{"source":463,"target":464},{"source":463,"target":249},{"source":250,"target":39},{"source":250,"target":465},{"source":250,"target":466},{"source":250,"target":467},{"source":250,"target":468},{"source":250,"target":469},{"source":250,"target":470},{"source":250,"target":471},{"source":250,"target":472},{"source":250,"target":473},{"source":250,"target":474},{"source":250,"target":475},{"source":250,"target":476},{"source":250,"target":477},{"source":250,"target":478},{"source":250,"target":479},{"source":250,"target":480},{"source":250,"target":481},{"source":250,"target":482},{"source":250,"target":483},{"source":250,"target":484},{"source":250,"target":485},{"source":250,"target":486},{"source":250,"target":487},{"source":250,"target":488},{"source":250,"target":489},{"source":250,"target":490},{"source":465,"target":250},{"source":466,"target":250},{"source":467,"target":250},{"source":468,"target":250},{"source":469,"target":250},{"source":470,"target":250},{"source":471,"target":250},{"source":472,"target":250},{"source":473,"target":250},{"source":474,"target":250},{"source":475,"target":250},{"source":476,"target":250},{"source":477,"target":250},{"source":478,"target":250},{"source":479,"target":250},{"source":480,"target":250},{"source":481,"target":250},{"source":482,"target":250},{"source":483,"target":250},{"source":484,"target":250},{"source":485,"target":250},{"source":486,"target":250},{"source":487,"target":250},{"source":488,"target":250},{"source":489,"target":250},{"source":490,"target":250},{"source":251,"target":39},{"source":251,"target":491},{"source":251,"target":492},{"source":251,"target":493},{"source":491,"target":252},{"source":491,"target":494},{"source":491,"target":251},{"source":494,"target":252},{"source":492,"target":495},{"source":492,"target":496},{"source":492,"target":251},{"source":496,"target":495},{"source":493,"target":497},{"source":493,"target":498},{"source":493,"target":251},{"source":498,"target":497},{"source":252,"target":39},{"source":252,"target":499},{"source":499,"target":244},{"source":499,"target":500},{"source":499,"target":252},{"source":499,"target":437},{"source":500,"target":244},{"source":253,"target":39},{"source":253,"target":273},{"source":253,"target":501},{"source":273,"target":502},{"source":273,"target":253},{"source":501,"target":249},{"source":501,"target":503},{"source":501,"target":253},{"source":501,"target":463},{"source":503,"target":249},{"source":98,"target":39},{"source":98,"target":504},{"source":98,"target":505},{"source":504,"target":506},{"source":504,"target":98},{"source":505,"target":507},{"source":505,"target":98},{"source":254,"target":39},{"source":254,"target":508},{"source":508,"target":509},{"source":508,"target":254},{"source":255,"target":39},{"source":255,"target":270},{"source":255,"target":510},{"source":270,"target":511},{"source":270,"target":255},{"source":510,"target":512},{"source":510,"target":255},{"source":256,"target":39},{"source":256,"target":249},{"source":256,"target":243},{"source":256,"target":513},{"source":256,"target":514},{"source":256,"target":515},{"source":256,"target":516},{"source":256,"target":517},{"source":513,"target":229},{"source":513,"target":518},{"source":513,"target":256},{"source":518,"target":229},{"source":514,"target":229},{"source":514,"target":519},{"source":514,"target":256},{"source":519,"target":229},{"source":515,"target":229},{"source":515,"target":520},{"source":515,"target":256},{"source":520,"target":229},{"source":516,"target":249},{"source":517,"target":243},{"source":50,"target":39},{"source":50,"target":521},{"source":50,"target":522},{"source":521,"target":523},{"source":521,"target":50},{"source":522,"target":524},{"source":522,"target":50},{"source":257,"target":39},{"source":258,"target":161},{"source":258,"target":525},{"source":258,"target":526},{"source":258,"target":497},{"source":258,"target":527},{"source":258,"target":528},{"source":258,"target":39},{"source":161,"target":258},{"source":525,"target":258},{"source":525,"target":529},{"source":525,"target":530},{"source":525,"target":531},{"source":525,"target":532},{"source":525,"target":533},{"source":525,"target":534},{"source":529,"target":535},{"source":529,"target":525},{"source":530,"target":22},{"source":530,"target":536},{"source":530,"target":525},{"source":536,"target":22},{"source":531,"target":537},{"source":531,"target":525},{"source":532,"target":229},{"source":532,"target":538},{"source":532,"target":525},{"source":538,"target":229},{"source":533,"target":243},{"source":533,"target":539},{"source":533,"target":525},{"source":539,"target":243},{"source":534,"target":540},{"source":534,"target":525},{"source":526,"target":258},{"source":526,"target":525},{"source":526,"target":541},{"source":526,"target":542},{"source":541,"target":26},{"source":541,"target":543},{"source":541,"target":526},{"source":543,"target":26},{"source":542,"target":525},{"source":497,"target":258},{"source":497,"target":544},{"source":544,"target":527},{"source":544,"target":545},{"source":544,"target":497},{"source":545,"target":527},{"source":527,"target":258},{"source":527,"target":546},{"source":527,"target":547},{"source":527,"target":548},{"source":527,"target":549},{"source":546,"target":550},{"source":546,"target":527},{"source":547,"target":551},{"source":547,"target":527},{"source":548,"target":552},{"source":548,"target":527},{"source":549,"target":553},{"source":549,"target":527},{"source":528,"target":258},{"source":528,"target":554},{"source":554,"target":229},{"source":554,"target":555},{"source":554,"target":528},{"source":555,"target":229},{"source":259,"target":495},{"source":259,"target":556},{"source":259,"target":557},{"source":259,"target":558},{"source":259,"target":372},{"source":259,"target":375},{"source":259,"target":559},{"source":259,"target":560},{"source":259,"target":339},{"source":259,"target":341},{"source":259,"target":561},{"source":259,"target":562},{"source":259,"target":563},{"source":259,"target":564},{"source":259,"target":565},{"source":259,"target":566},{"source":259,"target":567},{"source":259,"target":568},{"source":259,"target":569},{"source":259,"target":570},{"source":259,"target":571},{"source":259,"target":572},{"source":259,"target":573},{"source":259,"target":574},{"source":259,"target":575},{"source":259,"target":576},{"source":259,"target":577},{"source":259,"target":578},{"source":259,"target":579},{"source":259,"target":580},{"source":259,"target":581},{"source":259,"target":582},{"source":259,"target":583},{"source":259,"target":584},{"source":259,"target":585},{"source":259,"target":586},{"source":259,"target":587},{"source":259,"target":588},{"source":259,"target":589},{"source":259,"target":590},{"source":259,"target":591},{"source":259,"target":592},{"source":259,"target":593},{"source":259,"target":594},{"source":259,"target":595},{"source":259,"target":596},{"source":259,"target":597},{"source":259,"target":598},{"source":259,"target":599},{"source":259,"target":600},{"source":259,"target":601},{"source":259,"target":602},{"source":259,"target":603},{"source":259,"target":604},{"source":259,"target":605},{"source":259,"target":606},{"source":259,"target":607},{"source":259,"target":39},{"source":495,"target":259},{"source":495,"target":81},{"source":495,"target":255},{"source":495,"target":608},{"source":495,"target":609},{"source":608,"target":81},{"source":609,"target":255},{"source":556,"target":259},{"source":556,"target":495},{"source":556,"target":610},{"source":556,"target":611},{"source":556,"target":612},{"source":556,"target":613},{"source":610,"target":229},{"source":610,"target":614},{"source":610,"target":556},{"source":614,"target":229},{"source":611,"target":615},{"source":611,"target":556},{"source":612,"target":602},{"source":612,"target":616},{"source":612,"target":556},{"source":616,"target":602},{"source":613,"target":495},{"source":557,"target":259},{"source":557,"target":556},{"source":557,"target":617},{"source":617,"target":556},{"source":558,"target":259},{"source":558,"target":557},{"source":558,"target":618},{"source":558,"target":619},{"source":558,"target":620},{"source":558,"target":621},{"source":558,"target":622},{"source":618,"target":623},{"source":618,"target":558},{"source":619,"target":575},{"source":619,"target":624},{"source":619,"target":558},{"source":624,"target":575},{"source":620,"target":576},{"source":620,"target":625},{"source":620,"target":558},{"source":625,"target":576},{"source":621,"target":586},{"source":621,"target":626},{"source":621,"target":558},{"source":626,"target":586},{"source":622,"target":557},{"source":372,"target":259},{"source":372,"target":557},{"source":372,"target":627},{"source":372,"target":628},{"source":372,"target":629},{"source":372,"target":630},{"source":372,"target":631},{"source":372,"target":632},{"source":372,"target":633},{"source":372,"target":634},{"source":372,"target":635},{"source":372,"target":636},{"source":372,"target":637},{"source":627,"target":638},{"source":627,"target":639},{"source":627,"target":372},{"source":627,"target":640},{"source":627,"target":641},{"source":639,"target":638},{"source":640,"target":25},{"source":640,"target":642},{"source":640,"target":627},{"source":642,"target":25},{"source":641,"target":643},{"source":641,"target":627},{"source":628,"target":164},{"source":628,"target":644},{"source":628,"target":372},{"source":644,"target":164},{"source":629,"target":638},{"source":629,"target":645},{"source":629,"target":372},{"source":645,"target":638},{"source":630,"target":578},{"source":630,"target":646},{"source":630,"target":372},{"source":646,"target":578},{"source":631,"target":578},{"source":631,"target":647},{"source":631,"target":372},{"source":647,"target":578},{"source":632,"target":573},{"source":632,"target":648},{"source":632,"target":372},{"source":648,"target":573},{"source":633,"target":580},{"source":633,"target":649},{"source":633,"target":372},{"source":649,"target":580},{"source":634,"target":588},{"source":634,"target":650},{"source":634,"target":372},{"source":650,"target":588},{"source":635,"target":597},{"source":635,"target":651},{"source":635,"target":372},{"source":651,"target":597},{"source":636,"target":652},{"source":636,"target":372},{"source":637,"target":557},{"source":375,"target":259},{"source":375,"target":557},{"source":375,"target":653},{"source":375,"target":654},{"source":375,"target":655},{"source":375,"target":656},{"source":375,"target":657},{"source":375,"target":658},{"source":375,"target":659},{"source":653,"target":231},{"source":653,"target":660},{"source":653,"target":375},{"source":660,"target":231},{"source":654,"target":578},{"source":654,"target":661},{"source":654,"target":375},{"source":661,"target":578},{"source":655,"target":580},{"source":655,"target":662},{"source":655,"target":375},{"source":662,"target":580},{"source":656,"target":576},{"source":656,"target":663},{"source":656,"target":375},{"source":663,"target":576},{"source":657,"target":575},{"source":657,"target":664},{"source":657,"target":375},{"source":664,"target":575},{"source":658,"target":586},{"source":658,"target":665},{"source":658,"target":375},{"source":665,"target":586},{"source":659,"target":557},{"source":559,"target":259},{"source":559,"target":556},{"source":559,"target":242},{"source":559,"target":666},{"source":559,"target":667},{"source":559,"target":668},{"source":559,"target":669},{"source":559,"target":670},{"source":559,"target":671},{"source":559,"target":672},{"source":559,"target":673},{"source":559,"target":674},{"source":666,"target":574},{"source":666,"target":675},{"source":666,"target":559},{"source":675,"target":574},{"source":667,"target":580},{"source":667,"target":676},{"source":667,"target":559},{"source":676,"target":580},{"source":668,"target":579},{"source":668,"target":677},{"source":668,"target":559},{"source":677,"target":579},{"source":669,"target":586},{"source":669,"target":678},{"source":669,"target":559},{"source":678,"target":586},{"source":670,"target":679},{"source":670,"target":559},{"source":671,"target":680},{"source":671,"target":559},{"source":672,"target":681},{"source":672,"target":559},{"source":673,"target":556},{"source":674,"target":242},{"source":560,"target":259},{"source":560,"target":556},{"source":560,"target":682},{"source":560,"target":683},{"source":560,"target":684},{"source":560,"target":685},{"source":560,"target":686},{"source":560,"target":687},{"source":560,"target":688},{"source":560,"target":689},{"source":560,"target":690},{"source":560,"target":691},{"source":560,"target":692},{"source":560,"target":693},{"source":560,"target":694},{"source":560,"target":695},{"source":560,"target":696},{"source":560,"target":697},{"source":682,"target":574},{"source":682,"target":698},{"source":682,"target":560},{"source":698,"target":574},{"source":683,"target":580},{"source":683,"target":699},{"source":683,"target":560},{"source":699,"target":580},{"source":684,"target":579},{"source":684,"target":700},{"source":684,"target":560},{"source":700,"target":579},{"source":685,"target":586},{"source":685,"target":701},{"source":685,"target":560},{"source":701,"target":586},{"source":686,"target":702},{"source":686,"target":560},{"source":687,"target":703},{"source":687,"target":560},{"source":688,"target":704},{"source":688,"target":560},{"source":689,"target":705},{"source":689,"target":560},{"source":690,"target":706},{"source":690,"target":560},{"source":691,"target":229},{"source":691,"target":707},{"source":691,"target":560},{"source":707,"target":229},{"source":692,"target":708},{"source":692,"target":560},{"source":693,"target":229},{"source":693,"target":709},{"source":693,"target":560},{"source":709,"target":229},{"source":694,"target":229},{"source":694,"target":710},{"source":694,"target":560},{"source":710,"target":229},{"source":695,"target":711},{"source":695,"target":560},{"source":696,"target":229},{"source":696,"target":712},{"source":696,"target":560},{"source":712,"target":229},{"source":697,"target":556},{"source":339,"target":259},{"source":339,"target":556},{"source":339,"target":713},{"source":339,"target":714},{"source":339,"target":715},{"source":339,"target":716},{"source":339,"target":717},{"source":339,"target":718},{"source":339,"target":719},{"source":339,"target":720},{"source":713,"target":67},{"source":713,"target":721},{"source":713,"target":339},{"source":721,"target":67},{"source":714,"target":229},{"source":714,"target":722},{"source":714,"target":339},{"source":722,"target":229},{"source":715,"target":229},{"source":715,"target":723},{"source":715,"target":339},{"source":723,"target":229},{"source":716,"target":219},{"source":716,"target":724},{"source":716,"target":339},{"source":724,"target":219},{"source":717,"target":586},{"source":717,"target":725},{"source":717,"target":339},{"source":725,"target":586},{"source":718,"target":580},{"source":718,"target":726},{"source":718,"target":339},{"source":726,"target":580},{"source":719,"target":600},{"source":719,"target":727},{"source":719,"target":339},{"source":727,"target":600},{"source":720,"target":556},{"source":341,"target":259},{"source":341,"target":556},{"source":341,"target":728},{"source":341,"target":729},{"source":341,"target":730},{"source":341,"target":731},{"source":341,"target":732},{"source":341,"target":733},{"source":341,"target":734},{"source":341,"target":735},{"source":728,"target":67},{"source":728,"target":736},{"source":728,"target":341},{"source":736,"target":67},{"source":729,"target":229},{"source":729,"target":737},{"source":729,"target":341},{"source":737,"target":229},{"source":730,"target":229},{"source":730,"target":738},{"source":730,"target":341},{"source":738,"target":229},{"source":731,"target":219},{"source":731,"target":739},{"source":731,"target":341},{"source":739,"target":219},{"source":732,"target":580},{"source":732,"target":740},{"source":732,"target":341},{"source":740,"target":580},{"source":733,"target":574},{"source":733,"target":741},{"source":733,"target":341},{"source":741,"target":574},{"source":734,"target":600},{"source":734,"target":742},{"source":734,"target":341},{"source":742,"target":600},{"source":735,"target":556},{"source":561,"target":259},{"source":562,"target":259},{"source":562,"target":556},{"source":562,"target":561},{"source":562,"target":743},{"source":562,"target":744},{"source":562,"target":745},{"source":743,"target":746},{"source":743,"target":562},{"source":744,"target":556},{"source":745,"target":561},{"source":563,"target":259},{"source":563,"target":561},{"source":563,"target":747},{"source":563,"target":748},{"source":747,"target":562},{"source":747,"target":749},{"source":747,"target":563},{"source":749,"target":562},{"source":748,"target":561},{"source":564,"target":259},{"source":564,"target":562},{"source":564,"target":750},{"source":564,"target":751},{"source":564,"target":752},{"source":750,"target":580},{"source":750,"target":753},{"source":750,"target":564},{"source":753,"target":580},{"source":751,"target":586},{"source":751,"target":754},{"source":751,"target":564},{"source":754,"target":586},{"source":752,"target":562},{"source":565,"target":259},{"source":565,"target":562},{"source":565,"target":583},{"source":565,"target":755},{"source":565,"target":756},{"source":565,"target":757},{"source":565,"target":758},{"source":755,"target":759},{"source":755,"target":565},{"source":756,"target":601},{"source":756,"target":760},{"source":756,"target":565},{"source":760,"target":601},{"source":757,"target":562},{"source":758,"target":583},{"source":566,"target":259},{"source":566,"target":562},{"source":566,"target":583},{"source":566,"target":761},{"source":566,"target":762},{"source":566,"target":763},{"source":761,"target":565},{"source":761,"target":764},{"source":761,"target":566},{"source":764,"target":565},{"source":762,"target":562},{"source":763,"target":583},{"source":567,"target":259},{"source":567,"target":556},{"source":567,"target":765},{"source":567,"target":766},{"source":765,"target":562},{"source":765,"target":767},{"source":765,"target":567},{"source":767,"target":562},{"source":766,"target":556},{"source":568,"target":259},{"source":568,"target":768},{"source":768,"target":769},{"source":768,"target":568},{"source":569,"target":259},{"source":569,"target":770},{"source":770,"target":571},{"source":770,"target":771},{"source":770,"target":569},{"source":771,"target":571},{"source":570,"target":259},{"source":570,"target":569},{"source":570,"target":571},{"source":570,"target":772},{"source":570,"target":773},{"source":570,"target":774},{"source":772,"target":229},{"source":772,"target":775},{"source":772,"target":570},{"source":775,"target":229},{"source":773,"target":569},{"source":774,"target":571},{"source":571,"target":259},{"source":571,"target":568},{"source":571,"target":776},{"source":776,"target":568},{"source":572,"target":259},{"source":572,"target":568},{"source":572,"target":777},{"source":572,"target":778},{"source":777,"target":779},{"source":777,"target":572},{"source":778,"target":568},{"source":573,"target":259},{"source":573,"target":568},{"source":573,"target":569},{"source":573,"target":780},{"source":573,"target":781},{"source":780,"target":568},{"source":781,"target":569},{"source":574,"target":259},{"source":574,"target":568},{"source":574,"target":782},{"source":782,"target":568},{"source":575,"target":259},{"source":575,"target":568},{"source":575,"target":569},{"source":575,"target":783},{"source":575,"target":784},{"source":783,"target":568},{"source":784,"target":569},{"source":576,"target":259},{"source":576,"target":568},{"source":576,"target":569},{"source":576,"target":785},{"source":576,"target":786},{"source":785,"target":568},{"source":786,"target":569},{"source":577,"target":259},{"source":577,"target":568},{"source":577,"target":569},{"source":577,"target":787},{"source":577,"target":788},{"source":787,"target":568},{"source":788,"target":569},{"source":578,"target":259},{"source":578,"target":568},{"source":578,"target":569},{"source":578,"target":789},{"source":578,"target":790},{"source":789,"target":568},{"source":790,"target":569},{"source":579,"target":259},{"source":579,"target":568},{"source":579,"target":569},{"source":579,"target":791},{"source":579,"target":792},{"source":791,"target":568},{"source":792,"target":569},{"source":580,"target":259},{"source":580,"target":568},{"source":580,"target":569},{"source":580,"target":793},{"source":580,"target":794},{"source":793,"target":568},{"source":794,"target":569},{"source":581,"target":259},{"source":581,"target":571},{"source":581,"target":242},{"source":581,"target":795},{"source":581,"target":796},{"source":795,"target":571},{"source":796,"target":242},{"source":582,"target":259},{"source":582,"target":797},{"source":797,"target":798},{"source":797,"target":582},{"source":583,"target":259},{"source":583,"target":584},{"source":583,"target":799},{"source":583,"target":800},{"source":799,"target":584},{"source":799,"target":801},{"source":799,"target":583},{"source":801,"target":584},{"source":800,"target":584},{"source":584,"target":259},{"source":585,"target":259},{"source":585,"target":802},{"source":802,"target":584},{"source":802,"target":803},{"source":802,"target":585},{"source":803,"target":584},{"source":586,"target":259},{"source":586,"target":804},{"source":804,"target":584},{"source":804,"target":805},{"source":804,"target":586},{"source":805,"target":584},{"source":587,"target":259},{"source":587,"target":806},{"source":806,"target":584},{"source":806,"target":807},{"source":806,"target":587},{"source":807,"target":584},{"source":588,"target":259},{"source":588,"target":808},{"source":808,"target":584},{"source":808,"target":809},{"source":808,"target":588},{"source":809,"target":584},{"source":589,"target":259},{"source":589,"target":583},{"source":589,"target":810},{"source":589,"target":811},{"source":589,"target":812},{"source":589,"target":813},{"source":810,"target":228},{"source":810,"target":814},{"source":810,"target":589},{"source":814,"target":228},{"source":811,"target":230},{"source":811,"target":815},{"source":811,"target":589},{"source":815,"target":230},{"source":812,"target":816},{"source":812,"target":589},{"source":813,"target":583},{"source":590,"target":259},{"source":590,"target":583},{"source":590,"target":817},{"source":590,"target":818},{"source":817,"target":229},{"source":817,"target":819},{"source":817,"target":590},{"source":819,"target":229},{"source":818,"target":583},{"source":591,"target":259},{"source":591,"target":583},{"source":591,"target":820},{"source":591,"target":821},{"source":591,"target":822},{"source":820,"target":230},{"source":820,"target":823},{"source":820,"target":591},{"source":823,"target":230},{"source":821,"target":229},{"source":821,"target":824},{"source":821,"target":591},{"source":824,"target":229},{"source":822,"target":583},{"source":592,"target":259},{"source":592,"target":583},{"source":592,"target":825},{"source":592,"target":826},{"source":592,"target":827},{"source":825,"target":230},{"source":825,"target":828},{"source":825,"target":592},{"source":828,"target":230},{"source":826,"target":829},{"source":826,"target":592},{"source":827,"target":583},{"source":593,"target":259},{"source":593,"target":583},{"source":593,"target":830},{"source":593,"target":831},{"source":593,"target":832},{"source":830,"target":230},{"source":830,"target":833},{"source":830,"target":593},{"source":833,"target":230},{"source":831,"target":229},{"source":831,"target":834},{"source":831,"target":593},{"source":834,"target":229},{"source":832,"target":583},{"source":594,"target":259},{"source":594,"target":583},{"source":594,"target":835},{"source":594,"target":836},{"source":594,"target":837},{"source":835,"target":229},{"source":835,"target":838},{"source":835,"target":594},{"source":838,"target":229},{"source":836,"target":230},{"source":836,"target":839},{"source":836,"target":594},{"source":839,"target":230},{"source":837,"target":583},{"source":595,"target":259},{"source":595,"target":583},{"source":595,"target":840},{"source":840,"target":583},{"source":596,"target":259},{"source":596,"target":583},{"source":596,"target":841},{"source":596,"target":842},{"source":596,"target":843},{"source":841,"target":229},{"source":841,"target":844},{"source":841,"target":596},{"source":844,"target":229},{"source":842,"target":845},{"source":842,"target":596},{"source":843,"target":583},{"source":597,"target":259},{"source":597,"target":846},{"source":597,"target":847},{"source":597,"target":848},{"source":846,"target":597},{"source":847,"target":597},{"source":848,"target":597},{"source":598,"target":259},{"source":598,"target":583},{"source":598,"target":849},{"source":598,"target":850},{"source":849,"target":229},{"source":849,"target":851},{"source":849,"target":598},{"source":851,"target":229},{"source":850,"target":583},{"source":599,"target":259},{"source":599,"target":583},{"source":599,"target":852},{"source":852,"target":583},{"source":600,"target":259},{"source":600,"target":568},{"source":600,"target":853},{"source":853,"target":568},{"source":601,"target":259},{"source":601,"target":854},{"source":601,"target":855},{"source":854,"target":856},{"source":854,"target":601},{"source":855,"target":229},{"source":855,"target":857},{"source":855,"target":601},{"source":857,"target":229},{"source":602,"target":259},{"source":602,"target":858},{"source":602,"target":859},{"source":602,"target":860},{"source":858,"target":229},{"source":858,"target":861},{"source":858,"target":602},{"source":861,"target":229},{"source":859,"target":229},{"source":859,"target":862},{"source":859,"target":602},{"source":862,"target":229},{"source":860,"target":603},{"source":860,"target":863},{"source":860,"target":602},{"source":863,"target":603},{"source":603,"target":259},{"source":603,"target":864},{"source":603,"target":865},{"source":864,"target":228},{"source":864,"target":866},{"source":864,"target":603},{"source":866,"target":228},{"source":865,"target":230},{"source":865,"target":867},{"source":865,"target":603},{"source":867,"target":230},{"source":604,"target":259},{"source":604,"target":605},{"source":604,"target":868},{"source":604,"target":869},{"source":868,"target":229},{"source":868,"target":870},{"source":868,"target":604},{"source":870,"target":229},{"source":869,"target":605},{"source":605,"target":259},{"source":605,"target":871},{"source":871,"target":584},{"source":871,"target":872},{"source":871,"target":605},{"source":872,"target":584},{"source":606,"target":259},{"source":606,"target":605},{"source":606,"target":873},{"source":873,"target":605},{"source":607,"target":259},{"source":607,"target":584},{"source":607,"target":874},{"source":607,"target":875},{"source":607,"target":876},{"source":874,"target":604},{"source":874,"target":877},{"source":874,"target":607},{"source":877,"target":604},{"source":875,"target":606},{"source":875,"target":878},{"source":875,"target":607},{"source":878,"target":606},{"source":876,"target":584},{"source":260,"target":879},{"source":260,"target":880},{"source":260,"target":39},{"source":879,"target":260},{"source":879,"target":881},{"source":881,"target":882},{"source":881,"target":879},{"source":881,"target":883},{"source":883,"target":884},{"source":883,"target":881},{"source":880,"target":260},{"source":880,"target":879},{"source":880,"target":885},{"source":880,"target":886},{"source":885,"target":887},{"source":885,"target":880},{"source":886,"target":879},{"source":40,"target":888},{"source":40,"target":74},{"source":40,"target":889},{"source":40,"target":890},{"source":40,"target":891},{"source":40,"target":892},{"source":40,"target":893},{"source":40,"target":894},{"source":40,"target":895},{"source":40,"target":896},{"source":40,"target":897},{"source":40,"target":898},{"source":40,"target":899},{"source":40,"target":900},{"source":40,"target":901},{"source":40,"target":902},{"source":40,"target":903},{"source":40,"target":904},{"source":40,"target":905},{"source":40,"target":76},{"source":40,"target":906},{"source":40,"target":907},{"source":40,"target":908},{"source":40,"target":909},{"source":40,"target":910},{"source":40,"target":911},{"source":40,"target":912},{"source":40,"target":913},{"source":40,"target":914},{"source":40,"target":915},{"source":40,"target":916},{"source":40,"target":917},{"source":40,"target":918},{"source":40,"target":919},{"source":40,"target":920},{"source":40,"target":921},{"source":40,"target":922},{"source":40,"target":923},{"source":40,"target":924},{"source":40,"target":925},{"source":40,"target":926},{"source":40,"target":927},{"source":40,"target":928},{"source":40,"target":929},{"source":40,"target":930},{"source":40,"target":931},{"source":40,"target":932},{"source":40,"target":933},{"source":40,"target":934},{"source":40,"target":935},{"source":40,"target":936},{"source":40,"target":937},{"source":40,"target":938},{"source":40,"target":939},{"source":40,"target":940},{"source":40,"target":941},{"source":40,"target":942},{"source":40,"target":943},{"source":40,"target":944},{"source":40,"target":945},{"source":40,"target":946},{"source":40,"target":0},{"source":888,"target":40},{"source":888,"target":12},{"source":888,"target":81},{"source":888,"target":25},{"source":888,"target":3},{"source":888,"target":9},{"source":888,"target":947},{"source":888,"target":948},{"source":888,"target":949},{"source":888,"target":950},{"source":888,"target":951},{"source":888,"target":952},{"source":888,"target":953},{"source":888,"target":954},{"source":888,"target":955},{"source":888,"target":956},{"source":888,"target":957},{"source":888,"target":958},{"source":888,"target":959},{"source":888,"target":960},{"source":888,"target":961},{"source":888,"target":962},{"source":888,"target":963},{"source":888,"target":964},{"source":888,"target":965},{"source":888,"target":966},{"source":888,"target":967},{"source":888,"target":968},{"source":888,"target":969},{"source":888,"target":970},{"source":888,"target":971},{"source":888,"target":972},{"source":888,"target":973},{"source":888,"target":974},{"source":888,"target":975},{"source":888,"target":976},{"source":947,"target":888},{"source":948,"target":899},{"source":948,"target":977},{"source":948,"target":888},{"source":948,"target":978},{"source":977,"target":899},{"source":978,"target":979},{"source":978,"target":980},{"source":978,"target":948},{"source":980,"target":979},{"source":949,"target":905},{"source":949,"target":981},{"source":949,"target":888},{"source":949,"target":982},{"source":981,"target":905},{"source":982,"target":983},{"source":982,"target":984},{"source":982,"target":949},{"source":984,"target":983},{"source":950,"target":900},{"source":950,"target":985},{"source":950,"target":888},{"source":950,"target":986},{"source":985,"target":900},{"source":986,"target":987},{"source":986,"target":988},{"source":986,"target":950},{"source":988,"target":987},{"source":951,"target":889},{"source":951,"target":989},{"source":951,"target":888},{"source":951,"target":990},{"source":951,"target":991},{"source":989,"target":889},{"source":990,"target":992},{"source":990,"target":951},{"source":991,"target":993},{"source":991,"target":951},{"source":952,"target":889},{"source":952,"target":994},{"source":952,"target":888},{"source":994,"target":889},{"source":953,"target":889},{"source":953,"target":995},{"source":953,"target":888},{"source":995,"target":889},{"source":954,"target":996},{"source":954,"target":997},{"source":954,"target":888},{"source":997,"target":996},{"source":955,"target":998},{"source":955,"target":888},{"source":956,"target":888},{"source":956,"target":999},{"source":956,"target":888},{"source":999,"target":888},{"source":957,"target":905},{"source":957,"target":1000},{"source":957,"target":888},{"source":1000,"target":905},{"source":958,"target":899},{"source":958,"target":1001},{"source":958,"target":888},{"source":1001,"target":899},{"source":959,"target":904},{"source":959,"target":1002},{"source":959,"target":888},{"source":1002,"target":904},{"source":960,"target":900},{"source":960,"target":1003},{"source":960,"target":888},{"source":1003,"target":900},{"source":961,"target":1004},{"source":961,"target":1005},{"source":961,"target":888},{"source":1005,"target":1004},{"source":962,"target":1006},{"source":962,"target":1007},{"source":962,"target":888},{"source":1007,"target":1006},{"source":963,"target":1006},{"source":963,"target":1008},{"source":963,"target":888},{"source":1008,"target":1006},{"source":964,"target":1009},{"source":964,"target":1010},{"source":964,"target":888},{"source":1010,"target":1009},{"source":965,"target":1011},{"source":965,"target":1012},{"source":965,"target":888},{"source":1012,"target":1011},{"source":966,"target":931},{"source":966,"target":1013},{"source":966,"target":888},{"source":1013,"target":931},{"source":967,"target":1014},{"source":967,"target":1015},{"source":967,"target":888},{"source":1015,"target":1014},{"source":968,"target":1016},{"source":968,"target":888},{"source":969,"target":889},{"source":969,"target":1017},{"source":969,"target":888},{"source":1017,"target":889},{"source":970,"target":1018},{"source":970,"target":888},{"source":971,"target":1019},{"source":971,"target":888},{"source":972,"target":12},{"source":973,"target":81},{"source":974,"target":25},{"source":975,"target":3},{"source":976,"target":9},{"source":74,"target":40},{"source":74,"target":888},{"source":74,"target":11},{"source":74,"target":1020},{"source":74,"target":1021},{"source":74,"target":1022},{"source":1020,"target":1023},{"source":1020,"target":74},{"source":1021,"target":888},{"source":1022,"target":11},{"source":889,"target":40},{"source":889,"target":13},{"source":889,"target":3},{"source":889,"target":4},{"source":889,"target":1024},{"source":889,"target":1025},{"source":889,"target":1026},{"source":889,"target":1027},{"source":889,"target":1028},{"source":889,"target":1029},{"source":889,"target":1030},{"source":889,"target":1031},{"source":889,"target":1032},{"source":889,"target":1033},{"source":889,"target":1034},{"source":1024,"target":888},{"source":1024,"target":1035},{"source":1024,"target":889},{"source":1035,"target":888},{"source":1025,"target":1036},{"source":1025,"target":889},{"source":1025,"target":1037},{"source":1037,"target":1038},{"source":1037,"target":1025},{"source":1038,"target":1039},{"source":1038,"target":1040},{"source":1026,"target":1041},{"source":1026,"target":889},{"source":1027,"target":1042},{"source":1027,"target":889},{"source":1028,"target":1014},{"source":1028,"target":1043},{"source":1028,"target":889},{"source":1043,"target":1014},{"source":1029,"target":16},{"source":1029,"target":1044},{"source":1029,"target":889},{"source":1044,"target":16},{"source":1030,"target":638},{"source":1030,"target":1045},{"source":1030,"target":889},{"source":1045,"target":638},{"source":1031,"target":890},{"source":1031,"target":1046},{"source":1031,"target":889},{"source":1046,"target":890},{"source":1032,"target":13},{"source":1033,"target":3},{"source":1034,"target":4},{"source":890,"target":40},{"source":891,"target":40},{"source":891,"target":890},{"source":891,"target":1047},{"source":1047,"target":890},{"source":892,"target":40},{"source":892,"target":890},{"source":892,"target":1048},{"source":1048,"target":890},{"source":893,"target":40},{"source":893,"target":890},{"source":893,"target":1049},{"source":1049,"target":890},{"source":894,"target":40},{"source":894,"target":890},{"source":894,"target":1050},{"source":1050,"target":890},{"source":895,"target":40},{"source":895,"target":890},{"source":895,"target":1051},{"source":895,"target":1052},{"source":1051,"target":1053},{"source":1051,"target":1054},{"source":1051,"target":895},{"source":1054,"target":1053},{"source":1052,"target":890},{"source":896,"target":40},{"source":896,"target":890},{"source":896,"target":1055},{"source":896,"target":1056},{"source":896,"target":1057},{"source":896,"target":1058},{"source":896,"target":1059},{"source":1055,"target":1060},{"source":1055,"target":896},{"source":1056,"target":1061},{"source":1056,"target":896},{"source":1057,"target":1062},{"source":1057,"target":896},{"source":1058,"target":1063},{"source":1058,"target":896},{"source":1059,"target":890},{"source":897,"target":40},{"source":897,"target":17},{"source":897,"target":1064},{"source":897,"target":1065},{"source":897,"target":1066},{"source":1064,"target":888},{"source":1064,"target":1067},{"source":1064,"target":897},{"source":1067,"target":888},{"source":1065,"target":922},{"source":1065,"target":1068},{"source":1065,"target":897},{"source":1068,"target":922},{"source":1066,"target":17},{"source":898,"target":40},{"source":898,"target":889},{"source":898,"target":1069},{"source":898,"target":1070},{"source":898,"target":1071},{"source":1069,"target":899},{"source":1069,"target":1072},{"source":1069,"target":898},{"source":1072,"target":899},{"source":1070,"target":934},{"source":1070,"target":1073},{"source":1070,"target":898},{"source":1073,"target":934},{"source":1071,"target":889},{"source":899,"target":40},{"source":899,"target":898},{"source":899,"target":922},{"source":899,"target":25},{"source":899,"target":1074},{"source":899,"target":1075},{"source":899,"target":1076},{"source":899,"target":1077},{"source":899,"target":1078},{"source":899,"target":1079},{"source":899,"target":1080},{"source":899,"target":1081},{"source":899,"target":1082},{"source":899,"target":1083},{"source":899,"target":1084},{"source":899,"target":1085},{"source":1074,"target":1086},{"source":1074,"target":899},{"source":1075,"target":1087},{"source":1075,"target":899},{"source":1076,"target":907},{"source":1076,"target":1088},{"source":1076,"target":899},{"source":1088,"target":907},{"source":1077,"target":906},{"source":1077,"target":1089},{"source":1077,"target":899},{"source":1089,"target":906},{"source":1078,"target":888},{"source":1078,"target":1090},{"source":1078,"target":899},{"source":1090,"target":888},{"source":1079,"target":933},{"source":1079,"target":1091},{"source":1079,"target":899},{"source":1091,"target":933},{"source":1080,"target":23},{"source":1080,"target":1092},{"source":1080,"target":899},{"source":1092,"target":23},{"source":1081,"target":979},{"source":1081,"target":1093},{"source":1081,"target":899},{"source":1093,"target":979},{"source":1082,"target":979},{"source":1082,"target":1094},{"source":1082,"target":899},{"source":1094,"target":979},{"source":1083,"target":898},{"source":1084,"target":922},{"source":1085,"target":25},{"source":900,"target":40},{"source":900,"target":898},{"source":900,"target":922},{"source":900,"target":25},{"source":900,"target":9},{"source":900,"target":1095},{"source":900,"target":1096},{"source":900,"target":1097},{"source":900,"target":1098},{"source":900,"target":1099},{"source":900,"target":1100},{"source":900,"target":1101},{"source":900,"target":1102},{"source":900,"target":1103},{"source":900,"target":1104},{"source":900,"target":1105},{"source":900,"target":1106},{"source":900,"target":1107},{"source":900,"target":1108},{"source":900,"target":1109},{"source":900,"target":1110},{"source":1095,"target":899},{"source":1095,"target":1111},{"source":1095,"target":900},{"source":1095,"target":1112},{"source":1111,"target":899},{"source":1112,"target":979},{"source":1112,"target":1113},{"source":1112,"target":1095},{"source":1113,"target":979},{"source":1096,"target":900},{"source":1096,"target":1114},{"source":1096,"target":900},{"source":1096,"target":1115},{"source":1114,"target":900},{"source":1115,"target":987},{"source":1115,"target":1116},{"source":1115,"target":1096},{"source":1116,"target":987},{"source":1097,"target":899},{"source":1097,"target":1117},{"source":1097,"target":900},{"source":1117,"target":899},{"source":1098,"target":900},{"source":1098,"target":1118},{"source":1098,"target":900},{"source":1118,"target":900},{"source":1099,"target":889},{"source":1099,"target":1119},{"source":1099,"target":900},{"source":1119,"target":889},{"source":1100,"target":910},{"source":1100,"target":1120},{"source":1100,"target":900},{"source":1120,"target":910},{"source":1101,"target":888},{"source":1101,"target":1121},{"source":1101,"target":900},{"source":1121,"target":888},{"source":1102,"target":23},{"source":1102,"target":1122},{"source":1102,"target":900},{"source":1122,"target":23},{"source":1103,"target":987},{"source":1103,"target":1123},{"source":1103,"target":900},{"source":1123,"target":987},{"source":1104,"target":987},{"source":1104,"target":1124},{"source":1104,"target":900},{"source":1124,"target":987},{"source":1105,"target":1125},{"source":1105,"target":900},{"source":1106,"target":1126},{"source":1106,"target":900},{"source":1107,"target":898},{"source":1108,"target":922},{"source":1109,"target":25},{"source":1110,"target":9},{"source":901,"target":40},{"source":901,"target":900},{"source":901,"target":1127},{"source":901,"target":1128},{"source":901,"target":1129},{"source":1127,"target":889},{"source":1127,"target":1130},{"source":1127,"target":901},{"source":1130,"target":889},{"source":1128,"target":902},{"source":1128,"target":1131},{"source":1128,"target":901},{"source":1131,"target":902},{"source":1129,"target":900},{"source":902,"target":40},{"source":902,"target":1132},{"source":902,"target":1133},{"source":902,"target":1134},{"source":902,"target":1135},{"source":1132,"target":902},{"source":1133,"target":902},{"source":1134,"target":902},{"source":1135,"target":902},{"source":903,"target":40},{"source":903,"target":900},{"source":903,"target":1136},{"source":903,"target":1137},{"source":903,"target":1138},{"source":1136,"target":904},{"source":1136,"target":1139},{"source":1136,"target":903},{"source":1139,"target":904},{"source":1137,"target":1140},{"source":1137,"target":903},{"source":1138,"target":900},{"source":904,"target":40},{"source":904,"target":898},{"source":904,"target":1141},{"source":904,"target":1142},{"source":904,"target":1143},{"source":904,"target":1144},{"source":904,"target":1145},{"source":1141,"target":907},{"source":1141,"target":1146},{"source":1141,"target":904},{"source":1146,"target":907},{"source":1142,"target":23},{"source":1142,"target":1147},{"source":1142,"target":904},{"source":1147,"target":23},{"source":1143,"target":979},{"source":1143,"target":1148},{"source":1143,"target":904},{"source":1148,"target":979},{"source":1144,"target":979},{"source":1144,"target":1149},{"source":1144,"target":904},{"source":1149,"target":979},{"source":1145,"target":898},{"source":905,"target":40},{"source":905,"target":889},{"source":905,"target":922},{"source":905,"target":1150},{"source":905,"target":1151},{"source":905,"target":1152},{"source":905,"target":1153},{"source":905,"target":1154},{"source":905,"target":1155},{"source":905,"target":1156},{"source":905,"target":1157},{"source":905,"target":1158},{"source":905,"target":1159},{"source":905,"target":1160},{"source":905,"target":1161},{"source":905,"target":1162},{"source":905,"target":1163},{"source":905,"target":1164},{"source":905,"target":1165},{"source":1150,"target":1166},{"source":1150,"target":905},{"source":1151,"target":923},{"source":1151,"target":1167},{"source":1151,"target":905},{"source":1167,"target":923},{"source":1152,"target":1168},{"source":1152,"target":905},{"source":1153,"target":922},{"source":1153,"target":1169},{"source":1153,"target":905},{"source":1153,"target":1170},{"source":1169,"target":922},{"source":1154,"target":922},{"source":1154,"target":1171},{"source":1154,"target":905},{"source":1154,"target":1172},{"source":1171,"target":922},{"source":1155,"target":1173},{"source":1155,"target":1174},{"source":1155,"target":905},{"source":1174,"target":1173},{"source":1156,"target":926},{"source":1156,"target":1175},{"source":1156,"target":905},{"source":1175,"target":926},{"source":1157,"target":1176},{"source":1157,"target":905},{"source":1158,"target":1177},{"source":1158,"target":905},{"source":1159,"target":23},{"source":1159,"target":1178},{"source":1159,"target":905},{"source":1178,"target":23},{"source":1160,"target":922},{"source":1160,"target":1179},{"source":1160,"target":905},{"source":1179,"target":922},{"source":1161,"target":934},{"source":1161,"target":1180},{"source":1161,"target":905},{"source":1180,"target":934},{"source":1162,"target":1181},{"source":1162,"target":905},{"source":1163,"target":1182},{"source":1163,"target":905},{"source":1164,"target":889},{"source":1165,"target":922},{"source":76,"target":40},{"source":76,"target":1183},{"source":76,"target":1184},{"source":76,"target":1185},{"source":1183,"target":996},{"source":1183,"target":1186},{"source":1183,"target":76},{"source":1186,"target":996},{"source":1184,"target":888},{"source":1184,"target":1187},{"source":1184,"target":76},{"source":1187,"target":888},{"source":1185,"target":10},{"source":1185,"target":1188},{"source":1185,"target":76},{"source":1188,"target":10},{"source":906,"target":40},{"source":906,"target":1189},{"source":906,"target":1190},{"source":1189,"target":906},{"source":1190,"target":906},{"source":907,"target":40},{"source":907,"target":21},{"source":907,"target":23},{"source":907,"target":929},{"source":907,"target":1191},{"source":907,"target":1192},{"source":907,"target":1193},{"source":907,"target":1194},{"source":907,"target":1195},{"source":1191,"target":906},{"source":1191,"target":1196},{"source":1191,"target":907},{"source":1196,"target":906},{"source":1192,"target":1197},{"source":1192,"target":907},{"source":1193,"target":21},{"source":1194,"target":23},{"source":1195,"target":929},{"source":908,"target":40},{"source":908,"target":907},{"source":908,"target":1198},{"source":908,"target":1199},{"source":908,"target":1200},{"source":1198,"target":27},{"source":1198,"target":1201},{"source":1198,"target":908},{"source":1201,"target":27},{"source":1199,"target":229},{"source":1199,"target":1202},{"source":1199,"target":908},{"source":1202,"target":229},{"source":1200,"target":907},{"source":909,"target":40},{"source":909,"target":38},{"source":909,"target":1203},{"source":909,"target":1204},{"source":909,"target":1205},{"source":909,"target":1206},{"source":909,"target":1207},{"source":909,"target":1208},{"source":909,"target":1209},{"source":1203,"target":1210},{"source":1203,"target":909},{"source":1204,"target":1211},{"source":1204,"target":909},{"source":1205,"target":1212},{"source":1205,"target":909},{"source":1206,"target":1213},{"source":1206,"target":909},{"source":1207,"target":27},{"source":1207,"target":1214},{"source":1207,"target":909},{"source":1214,"target":27},{"source":1208,"target":27},{"source":1208,"target":1215},{"source":1208,"target":909},{"source":1215,"target":27},{"source":1209,"target":38},{"source":910,"target":40},{"source":910,"target":21},{"source":910,"target":23},{"source":910,"target":929},{"source":910,"target":1216},{"source":910,"target":1217},{"source":910,"target":1218},{"source":1216,"target":21},{"source":1217,"target":23},{"source":1218,"target":929},{"source":911,"target":40},{"source":911,"target":910},{"source":911,"target":1219},{"source":911,"target":1220},{"source":911,"target":1221},{"source":911,"target":1222},{"source":1219,"target":914},{"source":1219,"target":1223},{"source":1219,"target":911},{"source":1223,"target":914},{"source":1220,"target":27},{"source":1220,"target":1224},{"source":1220,"target":911},{"source":1224,"target":27},{"source":1221,"target":27},{"source":1221,"target":1225},{"source":1221,"target":911},{"source":1225,"target":27},{"source":1222,"target":910},{"source":912,"target":40},{"source":912,"target":910},{"source":912,"target":1226},{"source":912,"target":1227},{"source":912,"target":1228},{"source":1226,"target":913},{"source":1226,"target":1229},{"source":1226,"target":912},{"source":1229,"target":913},{"source":1227,"target":27},{"source":1227,"target":1230},{"source":1227,"target":912},{"source":1230,"target":27},{"source":1228,"target":910},{"source":913,"target":40},{"source":913,"target":1231},{"source":1231,"target":913},{"source":914,"target":40},{"source":914,"target":1232},{"source":914,"target":1233},{"source":914,"target":1234},{"source":1232,"target":914},{"source":1233,"target":914},{"source":1234,"target":914},{"source":915,"target":40},{"source":915,"target":907},{"source":915,"target":1235},{"source":915,"target":1236},{"source":915,"target":1237},{"source":915,"target":1238},{"source":1235,"target":1239},{"source":1235,"target":915},{"source":1236,"target":1240},{"source":1236,"target":915},{"source":1237,"target":27},{"source":1237,"target":1241},{"source":1237,"target":915},{"source":1241,"target":27},{"source":1238,"target":907},{"source":916,"target":40},{"source":916,"target":907},{"source":916,"target":1242},{"source":916,"target":1243},{"source":916,"target":1244},{"source":916,"target":1245},{"source":1242,"target":1246},{"source":1242,"target":916},{"source":1243,"target":1247},{"source":1243,"target":916},{"source":1244,"target":27},{"source":1244,"target":1248},{"source":1244,"target":916},{"source":1248,"target":27},{"source":1245,"target":907},{"source":917,"target":40},{"source":917,"target":907},{"source":917,"target":1249},{"source":917,"target":1250},{"source":917,"target":1251},{"source":917,"target":1252},{"source":1249,"target":1253},{"source":1249,"target":917},{"source":1250,"target":1254},{"source":1250,"target":917},{"source":1251,"target":27},{"source":1251,"target":1255},{"source":1251,"target":917},{"source":1255,"target":27},{"source":1252,"target":907},{"source":918,"target":40},{"source":918,"target":907},{"source":918,"target":1256},{"source":918,"target":1257},{"source":918,"target":1258},{"source":1256,"target":921},{"source":1256,"target":1259},{"source":1256,"target":918},{"source":1259,"target":921},{"source":1257,"target":27},{"source":1257,"target":1260},{"source":1257,"target":918},{"source":1260,"target":27},{"source":1258,"target":907},{"source":919,"target":40},{"source":919,"target":907},{"source":919,"target":910},{"source":919,"target":1261},{"source":919,"target":1262},{"source":919,"target":1263},{"source":1261,"target":1264},{"source":1261,"target":919},{"source":1262,"target":907},{"source":1263,"target":910},{"source":920,"target":40},{"source":920,"target":907},{"source":920,"target":1265},{"source":920,"target":1266},{"source":1265,"target":1267},{"source":1265,"target":920},{"source":1266,"target":907},{"source":921,"target":40},{"source":921,"target":1268},{"source":921,"target":1269},{"source":921,"target":1270},{"source":921,"target":1271},{"source":921,"target":1272},{"source":1268,"target":921},{"source":1269,"target":921},{"source":1270,"target":921},{"source":1271,"target":921},{"source":1272,"target":921},{"source":922,"target":40},{"source":922,"target":1170},{"source":922,"target":1172},{"source":1170,"target":905},{"source":1170,"target":1273},{"source":1170,"target":922},{"source":1170,"target":1153},{"source":1273,"target":905},{"source":1172,"target":905},{"source":1172,"target":1274},{"source":1172,"target":922},{"source":1172,"target":1154},{"source":1274,"target":905},{"source":923,"target":40},{"source":923,"target":23},{"source":923,"target":1275},{"source":923,"target":1276},{"source":923,"target":1277},{"source":923,"target":1278},{"source":923,"target":1279},{"source":923,"target":1280},{"source":923,"target":1281},{"source":923,"target":1282},{"source":923,"target":1283},{"source":923,"target":1284},{"source":923,"target":1285},{"source":1275,"target":27},{"source":1275,"target":1286},{"source":1275,"target":923},{"source":1286,"target":27},{"source":1276,"target":924},{"source":1276,"target":1287},{"source":1276,"target":923},{"source":1287,"target":924},{"source":1277,"target":925},{"source":1277,"target":1288},{"source":1277,"target":923},{"source":1288,"target":925},{"source":1278,"target":925},{"source":1278,"target":1289},{"source":1278,"target":923},{"source":1289,"target":925},{"source":1279,"target":1290},{"source":1279,"target":1291},{"source":1279,"target":923},{"source":1291,"target":1290},{"source":1280,"target":1292},{"source":1280,"target":923},{"source":1281,"target":926},{"source":1281,"target":1293},{"source":1281,"target":923},{"source":1293,"target":926},{"source":1282,"target":937},{"source":1282,"target":1294},{"source":1282,"target":923},{"source":1294,"target":937},{"source":1283,"target":938},{"source":1283,"target":1295},{"source":1283,"target":923},{"source":1295,"target":938},{"source":1284,"target":939},{"source":1284,"target":1296},{"source":1284,"target":923},{"source":1296,"target":939},{"source":1285,"target":23},{"source":924,"target":40},{"source":924,"target":1297},{"source":924,"target":1298},{"source":924,"target":1299},{"source":924,"target":1300},{"source":1297,"target":924},{"source":1298,"target":924},{"source":1299,"target":924},{"source":1300,"target":924},{"source":925,"target":40},{"source":925,"target":1301},{"source":925,"target":1302},{"source":925,"target":1303},{"source":925,"target":1304},{"source":925,"target":1305},{"source":925,"target":1306},{"source":925,"target":1307},{"source":925,"target":1308},{"source":925,"target":1309},{"source":925,"target":1310},{"source":925,"target":1311},{"source":1301,"target":925},{"source":1302,"target":925},{"source":1303,"target":925},{"source":1304,"target":925},{"source":1305,"target":925},{"source":1306,"target":925},{"source":1307,"target":925},{"source":1308,"target":925},{"source":1309,"target":925},{"source":1310,"target":925},{"source":1311,"target":925},{"source":926,"target":40},{"source":926,"target":1312},{"source":926,"target":1313},{"source":926,"target":1314},{"source":1312,"target":926},{"source":1313,"target":926},{"source":1314,"target":926},{"source":927,"target":40},{"source":927,"target":907},{"source":927,"target":1315},{"source":927,"target":1316},{"source":927,"target":1317},{"source":1315,"target":928},{"source":1315,"target":1318},{"source":1315,"target":927},{"source":1318,"target":928},{"source":1316,"target":909},{"source":1316,"target":1319},{"source":1316,"target":927},{"source":1319,"target":909},{"source":1317,"target":907},{"source":928,"target":40},{"source":928,"target":1320},{"source":928,"target":1321},{"source":928,"target":1322},{"source":1320,"target":928},{"source":1321,"target":928},{"source":1322,"target":928},{"source":929,"target":40},{"source":929,"target":23},{"source":929,"target":1323},{"source":929,"target":1324},{"source":929,"target":1325},{"source":929,"target":1326},{"source":1323,"target":1327},{"source":1323,"target":929},{"source":1324,"target":229},{"source":1324,"target":1328},{"source":1324,"target":929},{"source":1328,"target":229},{"source":1325,"target":27},{"source":1325,"target":1329},{"source":1325,"target":929},{"source":1329,"target":27},{"source":1326,"target":23},{"source":930,"target":40},{"source":930,"target":907},{"source":930,"target":1330},{"source":930,"target":1331},{"source":1330,"target":27},{"source":1330,"target":1332},{"source":1330,"target":930},{"source":1332,"target":27},{"source":1331,"target":907},{"source":931,"target":40},{"source":931,"target":1333},{"source":1333,"target":932},{"source":1333,"target":1334},{"source":1333,"target":931},{"source":1334,"target":932},{"source":932,"target":40},{"source":932,"target":1335},{"source":932,"target":1336},{"source":1335,"target":1337},{"source":1335,"target":1338},{"source":1335,"target":932},{"source":1338,"target":1337},{"source":1336,"target":1339},{"source":1336,"target":932},{"source":933,"target":40},{"source":933,"target":1340},{"source":933,"target":1341},{"source":933,"target":1342},{"source":933,"target":1343},{"source":1340,"target":933},{"source":1341,"target":933},{"source":1342,"target":933},{"source":1343,"target":933},{"source":934,"target":40},{"source":934,"target":1344},{"source":934,"target":1345},{"source":934,"target":1346},{"source":1344,"target":934},{"source":1345,"target":934},{"source":1346,"target":934},{"source":935,"target":40},{"source":935,"target":890},{"source":935,"target":1347},{"source":935,"target":1348},{"source":935,"target":1349},{"source":1347,"target":1350},{"source":1347,"target":935},{"source":1348,"target":1351},{"source":1348,"target":935},{"source":1349,"target":890},{"source":936,"target":40},{"source":936,"target":935},{"source":936,"target":1352},{"source":1352,"target":935},{"source":937,"target":40},{"source":937,"target":37},{"source":937,"target":1353},{"source":937,"target":1354},{"source":937,"target":1355},{"source":1353,"target":525},{"source":1353,"target":1356},{"source":1353,"target":937},{"source":1356,"target":525},{"source":1354,"target":937},{"source":1354,"target":1357},{"source":1357,"target":525},{"source":1357,"target":1358},{"source":1357,"target":1354},{"source":1358,"target":525},{"source":1355,"target":37},{"source":938,"target":40},{"source":938,"target":37},{"source":938,"target":1359},{"source":938,"target":1360},{"source":938,"target":1361},{"source":1359,"target":525},{"source":1359,"target":1362},{"source":1359,"target":938},{"source":1362,"target":525},{"source":1360,"target":938},{"source":1360,"target":1363},{"source":1363,"target":525},{"source":1363,"target":1364},{"source":1363,"target":1360},{"source":1364,"target":525},{"source":1361,"target":37},{"source":939,"target":40},{"source":939,"target":37},{"source":939,"target":1365},{"source":939,"target":1366},{"source":939,"target":1367},{"source":1365,"target":525},{"source":1365,"target":1368},{"source":1365,"target":939},{"source":1368,"target":525},{"source":1366,"target":939},{"source":1366,"target":1369},{"source":1369,"target":525},{"source":1369,"target":1370},{"source":1369,"target":1366},{"source":1370,"target":525},{"source":1367,"target":37},{"source":940,"target":40},{"source":940,"target":923},{"source":940,"target":1371},{"source":1371,"target":923},{"source":941,"target":40},{"source":941,"target":1372},{"source":941,"target":1373},{"source":1372,"target":161},{"source":1372,"target":1374},{"source":1372,"target":941},{"source":1374,"target":161},{"source":1373,"target":942},{"source":1373,"target":1375},{"source":1373,"target":941},{"source":1375,"target":942},{"source":942,"target":40},{"source":942,"target":1376},{"source":942,"target":1377},{"source":1376,"target":638},{"source":1376,"target":1378},{"source":1376,"target":942},{"source":1378,"target":638},{"source":1377,"target":943},{"source":1377,"target":1379},{"source":1377,"target":942},{"source":1379,"target":943},{"source":943,"target":40},{"source":943,"target":1380},{"source":943,"target":1381},{"source":1380,"target":1382},{"source":1380,"target":943},{"source":1381,"target":944},{"source":1381,"target":1383},{"source":1381,"target":943},{"source":1383,"target":944},{"source":944,"target":40},{"source":944,"target":1384},{"source":944,"target":1385},{"source":1384,"target":1386},{"source":1384,"target":944},{"source":1385,"target":945},{"source":1385,"target":1387},{"source":1385,"target":944},{"source":1387,"target":945},{"source":945,"target":40},{"source":945,"target":1388},{"source":945,"target":1389},{"source":1388,"target":1390},{"source":1388,"target":945},{"source":1389,"target":161},{"source":1389,"target":1391},{"source":1389,"target":945},{"source":1391,"target":161},{"source":946,"target":996},{"source":946,"target":1392},{"source":946,"target":1393},{"source":946,"target":638},{"source":946,"target":1394},{"source":946,"target":979},{"source":946,"target":987},{"source":946,"target":1395},{"source":946,"target":1396},{"source":946,"target":983},{"source":946,"target":1173},{"source":946,"target":1397},{"source":946,"target":1398},{"source":946,"target":1399},{"source":946,"target":1400},{"source":946,"target":1290},{"source":946,"target":1401},{"source":946,"target":1402},{"source":946,"target":1403},{"source":946,"target":1404},{"source":946,"target":1405},{"source":946,"target":1014},{"source":946,"target":1406},{"source":946,"target":1407},{"source":946,"target":1408},{"source":946,"target":1409},{"source":946,"target":1410},{"source":946,"target":1411},{"source":946,"target":40},{"source":996,"target":946},{"source":996,"target":164},{"source":996,"target":219},{"source":996,"target":231},{"source":996,"target":1412},{"source":996,"target":1413},{"source":996,"target":1414},{"source":996,"target":1415},{"source":996,"target":1416},{"source":996,"target":1417},{"source":996,"target":1418},{"source":996,"target":1419},{"source":996,"target":1420},{"source":996,"target":1421},{"source":996,"target":1422},{"source":996,"target":1423},{"source":996,"target":1424},{"source":996,"target":1425},{"source":996,"target":1426},{"source":996,"target":1427},{"source":996,"target":1428},{"source":996,"target":1429},{"source":996,"target":1430},{"source":996,"target":1431},{"source":996,"target":1432},{"source":996,"target":1433},{"source":996,"target":1434},{"source":996,"target":1435},{"source":996,"target":1436},{"source":996,"target":1437},{"source":996,"target":1438},{"source":996,"target":1439},{"source":996,"target":1440},{"source":996,"target":1441},{"source":1412,"target":74},{"source":1412,"target":1442},{"source":1412,"target":996},{"source":1442,"target":74},{"source":1413,"target":1006},{"source":1413,"target":1443},{"source":1413,"target":996},{"source":1413,"target":270},{"source":1443,"target":1006},{"source":1414,"target":983},{"source":1414,"target":1444},{"source":1414,"target":996},{"source":1444,"target":983},{"source":1415,"target":979},{"source":1415,"target":1445},{"source":1415,"target":996},{"source":1445,"target":979},{"source":1416,"target":987},{"source":1416,"target":1446},{"source":1416,"target":996},{"source":1446,"target":987},{"source":1417,"target":295},{"source":1417,"target":1447},{"source":1417,"target":996},{"source":1447,"target":295},{"source":1418,"target":1448},{"source":1418,"target":1449},{"source":1418,"target":996},{"source":1449,"target":1448},{"source":1419,"target":556},{"source":1419,"target":1450},{"source":1419,"target":996},{"source":1450,"target":556},{"source":1420,"target":228},{"source":1420,"target":1451},{"source":1420,"target":996},{"source":1451,"target":228},{"source":1421,"target":229},{"source":1421,"target":1452},{"source":1421,"target":996},{"source":1452,"target":229},{"source":1422,"target":1004},{"source":1422,"target":1453},{"source":1422,"target":996},{"source":1453,"target":1004},{"source":1423,"target":229},{"source":1423,"target":1454},{"source":1423,"target":996},{"source":1454,"target":229},{"source":1424,"target":339},{"source":1424,"target":1455},{"source":1424,"target":996},{"source":1455,"target":339},{"source":1425,"target":1401},{"source":1425,"target":1456},{"source":1425,"target":996},{"source":1456,"target":1401},{"source":1426,"target":586},{"source":1426,"target":1457},{"source":1426,"target":996},{"source":1457,"target":586},{"source":1427,"target":1014},{"source":1427,"target":1458},{"source":1427,"target":996},{"source":1458,"target":1014},{"source":1428,"target":1406},{"source":1428,"target":1459},{"source":1428,"target":996},{"source":1428,"target":270},{"source":1459,"target":1406},{"source":1429,"target":1014},{"source":1429,"target":1460},{"source":1429,"target":996},{"source":1460,"target":1014},{"source":1430,"target":556},{"source":1430,"target":1461},{"source":1430,"target":996},{"source":1461,"target":556},{"source":1431,"target":979},{"source":1431,"target":1462},{"source":1431,"target":996},{"source":1431,"target":270},{"source":1462,"target":979},{"source":1432,"target":983},{"source":1432,"target":1463},{"source":1432,"target":996},{"source":1432,"target":270},{"source":1463,"target":983},{"source":1433,"target":1397},{"source":1433,"target":1464},{"source":1433,"target":996},{"source":1433,"target":270},{"source":1464,"target":1397},{"source":1434,"target":987},{"source":1434,"target":1465},{"source":1434,"target":996},{"source":1434,"target":270},{"source":1465,"target":987},{"source":1435,"target":638},{"source":1435,"target":1466},{"source":1435,"target":996},{"source":1466,"target":638},{"source":1436,"target":1467},{"source":1436,"target":1468},{"source":1436,"target":996},{"source":1436,"target":270},{"source":1468,"target":1467},{"source":1437,"target":556},{"source":1437,"target":1469},{"source":1437,"target":996},{"source":1469,"target":556},{"source":1438,"target":1470},{"source":1438,"target":996},{"source":1439,"target":164},{"source":1440,"target":219},{"source":1441,"target":231},{"source":1392,"target":946},{"source":1392,"target":221},{"source":1392,"target":996},{"source":1392,"target":1471},{"source":1392,"target":1472},{"source":1392,"target":1473},{"source":1471,"target":996},{"source":1471,"target":1474},{"source":1471,"target":1392},{"source":1474,"target":996},{"source":1472,"target":221},{"source":1473,"target":996},{"source":1393,"target":946},{"source":1393,"target":222},{"source":1393,"target":1475},{"source":1393,"target":1476},{"source":1393,"target":1477},{"source":1393,"target":1478},{"source":1475,"target":1406},{"source":1475,"target":1479},{"source":1475,"target":1393},{"source":1475,"target":270},{"source":1479,"target":1406},{"source":1476,"target":295},{"source":1476,"target":1480},{"source":1476,"target":1393},{"source":1480,"target":295},{"source":1477,"target":1448},{"source":1477,"target":1481},{"source":1477,"target":1393},{"source":1481,"target":1448},{"source":1478,"target":222},{"source":638,"target":946},{"source":638,"target":67},{"source":638,"target":231},{"source":638,"target":1482},{"source":638,"target":1483},{"source":638,"target":1484},{"source":638,"target":1485},{"source":638,"target":1486},{"source":638,"target":1487},{"source":638,"target":1488},{"source":638,"target":1489},{"source":638,"target":1490},{"source":638,"target":1491},{"source":638,"target":1492},{"source":638,"target":1493},{"source":638,"target":1494},{"source":1482,"target":1495},{"source":1482,"target":638},{"source":1482,"target":1496},{"source":1482,"target":1497},{"source":1482,"target":1498},{"source":1496,"target":1499},{"source":1496,"target":1482},{"source":1497,"target":1500},{"source":1497,"target":1482},{"source":1498,"target":1501},{"source":1498,"target":1482},{"source":1483,"target":638},{"source":1483,"target":1502},{"source":1483,"target":638},{"source":1502,"target":638},{"source":1484,"target":1503},{"source":1484,"target":638},{"source":1484,"target":1504},{"source":1504,"target":8},{"source":1504,"target":1505},{"source":1504,"target":1484},{"source":1505,"target":8},{"source":1485,"target":229},{"source":1485,"target":1506},{"source":1485,"target":638},{"source":1506,"target":229},{"source":1486,"target":1507},{"source":1486,"target":1508},{"source":1486,"target":638},{"source":1508,"target":1507},{"source":1487,"target":1509},{"source":1487,"target":1510},{"source":1487,"target":638},{"source":1510,"target":1509},{"source":1488,"target":229},{"source":1488,"target":1511},{"source":1488,"target":638},{"source":1511,"target":229},{"source":1489,"target":1512},{"source":1489,"target":638},{"source":1490,"target":229},{"source":1490,"target":1513},{"source":1490,"target":638},{"source":1513,"target":229},{"source":1491,"target":1514},{"source":1491,"target":1515},{"source":1491,"target":638},{"source":1491,"target":1516},{"source":1515,"target":1514},{"source":1492,"target":1517},{"source":1492,"target":638},{"source":1493,"target":67},{"source":1494,"target":231},{"source":1394,"target":946},{"source":1394,"target":638},{"source":1394,"target":81},{"source":1394,"target":1518},{"source":1394,"target":1519},{"source":1394,"target":1520},{"source":1394,"target":1521},{"source":1394,"target":1522},{"source":1394,"target":1523},{"source":1394,"target":1524},{"source":1394,"target":1525},{"source":1394,"target":1526},{"source":1394,"target":1527},{"source":1518,"target":889},{"source":1518,"target":1528},{"source":1518,"target":1394},{"source":1528,"target":889},{"source":1519,"target":889},{"source":1519,"target":1529},{"source":1519,"target":1394},{"source":1519,"target":1530},{"source":1529,"target":889},{"source":1530,"target":1531},{"source":1530,"target":1519},{"source":1520,"target":1394},{"source":1521,"target":1394},{"source":1521,"target":1532},{"source":1532,"target":11},{"source":1532,"target":1533},{"source":1532,"target":1521},{"source":1533,"target":11},{"source":1522,"target":979},{"source":1522,"target":1534},{"source":1522,"target":1394},{"source":1534,"target":979},{"source":1523,"target":228},{"source":1523,"target":1535},{"source":1523,"target":1394},{"source":1535,"target":228},{"source":1524,"target":979},{"source":1524,"target":1536},{"source":1524,"target":1394},{"source":1524,"target":270},{"source":1536,"target":979},{"source":1525,"target":979},{"source":1525,"target":1537},{"source":1525,"target":1394},{"source":1537,"target":979},{"source":1526,"target":638},{"source":1527,"target":81},{"source":979,"target":946},{"source":979,"target":1394},{"source":979,"target":164},{"source":979,"target":1538},{"source":979,"target":1539},{"source":979,"target":1540},{"source":979,"target":1541},{"source":979,"target":1542},{"source":979,"target":1543},{"source":979,"target":1544},{"source":979,"target":1545},{"source":979,"target":1546},{"source":979,"target":1547},{"source":979,"target":1548},{"source":1538,"target":899},{"source":1538,"target":1549},{"source":1538,"target":979},{"source":1538,"target":1550},{"source":1538,"target":1551},{"source":1538,"target":1552},{"source":1549,"target":899},{"source":1550,"target":1553},{"source":1550,"target":1538},{"source":1551,"target":1554},{"source":1551,"target":1538},{"source":1552,"target":888},{"source":1552,"target":1555},{"source":1552,"target":1538},{"source":1555,"target":888},{"source":1539,"target":979},{"source":1539,"target":1556},{"source":1556,"target":899},{"source":1556,"target":1557},{"source":1556,"target":1539},{"source":1557,"target":899},{"source":1540,"target":907},{"source":1540,"target":1558},{"source":1540,"target":979},{"source":1540,"target":1559},{"source":1540,"target":1560},{"source":1540,"target":1561},{"source":1558,"target":907},{"source":1559,"target":1562},{"source":1559,"target":1540},{"source":1560,"target":1563},{"source":1560,"target":1540},{"source":1561,"target":1564},{"source":1561,"target":1540},{"source":1541,"target":904},{"source":1541,"target":1565},{"source":1541,"target":979},{"source":1541,"target":1566},{"source":1541,"target":1567},{"source":1565,"target":904},{"source":1566,"target":1568},{"source":1566,"target":1541},{"source":1567,"target":888},{"source":1567,"target":1569},{"source":1567,"target":1541},{"source":1569,"target":888},{"source":1542,"target":979},{"source":1542,"target":1570},{"source":1570,"target":904},{"source":1570,"target":1571},{"source":1570,"target":1542},{"source":1571,"target":904},{"source":1543,"target":1572},{"source":1543,"target":979},{"source":1543,"target":1573},{"source":1543,"target":1574},{"source":1573,"target":1575},{"source":1573,"target":1543},{"source":1574,"target":1576},{"source":1574,"target":1543},{"source":1544,"target":1577},{"source":1544,"target":979},{"source":1544,"target":1578},{"source":1544,"target":1579},{"source":1544,"target":1580},{"source":1578,"target":1581},{"source":1578,"target":1544},{"source":1579,"target":1582},{"source":1579,"target":1544},{"source":1580,"target":1583},{"source":1580,"target":1544},{"source":1545,"target":1584},{"source":1545,"target":1585},{"source":1545,"target":979},{"source":1585,"target":1584},{"source":1546,"target":1398},{"source":1546,"target":1586},{"source":1546,"target":979},{"source":1586,"target":1398},{"source":1547,"target":1394},{"source":1548,"target":164},{"source":987,"target":946},{"source":987,"target":1394},{"source":987,"target":164},{"source":987,"target":1587},{"source":987,"target":1588},{"source":987,"target":1589},{"source":987,"target":1590},{"source":987,"target":1591},{"source":987,"target":1592},{"source":987,"target":1593},{"source":987,"target":1594},{"source":987,"target":1595},{"source":987,"target":1596},{"source":987,"target":1597},{"source":987,"target":1598},{"source":987,"target":1599},{"source":987,"target":1600},{"source":987,"target":1601},{"source":987,"target":1602},{"source":1587,"target":900},{"source":1587,"target":1603},{"source":1587,"target":987},{"source":1587,"target":1604},{"source":1587,"target":1605},{"source":1587,"target":1606},{"source":1603,"target":900},{"source":1604,"target":1607},{"source":1604,"target":1587},{"source":1605,"target":1608},{"source":1605,"target":1587},{"source":1606,"target":888},{"source":1606,"target":1609},{"source":1606,"target":1587},{"source":1609,"target":888},{"source":1588,"target":987},{"source":1588,"target":1610},{"source":1610,"target":900},{"source":1610,"target":1611},{"source":1610,"target":1588},{"source":1611,"target":900},{"source":1589,"target":910},{"source":1589,"target":1612},{"source":1589,"target":987},{"source":1589,"target":1613},{"source":1589,"target":1614},{"source":1589,"target":1615},{"source":1612,"target":910},{"source":1613,"target":1616},{"source":1613,"target":1589},{"source":1614,"target":1617},{"source":1614,"target":1589},{"source":1615,"target":1618},{"source":1615,"target":1589},{"source":1590,"target":1619},{"source":1590,"target":987},{"source":1590,"target":1620},{"source":1590,"target":1621},{"source":1620,"target":1622},{"source":1620,"target":1590},{"source":1621,"target":1623},{"source":1621,"target":1590},{"source":1591,"target":1624},{"source":1591,"target":987},{"source":1591,"target":1625},{"source":1591,"target":1626},{"source":1591,"target":1627},{"source":1625,"target":1628},{"source":1625,"target":1591},{"source":1626,"target":1629},{"source":1626,"target":1591},{"source":1627,"target":1630},{"source":1627,"target":1591},{"source":1592,"target":979},{"source":1592,"target":1631},{"source":1592,"target":987},{"source":1592,"target":270},{"source":1631,"target":979},{"source":1593,"target":979},{"source":1593,"target":1632},{"source":1593,"target":987},{"source":1632,"target":979},{"source":1594,"target":979},{"source":1594,"target":1633},{"source":1594,"target":987},{"source":1633,"target":979},{"source":1595,"target":987},{"source":1595,"target":1634},{"source":1595,"target":987},{"source":1595,"target":270},{"source":1634,"target":987},{"source":1596,"target":987},{"source":1596,"target":1635},{"source":1596,"target":987},{"source":1635,"target":987},{"source":1597,"target":987},{"source":1597,"target":1636},{"source":1597,"target":987},{"source":1636,"target":987},{"source":1598,"target":1637},{"source":1598,"target":1638},{"source":1598,"target":987},{"source":1638,"target":1637},{"source":1599,"target":1400},{"source":1599,"target":1639},{"source":1599,"target":987},{"source":1639,"target":1400},{"source":1600,"target":902},{"source":1600,"target":1640},{"source":1600,"target":987},{"source":1640,"target":902},{"source":1601,"target":1394},{"source":1602,"target":164},{"source":1395,"target":946},{"source":1395,"target":979},{"source":1395,"target":225},{"source":1395,"target":1641},{"source":1395,"target":1642},{"source":1395,"target":1643},{"source":1641,"target":979},{"source":1641,"target":1644},{"source":1641,"target":1395},{"source":1644,"target":979},{"source":1642,"target":979},{"source":1643,"target":225},{"source":1396,"target":946},{"source":1396,"target":987},{"source":1396,"target":225},{"source":1396,"target":1645},{"source":1396,"target":1646},{"source":1396,"target":1647},{"source":1645,"target":987},{"source":1645,"target":1648},{"source":1645,"target":1396},{"source":1648,"target":987},{"source":1646,"target":987},{"source":1647,"target":225},{"source":983,"target":946},{"source":983,"target":638},{"source":983,"target":81},{"source":983,"target":1173},{"source":983,"target":1649},{"source":983,"target":1650},{"source":983,"target":1651},{"source":983,"target":1652},{"source":983,"target":1653},{"source":983,"target":1654},{"source":983,"target":1655},{"source":983,"target":1656},{"source":983,"target":1657},{"source":983,"target":1658},{"source":983,"target":1659},{"source":983,"target":1660},{"source":983,"target":1661},{"source":983,"target":1662},{"source":983,"target":1663},{"source":983,"target":1664},{"source":983,"target":1665},{"source":983,"target":1666},{"source":983,"target":1667},{"source":983,"target":1668},{"source":983,"target":1669},{"source":983,"target":1670},{"source":1649,"target":905},{"source":1649,"target":1671},{"source":1649,"target":983},{"source":1649,"target":1672},{"source":1649,"target":1673},{"source":1649,"target":1674},{"source":1671,"target":905},{"source":1672,"target":922},{"source":1672,"target":1675},{"source":1672,"target":1649},{"source":1675,"target":922},{"source":1673,"target":922},{"source":1673,"target":1676},{"source":1673,"target":1649},{"source":1676,"target":922},{"source":1674,"target":1677},{"source":1674,"target":1649},{"source":1650,"target":905},{"source":1650,"target":1678},{"source":1650,"target":983},{"source":1650,"target":1679},{"source":1650,"target":1680},{"source":1650,"target":1681},{"source":1650,"target":1682},{"source":1678,"target":905},{"source":1679,"target":922},{"source":1679,"target":1683},{"source":1679,"target":1650},{"source":1683,"target":922},{"source":1680,"target":922},{"source":1680,"target":1684},{"source":1680,"target":1650},{"source":1684,"target":922},{"source":1681,"target":1685},{"source":1681,"target":1650},{"source":1682,"target":1686},{"source":1682,"target":1650},{"source":1651,"target":923},{"source":1651,"target":1687},{"source":1651,"target":983},{"source":1651,"target":1688},{"source":1651,"target":1689},{"source":1651,"target":1690},{"source":1687,"target":923},{"source":1688,"target":1691},{"source":1688,"target":1651},{"source":1689,"target":1692},{"source":1689,"target":1651},{"source":1690,"target":1693},{"source":1690,"target":1651},{"source":1652,"target":983},{"source":1652,"target":1694},{"source":1694,"target":905},{"source":1694,"target":1695},{"source":1694,"target":1652},{"source":1695,"target":905},{"source":1653,"target":1696},{"source":1653,"target":983},{"source":1653,"target":1697},{"source":1653,"target":1698},{"source":1697,"target":1699},{"source":1697,"target":1653},{"source":1698,"target":888},{"source":1698,"target":1700},{"source":1698,"target":1653},{"source":1700,"target":888},{"source":1654,"target":1701},{"source":1654,"target":983},{"source":1654,"target":1702},{"source":1654,"target":1703},{"source":1702,"target":1704},{"source":1702,"target":1654},{"source":1703,"target":888},{"source":1703,"target":1705},{"source":1703,"target":1654},{"source":1705,"target":888},{"source":1655,"target":1706},{"source":1655,"target":983},{"source":1655,"target":1707},{"source":1655,"target":1708},{"source":1655,"target":1709},{"source":1707,"target":1710},{"source":1707,"target":1655},{"source":1708,"target":1711},{"source":1708,"target":1655},{"source":1709,"target":1712},{"source":1709,"target":1655},{"source":1656,"target":638},{"source":1656,"target":1713},{"source":1656,"target":983},{"source":1713,"target":638},{"source":1657,"target":638},{"source":1657,"target":1714},{"source":1657,"target":983},{"source":1714,"target":638},{"source":1658,"target":229},{"source":1658,"target":1715},{"source":1658,"target":983},{"source":1715,"target":229},{"source":1659,"target":229},{"source":1659,"target":1716},{"source":1659,"target":983},{"source":1716,"target":229},{"source":1660,"target":1717},{"source":1660,"target":1718},{"source":1660,"target":983},{"source":1718,"target":1717},{"source":1661,"target":1399},{"source":1661,"target":1719},{"source":1661,"target":983},{"source":1719,"target":1399},{"source":1662,"target":229},{"source":1662,"target":1720},{"source":1662,"target":983},{"source":1720,"target":229},{"source":1663,"target":228},{"source":1663,"target":1721},{"source":1663,"target":983},{"source":1721,"target":228},{"source":1664,"target":1722},{"source":1664,"target":983},{"source":1665,"target":1723},{"source":1665,"target":1724},{"source":1665,"target":983},{"source":1724,"target":1723},{"source":1666,"target":229},{"source":1666,"target":1725},{"source":1666,"target":983},{"source":1725,"target":229},{"source":1667,"target":1394},{"source":1667,"target":1726},{"source":1667,"target":983},{"source":1726,"target":1394},{"source":1668,"target":638},{"source":1669,"target":81},{"source":1670,"target":1173},{"source":1173,"target":946},{"source":1173,"target":1727},{"source":1727,"target":923},{"source":1727,"target":1728},{"source":1727,"target":1173},{"source":1727,"target":1729},{"source":1727,"target":1730},{"source":1727,"target":1731},{"source":1728,"target":923},{"source":1729,"target":1732},{"source":1729,"target":1727},{"source":1730,"target":1733},{"source":1730,"target":1727},{"source":1731,"target":1734},{"source":1731,"target":1727},{"source":1397,"target":946},{"source":1397,"target":81},{"source":1397,"target":1173},{"source":1397,"target":255},{"source":1397,"target":1735},{"source":1397,"target":1736},{"source":1397,"target":1737},{"source":1397,"target":1738},{"source":1397,"target":1739},{"source":1397,"target":1740},{"source":1735,"target":1173},{"source":1735,"target":1741},{"source":1735,"target":1397},{"source":1741,"target":1173},{"source":1736,"target":1399},{"source":1736,"target":1742},{"source":1736,"target":1397},{"source":1742,"target":1399},{"source":1737,"target":1743},{"source":1737,"target":1397},{"source":1738,"target":81},{"source":1739,"target":1173},{"source":1740,"target":255},{"source":1398,"target":946},{"source":1398,"target":227},{"source":1398,"target":1744},{"source":1398,"target":1745},{"source":1744,"target":1584},{"source":1744,"target":1746},{"source":1744,"target":1398},{"source":1746,"target":1584},{"source":1745,"target":227},{"source":1399,"target":946},{"source":1399,"target":227},{"source":1399,"target":1747},{"source":1399,"target":1748},{"source":1747,"target":1717},{"source":1747,"target":1749},{"source":1747,"target":1399},{"source":1749,"target":1717},{"source":1748,"target":227},{"source":1400,"target":946},{"source":1400,"target":227},{"source":1400,"target":1750},{"source":1400,"target":1751},{"source":1750,"target":1637},{"source":1750,"target":1752},{"source":1750,"target":1400},{"source":1752,"target":1637},{"source":1751,"target":227},{"source":1290,"target":946},{"source":1290,"target":1753},{"source":1290,"target":1754},{"source":1290,"target":1755},{"source":1753,"target":1290},{"source":1754,"target":1290},{"source":1755,"target":1290},{"source":1401,"target":946},{"source":1401,"target":81},{"source":1401,"target":1756},{"source":1756,"target":81},{"source":1402,"target":946},{"source":1402,"target":1401},{"source":1402,"target":1757},{"source":1402,"target":1758},{"source":1402,"target":1759},{"source":1757,"target":229},{"source":1757,"target":1760},{"source":1757,"target":1402},{"source":1760,"target":229},{"source":1758,"target":1394},{"source":1758,"target":1761},{"source":1758,"target":1402},{"source":1761,"target":1394},{"source":1759,"target":1401},{"source":1403,"target":946},{"source":1403,"target":1401},{"source":1403,"target":1762},{"source":1403,"target":1763},{"source":1403,"target":1764},{"source":1762,"target":1765},{"source":1762,"target":1403},{"source":1763,"target":1404},{"source":1763,"target":1766},{"source":1763,"target":1403},{"source":1766,"target":1404},{"source":1764,"target":1401},{"source":1404,"target":946},{"source":1404,"target":1767},{"source":1404,"target":1768},{"source":1404,"target":1769},{"source":1767,"target":1404},{"source":1768,"target":1404},{"source":1769,"target":1404},{"source":1405,"target":946},{"source":1405,"target":128},{"source":1405,"target":1770},{"source":1405,"target":1771},{"source":1770,"target":638},{"source":1770,"target":1772},{"source":1770,"target":1405},{"source":1772,"target":638},{"source":1771,"target":128},{"source":1014,"target":946},{"source":1014,"target":81},{"source":1014,"target":254},{"source":1014,"target":255},{"source":1014,"target":1773},{"source":1014,"target":1774},{"source":1014,"target":1775},{"source":1014,"target":1776},{"source":1014,"target":1777},{"source":1014,"target":1778},{"source":1014,"target":1779},{"source":1014,"target":1780},{"source":1014,"target":1781},{"source":1014,"target":1782},{"source":1014,"target":1783},{"source":1014,"target":1784},{"source":1014,"target":1785},{"source":1014,"target":1786},{"source":1014,"target":1787},{"source":1773,"target":979},{"source":1773,"target":1788},{"source":1773,"target":1014},{"source":1773,"target":270},{"source":1788,"target":979},{"source":1774,"target":983},{"source":1774,"target":1789},{"source":1774,"target":1014},{"source":1774,"target":270},{"source":1789,"target":983},{"source":1775,"target":1397},{"source":1775,"target":1790},{"source":1775,"target":1014},{"source":1775,"target":270},{"source":1790,"target":1397},{"source":1776,"target":987},{"source":1776,"target":1791},{"source":1776,"target":1014},{"source":1776,"target":270},{"source":1791,"target":987},{"source":1777,"target":638},{"source":1777,"target":1792},{"source":1777,"target":1014},{"source":1792,"target":638},{"source":1778,"target":556},{"source":1778,"target":1793},{"source":1778,"target":1014},{"source":1793,"target":556},{"source":1779,"target":1467},{"source":1779,"target":1794},{"source":1779,"target":1014},{"source":1794,"target":1467},{"source":1780,"target":556},{"source":1780,"target":1795},{"source":1780,"target":1014},{"source":1795,"target":556},{"source":1781,"target":232},{"source":1781,"target":1796},{"source":1781,"target":1014},{"source":1796,"target":232},{"source":1782,"target":1797},{"source":1782,"target":1014},{"source":1783,"target":983},{"source":1783,"target":1798},{"source":1783,"target":1014},{"source":1798,"target":983},{"source":1784,"target":235},{"source":1784,"target":1799},{"source":1784,"target":1014},{"source":1799,"target":235},{"source":1785,"target":81},{"source":1786,"target":254},{"source":1787,"target":255},{"source":1406,"target":946},{"source":1406,"target":1014},{"source":1406,"target":1800},{"source":1406,"target":1801},{"source":1406,"target":1802},{"source":1800,"target":1803},{"source":1800,"target":1406},{"source":1801,"target":1804},{"source":1801,"target":1406},{"source":1802,"target":1014},{"source":1407,"target":1805},{"source":1407,"target":1584},{"source":1407,"target":1806},{"source":1407,"target":1807},{"source":1407,"target":1808},{"source":1407,"target":1809},{"source":1407,"target":1810},{"source":1407,"target":1811},{"source":1407,"target":1812},{"source":1407,"target":1813},{"source":1407,"target":1814},{"source":1407,"target":1815},{"source":1407,"target":1816},{"source":1407,"target":1637},{"source":1407,"target":1817},{"source":1407,"target":1818},{"source":1407,"target":1819},{"source":1407,"target":1717},{"source":1407,"target":1820},{"source":1407,"target":1821},{"source":1407,"target":1822},{"source":1407,"target":1823},{"source":1407,"target":946},{"source":1805,"target":1407},{"source":1805,"target":161},{"source":1805,"target":1824},{"source":1805,"target":1825},{"source":1805,"target":1826},{"source":1824,"target":229},{"source":1824,"target":1827},{"source":1824,"target":1805},{"source":1827,"target":229},{"source":1825,"target":243},{"source":1825,"target":1828},{"source":1825,"target":1805},{"source":1828,"target":243},{"source":1826,"target":161},{"source":1584,"target":1407},{"source":1584,"target":161},{"source":1584,"target":1805},{"source":1584,"target":526},{"source":1584,"target":528},{"source":1584,"target":1829},{"source":1584,"target":1830},{"source":1584,"target":1831},{"source":1584,"target":1832},{"source":1584,"target":1833},{"source":1584,"target":1834},{"source":1584,"target":1835},{"source":1584,"target":1836},{"source":1829,"target":229},{"source":1829,"target":1837},{"source":1829,"target":1584},{"source":1837,"target":229},{"source":1830,"target":906},{"source":1830,"target":1838},{"source":1830,"target":1584},{"source":1838,"target":906},{"source":1831,"target":1839},{"source":1831,"target":1584},{"source":1832,"target":933},{"source":1832,"target":1840},{"source":1832,"target":1584},{"source":1840,"target":933},{"source":1833,"target":161},{"source":1834,"target":1805},{"source":1835,"target":526},{"source":1836,"target":528},{"source":1806,"target":1407},{"source":1806,"target":1584},{"source":1806,"target":1841},{"source":1806,"target":1842},{"source":1841,"target":1843},{"source":1841,"target":1806},{"source":1842,"target":1584},{"source":1807,"target":1407},{"source":1807,"target":1584},{"source":1807,"target":1844},{"source":1807,"target":1845},{"source":1807,"target":1846},{"source":1807,"target":1847},{"source":1844,"target":1848},{"source":1844,"target":1807},{"source":1845,"target":1849},{"source":1845,"target":1807},{"source":1846,"target":243},{"source":1846,"target":1850},{"source":1846,"target":1807},{"source":1850,"target":243},{"source":1847,"target":1584},{"source":1808,"target":1407},{"source":1808,"target":1584},{"source":1808,"target":1851},{"source":1808,"target":1852},{"source":1808,"target":1853},{"source":1808,"target":1854},{"source":1851,"target":229},{"source":1851,"target":1855},{"source":1851,"target":1808},{"source":1855,"target":229},{"source":1852,"target":229},{"source":1852,"target":1856},{"source":1852,"target":1808},{"source":1856,"target":229},{"source":1853,"target":243},{"source":1853,"target":1857},{"source":1853,"target":1808},{"source":1857,"target":243},{"source":1854,"target":1584},{"source":1809,"target":1407},{"source":1809,"target":1584},{"source":1809,"target":1858},{"source":1809,"target":1859},{"source":1809,"target":1860},{"source":1809,"target":1861},{"source":1858,"target":243},{"source":1858,"target":1862},{"source":1858,"target":1809},{"source":1862,"target":243},{"source":1859,"target":229},{"source":1859,"target":1863},{"source":1859,"target":1809},{"source":1863,"target":229},{"source":1860,"target":229},{"source":1860,"target":1864},{"source":1860,"target":1809},{"source":1864,"target":229},{"source":1861,"target":1584},{"source":1810,"target":1407},{"source":1810,"target":1584},{"source":1810,"target":1865},{"source":1810,"target":1866},{"source":1810,"target":1867},{"source":1865,"target":921},{"source":1865,"target":1868},{"source":1865,"target":1810},{"source":1868,"target":921},{"source":1866,"target":243},{"source":1866,"target":1869},{"source":1866,"target":1810},{"source":1869,"target":243},{"source":1867,"target":1584},{"source":1811,"target":1407},{"source":1811,"target":1584},{"source":1811,"target":1870},{"source":1811,"target":1871},{"source":1870,"target":243},{"source":1870,"target":1872},{"source":1870,"target":1811},{"source":1872,"target":243},{"source":1871,"target":1584},{"source":1812,"target":1407},{"source":1812,"target":1584},{"source":1812,"target":1873},{"source":1812,"target":1874},{"source":1812,"target":1875},{"source":1873,"target":243},{"source":1873,"target":1876},{"source":1873,"target":1812},{"source":1876,"target":243},{"source":1874,"target":229},{"source":1874,"target":1877},{"source":1874,"target":1812},{"source":1877,"target":229},{"source":1875,"target":1584},{"source":1813,"target":1407},{"source":1813,"target":1584},{"source":1813,"target":1878},{"source":1813,"target":1879},{"source":1813,"target":1880},{"source":1878,"target":928},{"source":1878,"target":1881},{"source":1878,"target":1813},{"source":1881,"target":928},{"source":1879,"target":1814},{"source":1879,"target":1882},{"source":1879,"target":1813},{"source":1882,"target":1814},{"source":1880,"target":1584},{"source":1814,"target":1407},{"source":1814,"target":1883},{"source":1814,"target":1884},{"source":1814,"target":1885},{"source":1814,"target":1886},{"source":1814,"target":1887},{"source":1814,"target":1888},{"source":1883,"target":229},{"source":1883,"target":1889},{"source":1883,"target":1814},{"source":1889,"target":229},{"source":1884,"target":229},{"source":1884,"target":1890},{"source":1884,"target":1814},{"source":1890,"target":229},{"source":1885,"target":229},{"source":1885,"target":1891},{"source":1885,"target":1814},{"source":1891,"target":229},{"source":1886,"target":243},{"source":1886,"target":1892},{"source":1886,"target":1814},{"source":1892,"target":243},{"source":1887,"target":243},{"source":1887,"target":1893},{"source":1887,"target":1814},{"source":1893,"target":243},{"source":1888,"target":1894},{"source":1888,"target":1814},{"source":1815,"target":1407},{"source":1815,"target":1895},{"source":1815,"target":1896},{"source":1895,"target":229},{"source":1895,"target":1897},{"source":1895,"target":1815},{"source":1897,"target":229},{"source":1896,"target":229},{"source":1896,"target":1898},{"source":1896,"target":1815},{"source":1898,"target":229},{"source":1816,"target":1407},{"source":1816,"target":161},{"source":1816,"target":1899},{"source":1816,"target":1900},{"source":1816,"target":1901},{"source":1899,"target":1902},{"source":1899,"target":1816},{"source":1900,"target":1903},{"source":1900,"target":1816},{"source":1901,"target":161},{"source":1637,"target":1407},{"source":1637,"target":1816},{"source":1637,"target":1805},{"source":1637,"target":526},{"source":1637,"target":528},{"source":1637,"target":1904},{"source":1637,"target":1905},{"source":1637,"target":1906},{"source":1637,"target":1907},{"source":1637,"target":1908},{"source":1904,"target":1909},{"source":1904,"target":1637},{"source":1905,"target":1816},{"source":1906,"target":1805},{"source":1907,"target":526},{"source":1908,"target":528},{"source":1817,"target":1407},{"source":1817,"target":1637},{"source":1817,"target":1815},{"source":1817,"target":1910},{"source":1817,"target":1911},{"source":1817,"target":1912},{"source":1817,"target":1913},{"source":1817,"target":1914},{"source":1817,"target":1915},{"source":1910,"target":914},{"source":1910,"target":1916},{"source":1910,"target":1817},{"source":1916,"target":914},{"source":1911,"target":243},{"source":1911,"target":1917},{"source":1911,"target":1817},{"source":1917,"target":243},{"source":1912,"target":243},{"source":1912,"target":1918},{"source":1912,"target":1817},{"source":1918,"target":243},{"source":1913,"target":527},{"source":1913,"target":1919},{"source":1913,"target":1817},{"source":1919,"target":527},{"source":1914,"target":1637},{"source":1915,"target":1815},{"source":1818,"target":1407},{"source":1818,"target":1637},{"source":1818,"target":1815},{"source":1818,"target":1920},{"source":1818,"target":1921},{"source":1818,"target":1922},{"source":1818,"target":1923},{"source":1920,"target":913},{"source":1920,"target":1924},{"source":1920,"target":1818},{"source":1924,"target":913},{"source":1921,"target":243},{"source":1921,"target":1925},{"source":1921,"target":1818},{"source":1925,"target":243},{"source":1922,"target":1637},{"source":1923,"target":1815},{"source":1819,"target":1407},{"source":1819,"target":1584},{"source":1819,"target":1637},{"source":1819,"target":1926},{"source":1819,"target":1927},{"source":1819,"target":1928},{"source":1926,"target":1929},{"source":1926,"target":1819},{"source":1927,"target":1584},{"source":1928,"target":1637},{"source":1717,"target":1407},{"source":1717,"target":161},{"source":1717,"target":1930},{"source":1717,"target":1931},{"source":1717,"target":1932},{"source":1717,"target":1933},{"source":1717,"target":1934},{"source":1717,"target":1935},{"source":1717,"target":1936},{"source":1717,"target":1937},{"source":1717,"target":1938},{"source":1717,"target":1939},{"source":1717,"target":1940},{"source":1930,"target":243},{"source":1930,"target":1941},{"source":1930,"target":1717},{"source":1941,"target":243},{"source":1931,"target":924},{"source":1931,"target":1942},{"source":1931,"target":1717},{"source":1942,"target":924},{"source":1932,"target":925},{"source":1932,"target":1943},{"source":1932,"target":1717},{"source":1943,"target":925},{"source":1933,"target":925},{"source":1933,"target":1944},{"source":1933,"target":1717},{"source":1944,"target":925},{"source":1934,"target":229},{"source":1934,"target":1945},{"source":1934,"target":1717},{"source":1945,"target":229},{"source":1935,"target":926},{"source":1935,"target":1946},{"source":1935,"target":1717},{"source":1946,"target":926},{"source":1936,"target":1290},{"source":1936,"target":1947},{"source":1936,"target":1717},{"source":1947,"target":1290},{"source":1937,"target":1820},{"source":1937,"target":1948},{"source":1937,"target":1717},{"source":1948,"target":1820},{"source":1938,"target":1821},{"source":1938,"target":1949},{"source":1938,"target":1717},{"source":1949,"target":1821},{"source":1939,"target":1822},{"source":1939,"target":1950},{"source":1939,"target":1717},{"source":1950,"target":1822},{"source":1940,"target":161},{"source":1820,"target":1407},{"source":1820,"target":525},{"source":1820,"target":1951},{"source":1951,"target":525},{"source":1821,"target":1407},{"source":1821,"target":525},{"source":1821,"target":1952},{"source":1952,"target":525},{"source":1822,"target":1407},{"source":1822,"target":525},{"source":1822,"target":1953},{"source":1953,"target":525},{"source":1823,"target":1407},{"source":1823,"target":1717},{"source":1823,"target":1954},{"source":1954,"target":1717},{"source":1408,"target":1467},{"source":1408,"target":1955},{"source":1408,"target":1956},{"source":1408,"target":1957},{"source":1408,"target":1958},{"source":1408,"target":1959},{"source":1408,"target":1507},{"source":1408,"target":1514},{"source":1408,"target":1960},{"source":1408,"target":1961},{"source":1408,"target":1723},{"source":1408,"target":1962},{"source":1408,"target":1963},{"source":1408,"target":1509},{"source":1408,"target":1011},{"source":1408,"target":1964},{"source":1408,"target":1965},{"source":1408,"target":1966},{"source":1408,"target":1967},{"source":1408,"target":1968},{"source":1408,"target":1969},{"source":1408,"target":1970},{"source":1408,"target":1971},{"source":1408,"target":1972},{"source":1408,"target":1973},{"source":1408,"target":1974},{"source":1408,"target":946},{"source":1467,"target":1408},{"source":1467,"target":81},{"source":1467,"target":255},{"source":1467,"target":1975},{"source":1467,"target":1976},{"source":1467,"target":1977},{"source":1467,"target":1978},{"source":1467,"target":1979},{"source":1467,"target":1980},{"source":1467,"target":1981},{"source":1467,"target":1982},{"source":1975,"target":1983},{"source":1975,"target":1467},{"source":1976,"target":495},{"source":1976,"target":1984},{"source":1976,"target":1467},{"source":1976,"target":270},{"source":1984,"target":495},{"source":1977,"target":1467},{"source":1977,"target":1985},{"source":1977,"target":1467},{"source":1977,"target":270},{"source":1985,"target":1467},{"source":1978,"target":567},{"source":1978,"target":1986},{"source":1978,"target":1467},{"source":1986,"target":567},{"source":1979,"target":495},{"source":1979,"target":1987},{"source":1979,"target":1467},{"source":1987,"target":495},{"source":1980,"target":1956},{"source":1980,"target":1988},{"source":1980,"target":1467},{"source":1988,"target":1956},{"source":1981,"target":81},{"source":1982,"target":255},{"source":1955,"target":1408},{"source":1955,"target":495},{"source":1955,"target":1989},{"source":1955,"target":1990},{"source":1989,"target":556},{"source":1989,"target":1991},{"source":1989,"target":1955},{"source":1991,"target":556},{"source":1990,"target":495},{"source":1956,"target":1408},{"source":1956,"target":1992},{"source":1956,"target":1993},{"source":1992,"target":1955},{"source":1992,"target":1994},{"source":1992,"target":1956},{"source":1994,"target":1955},{"source":1993,"target":556},{"source":1993,"target":1995},{"source":1993,"target":1956},{"source":1995,"target":556},{"source":1957,"target":1408},{"source":1957,"target":557},{"source":1957,"target":1996},{"source":1957,"target":1997},{"source":1957,"target":1998},{"source":1957,"target":1999},{"source":1957,"target":2000},{"source":1957,"target":2001},{"source":1957,"target":2002},{"source":1996,"target":979},{"source":1996,"target":2003},{"source":1996,"target":1957},{"source":2003,"target":979},{"source":1997,"target":1969},{"source":1997,"target":2004},{"source":1997,"target":1957},{"source":2004,"target":1969},{"source":1998,"target":580},{"source":1998,"target":2005},{"source":1998,"target":1957},{"source":2005,"target":580},{"source":1999,"target":585},{"source":1999,"target":2006},{"source":1999,"target":1957},{"source":2006,"target":585},{"source":2000,"target":2007},{"source":2000,"target":1957},{"source":2001,"target":1394},{"source":2001,"target":2008},{"source":2001,"target":1957},{"source":2008,"target":1394},{"source":2002,"target":557},{"source":1958,"target":1408},{"source":1958,"target":557},{"source":1958,"target":2009},{"source":1958,"target":2010},{"source":1958,"target":2011},{"source":1958,"target":2012},{"source":1958,"target":2013},{"source":1958,"target":2014},{"source":1958,"target":2015},{"source":1958,"target":2016},{"source":1958,"target":2017},{"source":1958,"target":2018},{"source":1958,"target":2019},{"source":1958,"target":2020},{"source":2009,"target":983},{"source":2009,"target":2021},{"source":2009,"target":1958},{"source":2009,"target":2022},{"source":2009,"target":2023},{"source":2009,"target":2024},{"source":2021,"target":983},{"source":2022,"target":922},{"source":2022,"target":2025},{"source":2022,"target":2009},{"source":2025,"target":922},{"source":2023,"target":922},{"source":2023,"target":2026},{"source":2023,"target":2009},{"source":2026,"target":922},{"source":2024,"target":2027},{"source":2024,"target":2009},{"source":2010,"target":983},{"source":2010,"target":2028},{"source":2010,"target":1958},{"source":2028,"target":983},{"source":2011,"target":1964},{"source":2011,"target":2029},{"source":2011,"target":1958},{"source":2029,"target":1964},{"source":2012,"target":1966},{"source":2012,"target":2030},{"source":2012,"target":1958},{"source":2030,"target":1966},{"source":2013,"target":1965},{"source":2013,"target":2031},{"source":2013,"target":1958},{"source":2031,"target":1965},{"source":2014,"target":1967},{"source":2014,"target":2032},{"source":2014,"target":1958},{"source":2032,"target":1967},{"source":2015,"target":587},{"source":2015,"target":2033},{"source":2015,"target":1958},{"source":2033,"target":587},{"source":2016,"target":2034},{"source":2016,"target":1958},{"source":2017,"target":638},{"source":2017,"target":2035},{"source":2017,"target":1958},{"source":2035,"target":638},{"source":2018,"target":638},{"source":2018,"target":2036},{"source":2018,"target":1958},{"source":2036,"target":638},{"source":2019,"target":229},{"source":2019,"target":2037},{"source":2019,"target":1958},{"source":2037,"target":229},{"source":2020,"target":557},{"source":1959,"target":1408},{"source":1959,"target":557},{"source":1959,"target":2038},{"source":1959,"target":2039},{"source":1959,"target":2040},{"source":1959,"target":2041},{"source":1959,"target":2042},{"source":1959,"target":2043},{"source":1959,"target":2044},{"source":2038,"target":987},{"source":2038,"target":2045},{"source":2038,"target":1959},{"source":2045,"target":987},{"source":2039,"target":1969},{"source":2039,"target":2046},{"source":2039,"target":1959},{"source":2046,"target":1969},{"source":2040,"target":580},{"source":2040,"target":2047},{"source":2040,"target":1959},{"source":2047,"target":580},{"source":2041,"target":585},{"source":2041,"target":2048},{"source":2041,"target":1959},{"source":2048,"target":585},{"source":2042,"target":2049},{"source":2042,"target":1959},{"source":2043,"target":1394},{"source":2043,"target":2050},{"source":2043,"target":1959},{"source":2050,"target":1394},{"source":2044,"target":557},{"source":1507,"target":1408},{"source":1507,"target":557},{"source":1507,"target":2051},{"source":1507,"target":2052},{"source":1507,"target":2053},{"source":1507,"target":2054},{"source":1507,"target":2055},{"source":1507,"target":2056},{"source":1507,"target":2057},{"source":2051,"target":638},{"source":2051,"target":2058},{"source":2051,"target":1507},{"source":2058,"target":638},{"source":2052,"target":577},{"source":2052,"target":2059},{"source":2052,"target":1507},{"source":2059,"target":577},{"source":2053,"target":577},{"source":2053,"target":2060},{"source":2053,"target":1507},{"source":2060,"target":577},{"source":2054,"target":580},{"source":2054,"target":2061},{"source":2054,"target":1507},{"source":2061,"target":580},{"source":2055,"target":586},{"source":2055,"target":2062},{"source":2055,"target":1507},{"source":2062,"target":586},{"source":2056,"target":1960},{"source":2056,"target":2063},{"source":2056,"target":1507},{"source":2063,"target":1960},{"source":2057,"target":557},{"source":1514,"target":1408},{"source":1514,"target":557},{"source":1514,"target":1516},{"source":1514,"target":2064},{"source":1514,"target":2065},{"source":1514,"target":2066},{"source":1514,"target":2067},{"source":1516,"target":638},{"source":1516,"target":2068},{"source":1516,"target":1514},{"source":1516,"target":1491},{"source":2068,"target":638},{"source":2064,"target":1968},{"source":2064,"target":2069},{"source":2064,"target":1514},{"source":2069,"target":1968},{"source":2065,"target":1968},{"source":2065,"target":2070},{"source":2065,"target":1514},{"source":2070,"target":1968},{"source":2066,"target":586},{"source":2066,"target":2071},{"source":2066,"target":1514},{"source":2071,"target":586},{"source":2067,"target":557},{"source":1960,"target":1408},{"source":1960,"target":2072},{"source":1960,"target":2073},{"source":2072,"target":2074},{"source":2072,"target":1960},{"source":2073,"target":1961},{"source":2073,"target":2075},{"source":2073,"target":1960},{"source":2075,"target":1961},{"source":1961,"target":1408},{"source":1961,"target":2076},{"source":1961,"target":2077},{"source":2076,"target":2078},{"source":2076,"target":1961},{"source":2077,"target":229},{"source":2077,"target":2079},{"source":2077,"target":1961},{"source":2079,"target":229},{"source":1723,"target":1408},{"source":1723,"target":557},{"source":1723,"target":2080},{"source":1723,"target":2081},{"source":1723,"target":2082},{"source":1723,"target":2083},{"source":1723,"target":2084},{"source":1723,"target":2085},{"source":1723,"target":2086},{"source":1723,"target":2087},{"source":1723,"target":2088},{"source":1723,"target":2089},{"source":2080,"target":983},{"source":2080,"target":2090},{"source":2080,"target":1723},{"source":2090,"target":983},{"source":2081,"target":1962},{"source":2081,"target":2091},{"source":2081,"target":1723},{"source":2091,"target":1962},{"source":2082,"target":1964},{"source":2082,"target":2092},{"source":2082,"target":1723},{"source":2092,"target":1964},{"source":2083,"target":1966},{"source":2083,"target":2093},{"source":2083,"target":1723},{"source":2093,"target":1966},{"source":2084,"target":1965},{"source":2084,"target":2094},{"source":2084,"target":1723},{"source":2094,"target":1965},{"source":2085,"target":1967},{"source":2085,"target":2095},{"source":2085,"target":1723},{"source":2095,"target":1967},{"source":2086,"target":574},{"source":2086,"target":2096},{"source":2086,"target":1723},{"source":2096,"target":574},{"source":2087,"target":586},{"source":2087,"target":2097},{"source":2087,"target":1723},{"source":2097,"target":586},{"source":2088,"target":574},{"source":2088,"target":2098},{"source":2088,"target":1723},{"source":2098,"target":574},{"source":2089,"target":557},{"source":1962,"target":1408},{"source":1962,"target":2099},{"source":1962,"target":2100},{"source":1962,"target":2101},{"source":2099,"target":1962},{"source":2100,"target":1962},{"source":2101,"target":1962},{"source":1963,"target":1408},{"source":1963,"target":556},{"source":1963,"target":2102},{"source":1963,"target":2103},{"source":2102,"target":2104},{"source":2102,"target":1963},{"source":2103,"target":556},{"source":1509,"target":1408},{"source":1509,"target":557},{"source":1509,"target":2105},{"source":1509,"target":2106},{"source":1509,"target":2107},{"source":1509,"target":2108},{"source":1509,"target":2109},{"source":2105,"target":638},{"source":2105,"target":2110},{"source":2105,"target":1509},{"source":2110,"target":638},{"source":2106,"target":582},{"source":2106,"target":2111},{"source":2106,"target":1509},{"source":2111,"target":582},{"source":2107,"target":586},{"source":2107,"target":2112},{"source":2107,"target":1509},{"source":2112,"target":586},{"source":2108,"target":229},{"source":2108,"target":2113},{"source":2108,"target":1509},{"source":2113,"target":229},{"source":2109,"target":557},{"source":1011,"target":1408},{"source":1011,"target":556},{"source":1011,"target":2114},{"source":1011,"target":2115},{"source":1011,"target":2116},{"source":2114,"target":228},{"source":2114,"target":2117},{"source":2114,"target":1011},{"source":2117,"target":228},{"source":2115,"target":586},{"source":2115,"target":2118},{"source":2115,"target":1011},{"source":2118,"target":586},{"source":2116,"target":556},{"source":1964,"target":1408},{"source":1964,"target":568},{"source":1964,"target":569},{"source":1964,"target":2119},{"source":1964,"target":2120},{"source":2119,"target":568},{"source":2120,"target":569},{"source":1965,"target":1408},{"source":1965,"target":568},{"source":1965,"target":569},{"source":1965,"target":2121},{"source":1965,"target":2122},{"source":2121,"target":568},{"source":2122,"target":569},{"source":1966,"target":1408},{"source":1966,"target":568},{"source":1966,"target":569},{"source":1966,"target":2123},{"source":1966,"target":2124},{"source":2123,"target":568},{"source":2124,"target":569},{"source":1967,"target":1408},{"source":1967,"target":568},{"source":1967,"target":569},{"source":1967,"target":2125},{"source":1967,"target":2126},{"source":2125,"target":568},{"source":2126,"target":569},{"source":1968,"target":1408},{"source":1968,"target":568},{"source":1968,"target":569},{"source":1968,"target":2127},{"source":1968,"target":2128},{"source":2127,"target":568},{"source":2128,"target":569},{"source":1969,"target":1408},{"source":1969,"target":568},{"source":1969,"target":569},{"source":1969,"target":2129},{"source":1969,"target":2130},{"source":2129,"target":568},{"source":2130,"target":569},{"source":1970,"target":1408},{"source":1970,"target":583},{"source":1970,"target":2131},{"source":1970,"target":2132},{"source":1970,"target":2133},{"source":1970,"target":2134},{"source":2131,"target":638},{"source":2131,"target":2135},{"source":2131,"target":1970},{"source":2135,"target":638},{"source":2132,"target":229},{"source":2132,"target":2136},{"source":2132,"target":1970},{"source":2136,"target":229},{"source":2133,"target":2137},{"source":2133,"target":1970},{"source":2134,"target":583},{"source":1971,"target":1408},{"source":1971,"target":1970},{"source":1971,"target":2138},{"source":1971,"target":2139},{"source":1971,"target":2140},{"source":2138,"target":229},{"source":2138,"target":2141},{"source":2138,"target":1971},{"source":2141,"target":229},{"source":2139,"target":229},{"source":2139,"target":2142},{"source":2139,"target":1971},{"source":2142,"target":229},{"source":2140,"target":1970},{"source":1972,"target":1408},{"source":1972,"target":583},{"source":1972,"target":2143},{"source":1972,"target":2144},{"source":1972,"target":2145},{"source":2143,"target":2146},{"source":2143,"target":1972},{"source":2144,"target":996},{"source":2144,"target":2147},{"source":2144,"target":1972},{"source":2147,"target":996},{"source":2145,"target":583},{"source":1973,"target":1408},{"source":1973,"target":339},{"source":1973,"target":2148},{"source":1973,"target":2149},{"source":2148,"target":996},{"source":2148,"target":2150},{"source":2148,"target":1973},{"source":2150,"target":996},{"source":2149,"target":339},{"source":1974,"target":1408},{"source":1974,"target":341},{"source":1974,"target":2151},{"source":1974,"target":2152},{"source":2151,"target":996},{"source":2151,"target":2153},{"source":2151,"target":1974},{"source":2153,"target":996},{"source":2152,"target":341},{"source":1409,"target":1006},{"source":1409,"target":2154},{"source":1409,"target":2155},{"source":1409,"target":1053},{"source":1409,"target":2156},{"source":1409,"target":1337},{"source":1409,"target":2157},{"source":1409,"target":946},{"source":1006,"target":1409},{"source":1006,"target":81},{"source":1006,"target":255},{"source":1006,"target":2158},{"source":1006,"target":2159},{"source":1006,"target":2160},{"source":2158,"target":2161},{"source":2158,"target":1006},{"source":2158,"target":2162},{"source":2162,"target":889},{"source":2162,"target":2163},{"source":2162,"target":2158},{"source":2163,"target":889},{"source":2159,"target":81},{"source":2160,"target":255},{"source":2154,"target":1409},{"source":2154,"target":2164},{"source":2154,"target":2165},{"source":2164,"target":2166},{"source":2164,"target":2154},{"source":2164,"target":2167},{"source":2167,"target":889},{"source":2167,"target":2168},{"source":2167,"target":2164},{"source":2168,"target":889},{"source":2165,"target":2157},{"source":2165,"target":2169},{"source":2165,"target":2154},{"source":2169,"target":2157},{"source":2155,"target":1409},{"source":2155,"target":2154},{"source":2155,"target":2170},{"source":2155,"target":2171},{"source":2155,"target":2172},{"source":2155,"target":2173},{"source":2170,"target":638},{"source":2170,"target":2174},{"source":2170,"target":2155},{"source":2174,"target":638},{"source":2171,"target":229},{"source":2171,"target":2175},{"source":2171,"target":2155},{"source":2175,"target":229},{"source":2172,"target":229},{"source":2172,"target":2176},{"source":2172,"target":2155},{"source":2176,"target":229},{"source":2173,"target":2154},{"source":1053,"target":1409},{"source":1053,"target":1006},{"source":1053,"target":2177},{"source":1053,"target":2178},{"source":2177,"target":2154},{"source":2177,"target":2179},{"source":2177,"target":1053},{"source":2179,"target":2154},{"source":2178,"target":1006},{"source":2156,"target":1409},{"source":2156,"target":2154},{"source":2156,"target":2180},{"source":2156,"target":2181},{"source":2156,"target":2182},{"source":2156,"target":2183},{"source":2180,"target":2156},{"source":2180,"target":2184},{"source":2184,"target":2185},{"source":2184,"target":2180},{"source":2185,"target":2186},{"source":2185,"target":2187},{"source":2181,"target":1337},{"source":2181,"target":2188},{"source":2181,"target":2156},{"source":2188,"target":1337},{"source":2182,"target":229},{"source":2182,"target":2189},{"source":2182,"target":2156},{"source":2189,"target":229},{"source":2183,"target":2154},{"source":1337,"target":1409},{"source":1337,"target":242},{"source":1337,"target":2190},{"source":1337,"target":2191},{"source":2190,"target":2192},{"source":2190,"target":1337},{"source":2191,"target":242},{"source":2157,"target":1409},{"source":2157,"target":2193},{"source":2157,"target":2194},{"source":2193,"target":2157},{"source":2194,"target":2157},{"source":1410,"target":295},{"source":1410,"target":1009},{"source":1410,"target":2195},{"source":1410,"target":2196},{"source":1410,"target":2197},{"source":1410,"target":2198},{"source":1410,"target":2199},{"source":1410,"target":946},{"source":295,"target":1410},{"source":295,"target":81},{"source":295,"target":2200},{"source":295,"target":297},{"source":295,"target":2201},{"source":295,"target":2202},{"source":295,"target":2203},{"source":2200,"target":1009},{"source":2200,"target":2204},{"source":2200,"target":295},{"source":2204,"target":1009},{"source":297,"target":2205},{"source":297,"target":295},{"source":2201,"target":1009},{"source":2201,"target":2206},{"source":2201,"target":295},{"source":2206,"target":1009},{"source":2202,"target":1009},{"source":2202,"target":2207},{"source":2202,"target":295},{"source":2207,"target":1009},{"source":2203,"target":81},{"source":1009,"target":1410},{"source":1009,"target":2208},{"source":1009,"target":2209},{"source":1009,"target":2210},{"source":1009,"target":2211},{"source":1009,"target":2212},{"source":1009,"target":2213},{"source":2208,"target":2214},{"source":2208,"target":1009},{"source":2208,"target":2215},{"source":2215,"target":2216},{"source":2215,"target":2208},{"source":2209,"target":2217},{"source":2209,"target":1009},{"source":2209,"target":2218},{"source":2218,"target":2219},{"source":2218,"target":2209},{"source":2210,"target":2198},{"source":2210,"target":2220},{"source":2210,"target":1009},{"source":2220,"target":2198},{"source":2211,"target":229},{"source":2211,"target":2221},{"source":2211,"target":1009},{"source":2221,"target":229},{"source":2212,"target":2197},{"source":2212,"target":2222},{"source":2212,"target":1009},{"source":2222,"target":2197},{"source":2213,"target":2199},{"source":2213,"target":2223},{"source":2213,"target":1009},{"source":2223,"target":2199},{"source":2195,"target":1410},{"source":2195,"target":1009},{"source":2195,"target":2224},{"source":2195,"target":2225},{"source":2224,"target":228},{"source":2224,"target":2226},{"source":2224,"target":2195},{"source":2226,"target":228},{"source":2225,"target":1009},{"source":2196,"target":1410},{"source":2196,"target":1009},{"source":2196,"target":2227},{"source":2196,"target":2228},{"source":2227,"target":638},{"source":2227,"target":2229},{"source":2227,"target":2196},{"source":2229,"target":638},{"source":2228,"target":1009},{"source":2197,"target":1410},{"source":2197,"target":2230},{"source":2230,"target":229},{"source":2230,"target":2231},{"source":2230,"target":2197},{"source":2231,"target":229},{"source":2198,"target":1410},{"source":2198,"target":2232},{"source":2198,"target":2233},{"source":2198,"target":2234},{"source":2232,"target":2198},{"source":2233,"target":2198},{"source":2234,"target":2198},{"source":2199,"target":1410},{"source":2199,"target":2235},{"source":2199,"target":2236},{"source":2235,"target":2237},{"source":2235,"target":2199},{"source":2236,"target":586},{"source":2236,"target":2238},{"source":2236,"target":2199},{"source":2238,"target":586},{"source":1411,"target":1448},{"source":1411,"target":1004},{"source":1411,"target":946},{"source":1448,"target":1411},{"source":1448,"target":81},{"source":1448,"target":2239},{"source":1448,"target":2240},{"source":2239,"target":1004},{"source":2239,"target":2241},{"source":2239,"target":1448},{"source":2241,"target":1004},{"source":2240,"target":81},{"source":1004,"target":1411},{"source":1004,"target":81},{"source":1004,"target":255},{"source":1004,"target":2242},{"source":1004,"target":2243},{"source":1004,"target":2244},{"source":1004,"target":2245},{"source":1004,"target":2246},{"source":2242,"target":1006},{"source":2242,"target":2247},{"source":2242,"target":1004},{"source":2247,"target":1006},{"source":2243,"target":1009},{"source":2243,"target":2248},{"source":2243,"target":1004},{"source":2248,"target":1009},{"source":2244,"target":1011},{"source":2244,"target":2249},{"source":2244,"target":1004},{"source":2249,"target":1011},{"source":2245,"target":81},{"source":2246,"target":255}],"multigraph":true} | ecore |
simple-pl | repo-ecore-all/data/wijtserekker/flinktodink/metamodels/dinkie/dinkiemodel.ecore | dinkiemodel
Program
functions
mainFunc
Main
statements
FunctionDecl
statements
name
arguments
type
Statement
EBaseType
INT
INT
BOOL
BOOL
CHAR
CHAR
Declaration
global
varName
type
expression
BaseType
type
Type
ArrayType
arrayType
EmptyArrayDecl
global
varName
arraytype
size
ReadStatement
type
varName
WriteStatement
type
expression
Assign
varName
expression
FilledArrayDecl
global
varName
arraytype
expression
Expression
StringArrayDecl
global
varName
content
ArrayAssign
varName
index
expression
While
expression
statements
IfOne
expression
statements
IfTwo
thenStats
expression
elseStats
Parallel
nrOfThreads
statements
Sync
varName
statements
Return
expression
ETwoOperator
MINUS
MINUS
PLUS
PLUS
TIMES
TIMES
DEVIDE
DEVIDE
EQUAL
EQUAL
NOT_EQUAL
NOT_EQUAL
GT
GT
LT
LT
GE
GE
LE
LE
OR
OR
AND
AND
XOR
XOR
EOneOperator
MINUS
MINUS
NOT
NOT
Number
value
BoolVal
value
Character
value
OneOperator
operator
expression
TwoOperator
operator
MINUS
leftExpr
rightExpr
BracketExpr
expression
ArrayExpr
index
varName
FuncExpr
arguments
funcName
ThreadID
Argument
type
name
VariableExpr
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="dinkiemodel" nsURI="http://www.example.org/dinkiemodel" nsPrefix="dinkiemodel">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//FunctionDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainFunc" lowerBound="1"
eType="#//Main" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Main">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Argument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EEnum" name="EBaseType">
<eLiterals name="INT"/>
<eLiterals name="BOOL" value="1"/>
<eLiterals name="CHAR" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//BaseType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//EBaseType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayType" lowerBound="1"
eType="#//EBaseType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyArrayDecl" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraytype" lowerBound="1"
eType="#//ArrayType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//BaseType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilledArrayDecl" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraytype" lowerBound="1"
eType="#//ArrayType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="StringArrayDecl" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAssign" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" 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="IfOne" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" 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="IfTwo" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStats" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStats" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nrOfThreads" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sync" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ETwoOperator">
<eLiterals name="MINUS"/>
<eLiterals name="PLUS" value="1"/>
<eLiterals name="TIMES" value="2"/>
<eLiterals name="DEVIDE" value="3"/>
<eLiterals name="EQUAL" value="4"/>
<eLiterals name="NOT_EQUAL" value="4"/>
<eLiterals name="GT" value="6"/>
<eLiterals name="LT" value="7"/>
<eLiterals name="GE" value="8"/>
<eLiterals name="LE" value="9"/>
<eLiterals name="OR" value="10"/>
<eLiterals name="AND" value="11"/>
<eLiterals name="XOR" value="12"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EOneOperator">
<eLiterals name="MINUS"/>
<eLiterals name="NOT" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Number" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolVal" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneOperator" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//EOneOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TwoOperator" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//ETwoOperator" defaultValueLiteral="MINUS"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExpr" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpr" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BracketExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FuncExpr" eSuperTypes="#//Expression #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="funcName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadID" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExpr" eSuperTypes="#//Expression">
<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":"dinkiemodel","nsURI":"http://www.example.org/dinkiemodel","name":"dinkiemodel","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":"Main","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBaseType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyArrayDecl","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilledArrayDecl","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringArrayDecl","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAssign","instanceClass":null,"abstract":false,"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":"IfOne","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfTwo","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sync","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETwoOperator","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EOneOperator","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolVal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneOperator","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoOperator","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracketExpr","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayExpr","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncExpr","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadID","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpr","instanceClass":null,"abstract":false,"id":36,"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":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"mainFunc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"INT","id":51,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"BOOL","id":52,"value":1,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"CHAR","id":53,"value":2,"literal":"CHAR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":55,"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":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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,"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":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraytype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":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":78,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":88,"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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":93,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraytype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":103,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":109,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"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":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":"elseStats","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nrOfThreads","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"name":"MINUS","id":146,"value":0,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"PLUS","id":147,"value":1,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"TIMES","id":148,"value":2,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DEVIDE","id":149,"value":3,"literal":"DEVIDE","eClass":"EEnumLiteral"},{"name":"EQUAL","id":150,"value":4,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":151,"value":4,"literal":"NOT_EQUAL","eClass":"EEnumLiteral"},{"name":"GT","id":152,"value":6,"literal":"GT","eClass":"EEnumLiteral"},{"name":"LT","id":153,"value":7,"literal":"LT","eClass":"EEnumLiteral"},{"name":"GE","id":154,"value":8,"literal":"GE","eClass":"EEnumLiteral"},{"name":"LE","id":155,"value":9,"literal":"LE","eClass":"EEnumLiteral"},{"name":"OR","id":156,"value":10,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":157,"value":11,"literal":"AND","eClass":"EEnumLiteral"},{"name":"XOR","id":158,"value":12,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"MINUS","id":159,"value":0,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"NOT","id":160,"value":1,"literal":"NOT","eClass":"EEnumLiteral"},{"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"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":170,"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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"MINUS","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":175,"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":"leftExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"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":"rightExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"funcName","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"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":37},{"source":1,"target":38},{"source":37,"target":3},{"source":37,"target":39},{"source":37,"target":1},{"source":39,"target":3},{"source":38,"target":2},{"source":38,"target":40},{"source":38,"target":1},{"source":40,"target":2},{"source":2,"target":0},{"source":2,"target":41},{"source":41,"target":4},{"source":41,"target":42},{"source":41,"target":2},{"source":42,"target":4},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":43,"target":4},{"source":43,"target":47},{"source":43,"target":3},{"source":47,"target":4},{"source":44,"target":48},{"source":44,"target":3},{"source":45,"target":35},{"source":45,"target":49},{"source":45,"target":3},{"source":49,"target":35},{"source":46,"target":8},{"source":46,"target":50},{"source":46,"target":3},{"source":50,"target":8},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":51,"target":5},{"source":52,"target":5},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":54,"target":59},{"source":54,"target":6},{"source":55,"target":60},{"source":55,"target":6},{"source":56,"target":7},{"source":56,"target":61},{"source":56,"target":6},{"source":61,"target":7},{"source":57,"target":15},{"source":57,"target":62},{"source":57,"target":6},{"source":62,"target":15},{"source":58,"target":4},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":63},{"source":7,"target":64},{"source":63,"target":5},{"source":63,"target":65},{"source":63,"target":7},{"source":65,"target":5},{"source":64,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":5},{"source":66,"target":68},{"source":66,"target":9},{"source":68,"target":5},{"source":67,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":69,"target":74},{"source":69,"target":10},{"source":70,"target":75},{"source":70,"target":10},{"source":71,"target":9},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":9},{"source":72,"target":77},{"source":72,"target":10},{"source":73,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":78,"target":7},{"source":78,"target":81},{"source":78,"target":11},{"source":81,"target":7},{"source":79,"target":82},{"source":79,"target":11},{"source":80,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":83,"target":8},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":8},{"source":84,"target":15},{"source":84,"target":87},{"source":84,"target":12},{"source":87,"target":15},{"source":85,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":88,"target":91},{"source":88,"target":13},{"source":89,"target":15},{"source":89,"target":92},{"source":89,"target":13},{"source":92,"target":15},{"source":90,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":14,"target":97},{"source":93,"target":98},{"source":93,"target":14},{"source":94,"target":99},{"source":94,"target":14},{"source":95,"target":9},{"source":95,"target":100},{"source":95,"target":14},{"source":100,"target":9},{"source":96,"target":15},{"source":96,"target":101},{"source":96,"target":14},{"source":101,"target":15},{"source":97,"target":4},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":102,"target":106},{"source":102,"target":16},{"source":103,"target":107},{"source":103,"target":16},{"source":104,"target":108},{"source":104,"target":16},{"source":105,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":109,"target":113},{"source":109,"target":17},{"source":110,"target":15},{"source":110,"target":114},{"source":110,"target":17},{"source":114,"target":15},{"source":111,"target":15},{"source":111,"target":115},{"source":111,"target":17},{"source":115,"target":15},{"source":112,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":116,"target":15},{"source":116,"target":119},{"source":116,"target":18},{"source":119,"target":15},{"source":117,"target":4},{"source":117,"target":120},{"source":117,"target":18},{"source":120,"target":4},{"source":118,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":121,"target":15},{"source":121,"target":124},{"source":121,"target":19},{"source":124,"target":15},{"source":122,"target":4},{"source":122,"target":125},{"source":122,"target":19},{"source":125,"target":4},{"source":123,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":126,"target":4},{"source":126,"target":130},{"source":126,"target":20},{"source":130,"target":4},{"source":127,"target":15},{"source":127,"target":131},{"source":127,"target":20},{"source":131,"target":15},{"source":128,"target":4},{"source":128,"target":132},{"source":128,"target":20},{"source":132,"target":4},{"source":129,"target":4},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":133,"target":136},{"source":133,"target":21},{"source":134,"target":4},{"source":134,"target":137},{"source":134,"target":21},{"source":137,"target":4},{"source":135,"target":4},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":138},{"source":22,"target":139},{"source":22,"target":140},{"source":138,"target":141},{"source":138,"target":22},{"source":139,"target":4},{"source":139,"target":142},{"source":139,"target":22},{"source":142,"target":4},{"source":140,"target":4},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":143},{"source":23,"target":144},{"source":143,"target":15},{"source":143,"target":145},{"source":143,"target":23},{"source":145,"target":15},{"source":144,"target":4},{"source":24,"target":0},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":146,"target":24},{"source":147,"target":24},{"source":148,"target":24},{"source":149,"target":24},{"source":150,"target":24},{"source":151,"target":24},{"source":152,"target":24},{"source":153,"target":24},{"source":154,"target":24},{"source":155,"target":24},{"source":156,"target":24},{"source":157,"target":24},{"source":158,"target":24},{"source":25,"target":0},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":25},{"source":160,"target":25},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":161},{"source":26,"target":162},{"source":161,"target":163},{"source":161,"target":26},{"source":162,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":164},{"source":27,"target":165},{"source":164,"target":166},{"source":164,"target":27},{"source":165,"target":15},{"source":28,"target":0},{"source":28,"target":15},{"source":28,"target":167},{"source":28,"target":168},{"source":167,"target":169},{"source":167,"target":28},{"source":168,"target":15},{"source":29,"target":0},{"source":29,"target":15},{"source":29,"target":170},{"source":29,"target":171},{"source":29,"target":172},{"source":170,"target":25},{"source":170,"target":173},{"source":170,"target":29},{"source":173,"target":25},{"source":171,"target":15},{"source":171,"target":174},{"source":171,"target":29},{"source":174,"target":15},{"source":172,"target":15},{"source":30,"target":0},{"source":30,"target":15},{"source":30,"target":175},{"source":30,"target":176},{"source":30,"target":177},{"source":30,"target":178},{"source":175,"target":24},{"source":175,"target":179},{"source":175,"target":30},{"source":179,"target":24},{"source":176,"target":15},{"source":176,"target":180},{"source":176,"target":30},{"source":180,"target":15},{"source":177,"target":15},{"source":177,"target":181},{"source":177,"target":30},{"source":181,"target":15},{"source":178,"target":15},{"source":31,"target":0},{"source":31,"target":15},{"source":31,"target":182},{"source":31,"target":183},{"source":182,"target":15},{"source":182,"target":184},{"source":182,"target":31},{"source":184,"target":15},{"source":183,"target":15},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":185},{"source":32,"target":186},{"source":32,"target":187},{"source":185,"target":15},{"source":185,"target":188},{"source":185,"target":32},{"source":188,"target":15},{"source":186,"target":189},{"source":186,"target":32},{"source":187,"target":15},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":4},{"source":33,"target":190},{"source":33,"target":191},{"source":33,"target":192},{"source":33,"target":193},{"source":190,"target":15},{"source":190,"target":194},{"source":190,"target":33},{"source":194,"target":15},{"source":191,"target":195},{"source":191,"target":33},{"source":192,"target":15},{"source":193,"target":4},{"source":34,"target":0},{"source":34,"target":15},{"source":34,"target":196},{"source":196,"target":15},{"source":35,"target":0},{"source":35,"target":197},{"source":35,"target":198},{"source":197,"target":8},{"source":197,"target":199},{"source":197,"target":35},{"source":199,"target":8},{"source":198,"target":200},{"source":198,"target":35},{"source":36,"target":0},{"source":36,"target":15},{"source":36,"target":201},{"source":36,"target":202},{"source":201,"target":203},{"source":201,"target":36},{"source":202,"target":15}],"multigraph":true} | ecore |
library | repo-ecore-all/data/eclipse/emf.compare/performance/org.eclipse.emf.compare.tests.performance/src/data/models/ecore/extlibraryOrigin.ecore | extlibrary
Book
title
pages
100
category
author
Library
name
writers
employees
borrowers
stock
books
branches
parentBranch
people
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" 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">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_146VgW60EeGkd4g88tZXfA" name="title">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<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"/>
</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"/>
</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">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15LbRW60EeGkd4g88tZXfA" name="title">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<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">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCUm60EeGkd4g88tZXfA" name="title">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCVG60EeGkd4g88tZXfA" name="minutesLength" 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="_15MpY260EeGkd4g88tZXfA" name="reader" eType="_15N3gm60EeGkd4g88tZXfA"/>
<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="lastName" 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>
</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"},{"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":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":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"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},{"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":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"},{"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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"name":"Mystery","id":49,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":50,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":51,"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":52,"derived":false},{"id":53,"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":54,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":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":26,"target":36},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":2},{"source":37,"target":3},{"source":28,"target":14},{"source":28,"target":38},{"source":28,"target":2},{"source":38,"target":14},{"source":29,"target":12},{"source":29,"target":39},{"source":29,"target":2},{"source":39,"target":12},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":5},{"source":31,"target":1},{"source":31,"target":41},{"source":31,"target":2},{"source":41,"target":1},{"source":32,"target":2},{"source":32,"target":42},{"source":32,"target":2},{"source":32,"target":33},{"source":42,"target":2},{"source":33,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":33,"target":32},{"source":43,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":45},{"source":3,"target":25},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":25,"target":1},{"source":25,"target":48},{"source":25,"target":3},{"source":25,"target":19},{"source":48,"target":1},{"source":46,"target":13},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":4},{"source":50,"target":4},{"source":51,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":52,"target":53},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":56},{"source":54,"target":6},{"source":55,"target":12},{"source":55,"target":57},{"source":55,"target":6},{"source":55,"target":58},{"source":57,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":59},{"source":7,"target":60},{"source":59,"target":5},{"source":60,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":64},{"source":61,"target":8},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":5},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":66,"target":70},{"source":66,"target":9},{"source":67,"target":71},{"source":67,"target":9},{"source":68,"target":72},{"source":68,"target":9},{"source":69,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":73,"target":13},{"source":73,"target":76},{"source":73,"target":10},{"source":76,"target":13},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":10},{"source":77,"target":3},{"source":75,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":78},{"source":11,"target":79},{"source":78,"target":13},{"source":78,"target":80},{"source":78,"target":11},{"source":80,"target":13},{"source":79,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":58},{"source":12,"target":81},{"source":58,"target":6},{"source":58,"target":82},{"source":58,"target":12},{"source":58,"target":55},{"source":82,"target":6},{"source":81,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":86},{"source":83,"target":13},{"source":84,"target":87},{"source":84,"target":13},{"source":85,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":14},{"source":89,"target":13},{"source":15,"target":0},{"source":15,"target":91},{"source":91,"target":92},{"source":91,"target":15}],"multigraph":true} | ecore |
relationships | repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/error4.ecore | error4
World
things
Thing
id
relations
components
NamedElement
name
RelatedTo
fromThing
toThing
since
toComponent
Component | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="error4"
nsURI="http://error4" nsPrefix="_error4">
<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"/>
<details key="kref=components"/>
<details key="kref=relations"/>
<details key="nav:v_thing"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=components"/>
<details key="kref=relations"/>
<details key="view=v_thing"/>
<details key="pov"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//Component" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eAnnotations source="diagraph">
<details key="label=name"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="label=name"/>
<details key="view=v_thing"/>
</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="node"/>
<details key="ref=fromThing"/>
<details key="ref=toThing"/>
<details key="ref=toComponent"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=fromThing"/>
<details key="ref=toThing"/>
<details key="ref=toComponent"/>
<details key="view=v_thing"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toComponent" eType="#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=v_thing"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"_error4","nsURI":"http://error4","name":"error4","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","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":"things","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"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":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":"relations","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromThing","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},{"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":"toThing","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":"since","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"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":3},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":8,"target":12},{"source":8,"target":2},{"source":9,"target":4},{"source":9,"target":13},{"source":9,"target":2},{"source":9,"target":14},{"source":13,"target":4},{"source":10,"target":5},{"source":10,"target":15},{"source":10,"target":2},{"source":15,"target":5},{"source":11,"target":3},{"source":3,"target":0},{"source":3,"target":16},{"source":16,"target":17},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":14},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":14,"target":2},{"source":14,"target":22},{"source":14,"target":4},{"source":14,"target":9},{"source":22,"target":2},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":4},{"source":23,"target":2},{"source":19,"target":24},{"source":19,"target":4},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":5},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":26},{"source":26,"target":3}],"multigraph":true} | ecore |
metamodelling | repo-ecore-all/data/smokemaker/alfresco-uml-data-modeller/profile/ru.neodoc.content.profile/profile/ecore.ecore | ecore
EAnnotation
source
details
eModelElement
contents
references
EString
java.lang.String
java.lang.String
EStringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
EObject
eClass
eIsProxy
eResource
eContainer
eContainingFeature
eContainmentFeature
eContents
eAllContents
eCrossReferences
eGet
feature
eGet
feature
resolve
eSet
feature
newValue
eIsSet
feature
eUnset
feature
EClass
isSuperTypeOf
someClass
getFeatureCount
getEStructuralFeature
featureId
getFeatureId
feature
getEStructuralFeature
featureName
abstract
interface
eSuperTypes
eOperations
eAllAttributes
eStructuralFeatures
eAllReferences
eReferences
eAttributes
eAllContainments
eAllOperations
eAllStructuralFeatures
eAllSuperTypes
eidAttribute
eGenericSuperTypes
eAllGenericSuperTypes
EClassifier
isInstance
object
getClassifierId
instanceClassName
instanceClass
defaultValue
instanceTypeName
ePackage
eTypeParameters
ENamedElement
name
EClassifier_EJavaClassWildcard
EClassifier_EJavaClassWildcard
EClassifier_EJavaClassWildcard
EJavaObject
java.lang.Object
java.lang.Object
EPackage
getEClassifier
name
nsUri
nsPrefix
eFactoryInstance
eSubpackages
eSuperPackage
eClassifiers
EFactory
create
eClass
createFromString
eDataType
literalValue
convertToString
eDataType
instanceValue
ePackage
EDataType
serializable
EBoolean
boolean
boolean
ETypeParameter
eBounds
EGenericType
eUpperBound
eTypeArguments
eRawType
eLowerBound
eTypeParameter
eClassifier
EInt
int
int
EClassifier_Wildcard
EOperation
eTypeParameters
eParameters
eExceptions
eGenericExceptions
eContainingClass
ETypedElement
ordered
unique
lowerBound
upperBound
many
required
eType
eGenericType
EParameter
eOperation
EAttribute
id
eAttributeType
EStructuralFeature
getFeatureId
getContainerClass
eContainingClass
changeable
volatile
transient
defaultValueLiteral
defaultValue
unsettable
derived
EStructuralFeature_EJavaClassWildcard
EStructuralFeature_EJavaClassWildcard
EStructuralFeature_EJavaClassWildcard
EStructuralFeature_Wildcard
EReference
containment
container
resolveProxies
eOpposite
eReferenceType
eKeys
EResource
org.eclipse.emf.ecore.resource.Resource
org.eclipse.emf.ecore.resource.Resource
EObject_EeListEObject
EObject_EeListEObject
EObject_EeListEObject
EObject_ETreeIteratorEObject
EObject_ETreeIteratorEObject
EObject_ETreeIteratorEObject
EEnum
getEEnumLiteral
name
getEEnumLiteral
value
getEEnumLiteralByLiteral
literal
eLiterals
EEnumLiteral
value
instance
literal
eEnum
EEnumerator
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
EBigDecimal
java.math.BigDecimal
java.math.BigDecimal
EBigInteger
java.math.BigInteger
java.math.BigInteger
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
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
EIntegerObject
java.lang.Integer
java.lang.Integer
EJavaClass
java.lang.Class
java.lang.Class
T
ELong
long
long
ELongObject
java.lang.Long
java.lang.Long
EMap
java.util.Map
java.util.Map
K
V
EResourceSet
org.eclipse.emf.ecore.resource.ResourceSet
org.eclipse.emf.ecore.resource.ResourceSet
EShort
short
short
EShortObject
java.lang.Short
java.lang.Short
ETreeIterator
org.eclipse.emf.common.util.TreeIterator
org.eclipse.emf.common.util.TreeIterator
E
EInvocationTargetException
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
EModelElement
getEAnnotation
source
eAnnotations | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Ecore"/>
</eAnnotations>
<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: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: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" eType="#//EObject_EeListEObject"/>
<eOperations name="eAllContents" eType="#//EObject_ETreeIteratorEObject"/>
<eOperations name="eCrossReferences" eType="#//EObject_EeListEObject"/>
<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>
</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"/>
</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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="featureID"/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getFeatureId" eType="#//EInt">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="getFeatureID"/>
</eAnnotations>
<eParameters name="feature" eType="#//EStructuralFeature"/>
</eOperations>
<eOperations name="getEStructuralFeature" eType="#//EStructuralFeature">
<eParameters name="featureName" eType="#//EString"/>
</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="eStructuralFeatures" upperBound="-1"
eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/>
<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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="eIDAttribute"/>
</eAnnotations>
</eStructuralFeatures>
<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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="getClassifierID"/>
</eAnnotations>
</eOperations>
<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" eType="#//EClassifier_EJavaClassWildcard"
changeable="false" volatile="true" transient="true" derived="true"/>
<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="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:EDataType" name="EClassifier_EJavaClassWildcard" instanceClassName="EClassifier_EJavaClassWildcard">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="EJavaClass_Wildcard"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/>
<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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="nsURI"/>
</eAnnotations>
</eStructuralFeatures>
<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="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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1"
eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/>
</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="EDataType" eSuperTypes="#//EClassifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean"/>
</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: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:EClass" name="EGenericType" eSuperTypes="#//EObject">
<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" volatile="true" 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: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:EClass" name="EClassifier_Wildcard">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Wildcard"/>
</eAnnotations>
</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>
<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>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass"
changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt"/>
<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: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="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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<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="EStructuralFeature" abstract="true"
eSuperTypes="#//ETypedElement">
<eOperations name="getFeatureId" eType="#//EInt">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="getFeatureID"/>
</eAnnotations>
</eOperations>
<eOperations name="getContainerClass" eType="#//EStructuralFeature_EJavaClassWildcard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass"
changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean"/>
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EStructuralFeature_EJavaClassWildcard"
instanceClassName="EStructuralFeature_EJavaClassWildcard">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="EJavaClass_Wildcard"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature_Wildcard">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Wildcard"/>
</eAnnotations>
</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"/>
</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"/>
<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:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/>
<eClassifiers xsi:type="ecore:EDataType" name="EObject_EeListEObject" instanceClassName="EObject_EeListEObject">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="EEList_EObject"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EObject_ETreeIteratorEObject" instanceClassName="EObject_ETreeIteratorEObject">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="ETreeIterator_EObject"/>
</eAnnotations>
</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:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator"/>
<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="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"/>
<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">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="EEList"/>
</eAnnotations>
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap"/>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/>
<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="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="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">
<eTypeParameters name="K"/>
<eTypeParameters name="V"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/>
<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="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator">
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException"/>
<eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject">
<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>
</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":"EAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":2,"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":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EClassifier_EJavaClassWildcard","defaultValue":null,"instanceClassName":"EClassifier_EJavaClassWildcard","name":"EClassifier_EJavaClassWildcard","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier_Wildcard","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EStructuralFeature_EJavaClassWildcard","defaultValue":null,"instanceClassName":"EStructuralFeature_EJavaClassWildcard","name":"EStructuralFeature_EJavaClassWildcard","instanceClass":null,"id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"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":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"EObject_EeListEObject","defaultValue":null,"instanceClassName":"EObject_EeListEObject","name":"EObject_EeListEObject","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"EObject_ETreeIteratorEObject","defaultValue":null,"instanceClassName":"EObject_ETreeIteratorEObject","name":"EObject_ETreeIteratorEObject","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"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":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":40,"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":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":43,"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":44,"serializable":true,"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":45,"serializable":true,"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":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":53,"serializable":true,"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":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":56,"serializable":true,"eClass":"EDataType"},{"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":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":59,"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":"source","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":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"eClass","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","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":"feature","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureId","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":120,"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":121,"derived":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":122,"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":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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"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":125,"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":126,"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":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":127,"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":128,"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":129,"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":130,"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":131,"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":132,"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":133,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eidAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":134,"derived":true},{"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":135,"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":136,"derived":true},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureId","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","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"},{"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierId","lowerBound":0,"id":170,"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":171,"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":172,"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":173,"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":174,"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":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":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":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":192,"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":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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":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":196,"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":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","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"},{"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":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"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":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"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":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":false},{"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":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":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":234,"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":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":235,"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":236,"derived":false},{"container":false,"ordered":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":237,"derived":false},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":246,"derived":false},{"container":false,"ordered":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":247,"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":248,"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":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"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":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":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":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":260,"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":261,"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":262,"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":263,"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":264,"derived":false},{"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"},{"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":276,"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":277,"derived":true},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureId","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":282,"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":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":286,"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":287,"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":288,"derived":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":289,"derived":false},{"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"},{"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":301,"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":302,"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":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"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":305,"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":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"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":316,"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":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EParameter"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"id":328,"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":329,"derived":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":330,"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":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"name":"E","id":338,"eClass":"ETypeParameter"},{"name":"T","id":339,"eClass":"ETypeParameter"},{"name":"K","id":340,"eClass":"ETypeParameter"},{"name":"V","id":341,"eClass":"ETypeParameter"},{"name":"E","id":342,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EOperation"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":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":60,"target":2},{"source":60,"target":66},{"source":60,"target":1},{"source":66,"target":2},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":1},{"source":67,"target":3},{"source":62,"target":59},{"source":62,"target":68},{"source":62,"target":1},{"source":62,"target":69},{"source":68,"target":59},{"source":63,"target":4},{"source":63,"target":70},{"source":63,"target":1},{"source":70,"target":4},{"source":64,"target":4},{"source":64,"target":71},{"source":64,"target":1},{"source":71,"target":4},{"source":65,"target":59},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":72},{"source":3,"target":73},{"source":72,"target":2},{"source":72,"target":74},{"source":72,"target":3},{"source":74,"target":2},{"source":73,"target":2},{"source":73,"target":75},{"source":73,"target":3},{"source":75,"target":2},{"source":4,"target":0},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":76,"target":5},{"source":76,"target":90},{"source":76,"target":4},{"source":90,"target":5},{"source":77,"target":13},{"source":77,"target":91},{"source":77,"target":4},{"source":91,"target":13},{"source":78,"target":26},{"source":78,"target":92},{"source":78,"target":4},{"source":92,"target":26},{"source":79,"target":4},{"source":79,"target":93},{"source":79,"target":4},{"source":93,"target":4},{"source":80,"target":22},{"source":80,"target":94},{"source":80,"target":4},{"source":94,"target":22},{"source":81,"target":25},{"source":81,"target":95},{"source":81,"target":4},{"source":95,"target":25},{"source":82,"target":27},{"source":82,"target":96},{"source":82,"target":4},{"source":96,"target":27},{"source":83,"target":28},{"source":83,"target":97},{"source":83,"target":4},{"source":97,"target":28},{"source":84,"target":27},{"source":84,"target":98},{"source":84,"target":4},{"source":98,"target":27},{"source":85,"target":9},{"source":85,"target":99},{"source":85,"target":4},{"source":85,"target":100},{"source":99,"target":9},{"source":100,"target":22},{"source":100,"target":101},{"source":100,"target":85},{"source":101,"target":22},{"source":86,"target":9},{"source":86,"target":102},{"source":86,"target":4},{"source":86,"target":103},{"source":86,"target":104},{"source":102,"target":9},{"source":103,"target":22},{"source":103,"target":105},{"source":103,"target":86},{"source":105,"target":22},{"source":104,"target":13},{"source":104,"target":106},{"source":104,"target":86},{"source":106,"target":13},{"source":87,"target":4},{"source":87,"target":107},{"source":87,"target":108},{"source":107,"target":22},{"source":107,"target":109},{"source":107,"target":87},{"source":109,"target":22},{"source":108,"target":9},{"source":108,"target":110},{"source":108,"target":87},{"source":110,"target":9},{"source":88,"target":13},{"source":88,"target":111},{"source":88,"target":4},{"source":88,"target":112},{"source":111,"target":13},{"source":112,"target":22},{"source":112,"target":113},{"source":112,"target":88},{"source":113,"target":22},{"source":89,"target":4},{"source":89,"target":114},{"source":114,"target":22},{"source":114,"target":115},{"source":114,"target":89},{"source":115,"target":22},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":116,"target":13},{"source":116,"target":138},{"source":116,"target":5},{"source":116,"target":139},{"source":138,"target":13},{"source":139,"target":5},{"source":139,"target":140},{"source":139,"target":116},{"source":140,"target":5},{"source":117,"target":16},{"source":117,"target":141},{"source":117,"target":5},{"source":141,"target":16},{"source":118,"target":22},{"source":118,"target":142},{"source":118,"target":5},{"source":118,"target":143},{"source":142,"target":22},{"source":143,"target":16},{"source":143,"target":144},{"source":143,"target":118},{"source":144,"target":16},{"source":119,"target":16},{"source":119,"target":145},{"source":119,"target":5},{"source":119,"target":146},{"source":145,"target":16},{"source":146,"target":22},{"source":146,"target":147},{"source":146,"target":119},{"source":147,"target":22},{"source":120,"target":22},{"source":120,"target":148},{"source":120,"target":5},{"source":120,"target":149},{"source":148,"target":22},{"source":149,"target":2},{"source":149,"target":150},{"source":149,"target":120},{"source":150,"target":2},{"source":121,"target":13},{"source":121,"target":151},{"source":121,"target":5},{"source":151,"target":13},{"source":122,"target":13},{"source":122,"target":152},{"source":122,"target":5},{"source":152,"target":13},{"source":123,"target":5},{"source":123,"target":153},{"source":123,"target":5},{"source":153,"target":5},{"source":124,"target":18},{"source":124,"target":154},{"source":124,"target":5},{"source":124,"target":155},{"source":154,"target":18},{"source":125,"target":21},{"source":125,"target":156},{"source":125,"target":5},{"source":156,"target":21},{"source":126,"target":22},{"source":126,"target":157},{"source":126,"target":5},{"source":126,"target":158},{"source":157,"target":22},{"source":127,"target":25},{"source":127,"target":159},{"source":127,"target":5},{"source":159,"target":25},{"source":128,"target":25},{"source":128,"target":160},{"source":128,"target":5},{"source":160,"target":25},{"source":129,"target":21},{"source":129,"target":161},{"source":129,"target":5},{"source":161,"target":21},{"source":130,"target":25},{"source":130,"target":162},{"source":130,"target":5},{"source":162,"target":25},{"source":131,"target":18},{"source":131,"target":163},{"source":131,"target":5},{"source":163,"target":18},{"source":132,"target":22},{"source":132,"target":164},{"source":132,"target":5},{"source":164,"target":22},{"source":133,"target":5},{"source":133,"target":165},{"source":133,"target":5},{"source":165,"target":5},{"source":134,"target":21},{"source":134,"target":166},{"source":134,"target":5},{"source":166,"target":21},{"source":135,"target":15},{"source":135,"target":167},{"source":135,"target":5},{"source":167,"target":15},{"source":136,"target":15},{"source":136,"target":168},{"source":136,"target":5},{"source":168,"target":15},{"source":137,"target":6},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":169},{"source":6,"target":170},{"source":6,"target":171},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":169,"target":13},{"source":169,"target":178},{"source":169,"target":6},{"source":169,"target":179},{"source":178,"target":13},{"source":179,"target":9},{"source":179,"target":180},{"source":179,"target":169},{"source":180,"target":9},{"source":170,"target":16},{"source":170,"target":181},{"source":170,"target":6},{"source":181,"target":16},{"source":171,"target":2},{"source":171,"target":182},{"source":171,"target":6},{"source":182,"target":2},{"source":172,"target":8},{"source":172,"target":183},{"source":172,"target":6},{"source":183,"target":8},{"source":173,"target":9},{"source":173,"target":184},{"source":173,"target":6},{"source":184,"target":9},{"source":174,"target":2},{"source":174,"target":185},{"source":174,"target":6},{"source":185,"target":2},{"source":175,"target":10},{"source":175,"target":186},{"source":175,"target":6},{"source":175,"target":187},{"source":186,"target":10},{"source":176,"target":14},{"source":176,"target":188},{"source":176,"target":6},{"source":188,"target":14},{"source":177,"target":7},{"source":7,"target":0},{"source":7,"target":59},{"source":7,"target":189},{"source":7,"target":190},{"source":189,"target":2},{"source":189,"target":191},{"source":189,"target":7},{"source":191,"target":2},{"source":190,"target":59},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":7},{"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":187},{"source":10,"target":198},{"source":192,"target":6},{"source":192,"target":199},{"source":192,"target":10},{"source":192,"target":200},{"source":199,"target":6},{"source":200,"target":2},{"source":200,"target":201},{"source":200,"target":192},{"source":201,"target":2},{"source":193,"target":2},{"source":193,"target":202},{"source":193,"target":10},{"source":202,"target":2},{"source":194,"target":2},{"source":194,"target":203},{"source":194,"target":10},{"source":203,"target":2},{"source":195,"target":11},{"source":195,"target":204},{"source":195,"target":10},{"source":195,"target":205},{"source":204,"target":11},{"source":196,"target":10},{"source":196,"target":206},{"source":196,"target":10},{"source":196,"target":197},{"source":206,"target":10},{"source":197,"target":10},{"source":197,"target":207},{"source":197,"target":10},{"source":197,"target":196},{"source":207,"target":10},{"source":187,"target":6},{"source":187,"target":208},{"source":187,"target":10},{"source":187,"target":175},{"source":208,"target":6},{"source":198,"target":7},{"source":11,"target":0},{"source":11,"target":59},{"source":11,"target":209},{"source":11,"target":210},{"source":11,"target":211},{"source":11,"target":205},{"source":11,"target":212},{"source":209,"target":4},{"source":209,"target":213},{"source":209,"target":11},{"source":209,"target":214},{"source":213,"target":4},{"source":214,"target":5},{"source":214,"target":215},{"source":214,"target":209},{"source":215,"target":5},{"source":210,"target":9},{"source":210,"target":216},{"source":210,"target":11},{"source":210,"target":217},{"source":210,"target":218},{"source":216,"target":9},{"source":217,"target":12},{"source":217,"target":219},{"source":217,"target":210},{"source":219,"target":12},{"source":218,"target":2},{"source":218,"target":220},{"source":218,"target":210},{"source":220,"target":2},{"source":211,"target":2},{"source":211,"target":221},{"source":211,"target":11},{"source":211,"target":222},{"source":211,"target":223},{"source":221,"target":2},{"source":222,"target":12},{"source":222,"target":224},{"source":222,"target":211},{"source":224,"target":12},{"source":223,"target":9},{"source":223,"target":225},{"source":223,"target":211},{"source":225,"target":9},{"source":205,"target":10},{"source":205,"target":226},{"source":205,"target":11},{"source":205,"target":195},{"source":226,"target":10},{"source":212,"target":59},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":227},{"source":12,"target":228},{"source":227,"target":13},{"source":227,"target":229},{"source":227,"target":12},{"source":229,"target":13},{"source":228,"target":6},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":230},{"source":14,"target":231},{"source":230,"target":15},{"source":230,"target":232},{"source":230,"target":14},{"source":232,"target":15},{"source":231,"target":7},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":233},{"source":15,"target":234},{"source":15,"target":235},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":233,"target":15},{"source":233,"target":240},{"source":233,"target":15},{"source":240,"target":15},{"source":234,"target":15},{"source":234,"target":241},{"source":234,"target":15},{"source":241,"target":15},{"source":235,"target":6},{"source":235,"target":242},{"source":235,"target":15},{"source":242,"target":6},{"source":236,"target":15},{"source":236,"target":243},{"source":236,"target":15},{"source":243,"target":15},{"source":237,"target":14},{"source":237,"target":244},{"source":237,"target":15},{"source":244,"target":14},{"source":238,"target":6},{"source":238,"target":245},{"source":238,"target":15},{"source":245,"target":6},{"source":239,"target":4},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":246},{"source":18,"target":247},{"source":18,"target":248},{"source":18,"target":249},{"source":18,"target":155},{"source":18,"target":250},{"source":246,"target":14},{"source":246,"target":251},{"source":246,"target":18},{"source":251,"target":14},{"source":247,"target":20},{"source":247,"target":252},{"source":247,"target":18},{"source":247,"target":253},{"source":252,"target":20},{"source":248,"target":6},{"source":248,"target":254},{"source":248,"target":18},{"source":254,"target":6},{"source":249,"target":15},{"source":249,"target":255},{"source":249,"target":18},{"source":255,"target":15},{"source":155,"target":5},{"source":155,"target":256},{"source":155,"target":18},{"source":155,"target":124},{"source":256,"target":5},{"source":250,"target":19},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":257},{"source":19,"target":258},{"source":19,"target":259},{"source":19,"target":260},{"source":19,"target":261},{"source":19,"target":262},{"source":19,"target":263},{"source":19,"target":264},{"source":19,"target":265},{"source":257,"target":13},{"source":257,"target":266},{"source":257,"target":19},{"source":266,"target":13},{"source":258,"target":13},{"source":258,"target":267},{"source":258,"target":19},{"source":267,"target":13},{"source":259,"target":16},{"source":259,"target":268},{"source":259,"target":19},{"source":268,"target":16},{"source":260,"target":16},{"source":260,"target":269},{"source":260,"target":19},{"source":269,"target":16},{"source":261,"target":13},{"source":261,"target":270},{"source":261,"target":19},{"source":270,"target":13},{"source":262,"target":13},{"source":262,"target":271},{"source":262,"target":19},{"source":271,"target":13},{"source":263,"target":6},{"source":263,"target":272},{"source":263,"target":19},{"source":272,"target":6},{"source":264,"target":15},{"source":264,"target":273},{"source":264,"target":19},{"source":273,"target":15},{"source":265,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":253},{"source":20,"target":274},{"source":253,"target":18},{"source":253,"target":275},{"source":253,"target":20},{"source":253,"target":247},{"source":275,"target":18},{"source":274,"target":19},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":276},{"source":21,"target":277},{"source":21,"target":278},{"source":276,"target":13},{"source":276,"target":279},{"source":276,"target":21},{"source":279,"target":13},{"source":277,"target":12},{"source":277,"target":280},{"source":277,"target":21},{"source":280,"target":12},{"source":278,"target":22},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":281},{"source":22,"target":282},{"source":22,"target":158},{"source":22,"target":283},{"source":22,"target":284},{"source":22,"target":285},{"source":22,"target":286},{"source":22,"target":287},{"source":22,"target":288},{"source":22,"target":289},{"source":22,"target":290},{"source":281,"target":16},{"source":281,"target":291},{"source":281,"target":22},{"source":291,"target":16},{"source":282,"target":23},{"source":282,"target":292},{"source":282,"target":22},{"source":292,"target":23},{"source":158,"target":5},{"source":158,"target":293},{"source":158,"target":22},{"source":158,"target":126},{"source":293,"target":5},{"source":283,"target":13},{"source":283,"target":294},{"source":283,"target":22},{"source":294,"target":13},{"source":284,"target":13},{"source":284,"target":295},{"source":284,"target":22},{"source":295,"target":13},{"source":285,"target":13},{"source":285,"target":296},{"source":285,"target":22},{"source":296,"target":13},{"source":286,"target":2},{"source":286,"target":297},{"source":286,"target":22},{"source":297,"target":2},{"source":287,"target":9},{"source":287,"target":298},{"source":287,"target":22},{"source":298,"target":9},{"source":288,"target":13},{"source":288,"target":299},{"source":288,"target":22},{"source":299,"target":13},{"source":289,"target":13},{"source":289,"target":300},{"source":289,"target":22},{"source":300,"target":13},{"source":290,"target":19},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":301},{"source":25,"target":302},{"source":25,"target":303},{"source":25,"target":304},{"source":25,"target":305},{"source":25,"target":306},{"source":25,"target":307},{"source":301,"target":13},{"source":301,"target":308},{"source":301,"target":25},{"source":308,"target":13},{"source":302,"target":13},{"source":302,"target":309},{"source":302,"target":25},{"source":309,"target":13},{"source":303,"target":13},{"source":303,"target":310},{"source":303,"target":25},{"source":310,"target":13},{"source":304,"target":25},{"source":304,"target":311},{"source":304,"target":25},{"source":311,"target":25},{"source":305,"target":5},{"source":305,"target":312},{"source":305,"target":25},{"source":312,"target":5},{"source":306,"target":21},{"source":306,"target":313},{"source":306,"target":25},{"source":313,"target":21},{"source":307,"target":22},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":314},{"source":29,"target":315},{"source":29,"target":316},{"source":29,"target":317},{"source":29,"target":318},{"source":314,"target":30},{"source":314,"target":319},{"source":314,"target":29},{"source":314,"target":320},{"source":319,"target":30},{"source":320,"target":2},{"source":320,"target":321},{"source":320,"target":314},{"source":321,"target":2},{"source":315,"target":30},{"source":315,"target":322},{"source":315,"target":29},{"source":315,"target":323},{"source":322,"target":30},{"source":323,"target":16},{"source":323,"target":324},{"source":323,"target":315},{"source":324,"target":16},{"source":316,"target":30},{"source":316,"target":325},{"source":316,"target":29},{"source":316,"target":326},{"source":325,"target":30},{"source":326,"target":2},{"source":326,"target":327},{"source":326,"target":316},{"source":327,"target":2},{"source":317,"target":30},{"source":317,"target":328},{"source":317,"target":29},{"source":317,"target":329},{"source":328,"target":30},{"source":318,"target":12},{"source":30,"target":0},{"source":30,"target":7},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":30,"target":329},{"source":30,"target":333},{"source":330,"target":16},{"source":330,"target":334},{"source":330,"target":30},{"source":334,"target":16},{"source":331,"target":31},{"source":331,"target":335},{"source":331,"target":30},{"source":335,"target":31},{"source":332,"target":2},{"source":332,"target":336},{"source":332,"target":30},{"source":336,"target":2},{"source":329,"target":29},{"source":329,"target":337},{"source":329,"target":30},{"source":329,"target":317},{"source":337,"target":29},{"source":333,"target":7},{"source":31,"target":0},{"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":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":338},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":339},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":340},{"source":53,"target":341},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":57,"target":342},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":4},{"source":59,"target":343},{"source":59,"target":69},{"source":59,"target":344},{"source":343,"target":1},{"source":343,"target":345},{"source":343,"target":59},{"source":343,"target":346},{"source":345,"target":1},{"source":346,"target":2},{"source":346,"target":347},{"source":346,"target":343},{"source":347,"target":2},{"source":69,"target":1},{"source":69,"target":348},{"source":69,"target":59},{"source":69,"target":62},{"source":348,"target":1},{"source":344,"target":4}],"multigraph":true} | ecore |
rental | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/rentalSansGmfAnnot.ecore | rental
RentalAgency
book
customer
rentedObject
from
to
addCustomer
customer
addObject
object
removeCustomer
customer
removeObject
object
isAvailable
rentedObject
from
to
name
objectsToRent
customers
rentals
Customer
getDisplayName
firstName
lastName
parentAgency
StreetType
Street
Street
Road
Road
RentalObject
rent
customer
ID
name
picture
parentAgency
Image
org.eclipse.swt.graphics.Image
org.eclipse.swt.graphics.Image
Rental
nbDaysBooked
customer
rentedObject
startDate
endDate
parentAgency | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rental" nsURI="http://com.opcoach.training/rentalSansGmfAnnot/1.0"
nsPrefix="rental">
<eClassifiers xsi:type="ecore:EClass" name="RentalAgency">
<eOperations name="book" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
<eParameters name="rentedObject" eType="#//RentalObject"/>
<eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eOperations>
<eOperations name="addCustomer">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="addObject">
<eParameters name="object" eType="#//RentalObject"/>
</eOperations>
<eOperations name="removeCustomer">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="removeObject">
<eParameters name="object" eType="#//RentalObject"/>
</eOperations>
<eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="rentedObject" eType="#//RentalObject"/>
<eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsToRent" upperBound="-1"
eType="#//RentalObject" containment="true" eOpposite="#//RentalObject/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" containment="true" eOpposite="#//Customer/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentals" upperBound="-1"
eType="#//Rental" containment="true" eOpposite="#//Rental/parentAgency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="consistentName"/>
</eAnnotations>
<eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StreetType">
<eLiterals name="Street"/>
<eLiterals name="Road" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RentalObject">
<eOperations name="rent" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="picture" eType="#//Image"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Image" instanceClassName="org.eclipse.swt.graphics.Image"/>
<eClassifiers xsi:type="ecore:EClass" name="Rental">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="startDateBeforeEndDate"/>
</eAnnotations>
<eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1"
eType="#//Customer">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="dash"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" eType="#//RentalObject">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
</eAnnotations>
</eStructuralFeatures>
<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:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/rentals"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rentalSansGmfAnnot/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","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,"instanceClassName":null,"name":"StreetType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalObject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Image","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Image","name":"Image","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCustomer","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObject","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCustomer","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeObject","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"objectsToRent","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":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","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":"rentedObject","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":48,"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":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":"lastName","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"},{"name":"Street","id":55,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":56,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":true,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"picture","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":68,"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":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":7,"target":6},{"source":7,"target":17},{"source":7,"target":1},{"source":7,"target":18},{"source":7,"target":19},{"source":7,"target":20},{"source":7,"target":21},{"source":17,"target":6},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":7},{"source":22,"target":2},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":7},{"source":23,"target":4},{"source":20,"target":24},{"source":20,"target":7},{"source":21,"target":25},{"source":21,"target":7},{"source":8,"target":1},{"source":8,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":8},{"source":27,"target":2},{"source":9,"target":1},{"source":9,"target":28},{"source":28,"target":4},{"source":28,"target":29},{"source":28,"target":9},{"source":29,"target":4},{"source":10,"target":1},{"source":10,"target":30},{"source":30,"target":2},{"source":30,"target":31},{"source":30,"target":10},{"source":31,"target":2},{"source":11,"target":1},{"source":11,"target":32},{"source":32,"target":4},{"source":32,"target":33},{"source":32,"target":11},{"source":33,"target":4},{"source":12,"target":34},{"source":12,"target":1},{"source":12,"target":35},{"source":12,"target":36},{"source":12,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":12},{"source":38,"target":4},{"source":36,"target":39},{"source":36,"target":12},{"source":37,"target":40},{"source":37,"target":12},{"source":13,"target":41},{"source":13,"target":1},{"source":14,"target":4},{"source":14,"target":42},{"source":14,"target":1},{"source":14,"target":43},{"source":42,"target":4},{"source":15,"target":2},{"source":15,"target":44},{"source":15,"target":1},{"source":15,"target":45},{"source":44,"target":2},{"source":16,"target":6},{"source":16,"target":46},{"source":16,"target":1},{"source":16,"target":47},{"source":46,"target":6},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":45},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":53},{"source":50,"target":2},{"source":45,"target":1},{"source":45,"target":54},{"source":45,"target":2},{"source":45,"target":15},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":55,"target":3},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":43},{"source":57,"target":6},{"source":57,"target":61},{"source":57,"target":4},{"source":57,"target":62},{"source":61,"target":6},{"source":62,"target":2},{"source":62,"target":63},{"source":62,"target":57},{"source":63,"target":2},{"source":58,"target":64},{"source":58,"target":4},{"source":59,"target":65},{"source":59,"target":4},{"source":60,"target":5},{"source":60,"target":66},{"source":60,"target":4},{"source":66,"target":5},{"source":43,"target":1},{"source":43,"target":67},{"source":43,"target":4},{"source":43,"target":14},{"source":67,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":47},{"source":68,"target":73},{"source":68,"target":6},{"source":69,"target":2},{"source":69,"target":74},{"source":69,"target":6},{"source":74,"target":2},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":6},{"source":75,"target":4},{"source":71,"target":76},{"source":71,"target":6},{"source":72,"target":77},{"source":72,"target":6},{"source":47,"target":1},{"source":47,"target":78},{"source":47,"target":6},{"source":47,"target":16},{"source":78,"target":1}],"multigraph":true} | ecore |
class-diagram | repo-ecore-all/data/damenac/puzzle/examples/uml/fr.inria.diverse.puzzle.uml.classes.metamodel/models/Classes-provided.ecore | ClassesProv
Element
ownedElement
owner
NamedElement
name
qualifiedName
namespace
clientDependency
Namespace
importedMember
member
ownedMember
elementImport
packageImport
ownedRule
PackageableElement
ElementImport
alias
importedElement
importingNamespace
PackageImport
importedPackage
importingNamespace
Package
URI
nestedPackage
nestingPackage
packagedElement
ownedType
packageMerge
Relationship
relatedElement
DirectedRelationship
target
source
MultiplicityElement
isOrdered
isUnique
upper
lower
upperValue
lowerValue
ValueSpecification
owningUpper
owningLower
owningConstraint
owningSlot
owningInstanceSpec
TypedElement
type
Type
package
Expression
symbol
operand
OpaqueExpression
body
language
LiteralSpecification
LiteralNull
LiteralBoolean
LiteralInteger
LiteralReal
LiteralString
LiteralUnilimitedNatural
InstanceValue
instance
InstanceSpecification
slot
specification
classifier
Constraint
context
constrainedElement
specification
Slot
owningInstace
value
definingFeature
RedefinableElement
isLeaf
redefinedElement
redefinitionContext
Classifier
isAbstract
isFinalSpecialization
inheritedMember
feature
attribute
redefinedClassifier
general
generalization
substitution
powertypeExtent
Feature
isStatic
featuringClassifier
StructuralFeature
isReadOnly
Property
isDerived
isDerivedUnion
default
isComposite
isID
class
redefinedProperty
defaultValue
opposite
subsettedProperty
association
owningAssociation
dataType
interface
qualifier
associationEnd
Generalization
isSubstitutable
general
specific
generalizationSet
BehavioralFeature
ownedParameter
raisedException
Parameter
default
ownedFormalParam
defaultValue
Operation
isQuery
isOrdered
isUnique
upper
lower
type
precondition
bodyCondition
postcondition
class
dataType
interface
Class
nestedClassifier
ownedOperation
superClass
ownedAttribute
Association
isDerived
navigableOwnedEnd
memberEnd
ownedEnd
DataType
ownedAttribute
ownedOperation
PrimitiveType
Enumeration
ownedLiteral
EnumerationLiteral
enumeration
PackageMerge
receivingPackage
mergedPackage
Dependency
client
supplier
Usage
Abstraction
mapping
Realization
Substitution
substitutingClassifier
contract
Interface
nestedClassifier
redefinedInterface
ownedAttribute
ownedOperation
InterfaceRealization
contract
AssociationClass
GeneralizationSet
isCovering
isDisjoint
powertype
generalization | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ClassesProv" nsURI="http://fr.inria.diverse.puzzle.uml/ClassesProv" nsPrefix="ClassesProv">
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1" eType="//Element" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="//Element">
<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="qualifiedName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="//Namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" upperBound="-1" eType="//Dependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" upperBound="-1" eType="//PackageableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" upperBound="-1" eType="//NamedElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" upperBound="-1" eType="//ElementImport" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" upperBound="-1" eType="//PackageImport" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" upperBound="-1" eType="//Constraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="//DirectedRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="//PackageableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1" eType="//Namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="//DirectedRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" lowerBound="1" eType="//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1" eType="//Namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="//Namespace //PackageableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="//Package" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1" eType="//PackageableElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" upperBound="-1" eType="//PackageMerge" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" lowerBound="1" upperBound="-1" eType="//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="//Relationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" upperBound="-1" eType="//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" eType="//ValueSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" eType="//ValueSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="//TypedElement //PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningUpper" eType="//MultiplicityElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningLower" eType="//MultiplicityElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningConstraint" eType="//Constraint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningSlot" eType="//Slot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningInstanceSpec" eType="//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="//ValueSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="//ValueSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="//ValueSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true" eSuperTypes="//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralReal" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnilimitedNatural" eSuperTypes="//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1" eType="//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="slot" upperBound="-1" eType="//Slot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="//ValueSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="//Namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="//ValueSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningInstace" lowerBound="1" eType="//InstanceSpecification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="//ValueSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1" eType="//StructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" upperBound="-1" eType="//RedefinableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" upperBound="-1" eType="//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="//RedefinableElement //Namespace //Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinalSpecialization">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedClassifier" upperBound="-1" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" upperBound="-1" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="//Generalization" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" upperBound="-1" eType="//Substitution" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="powertypeExtent" upperBound="-1" eType="//GeneralizationSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="//RedefinableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1" eType="//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="//Feature //MultiplicityElement //TypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isID">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" upperBound="-1" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="//ValueSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="//Association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" eType="//Association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="//DirectedRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specific" lowerBound="1" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSet" upperBound="-1" eType="//GeneralizationSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="//Feature //Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" eType="//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="//TypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFormalParam" eType="//BehavioralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="//ValueSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="//BehavioralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="precondition" upperBound="-1" eType="//Constraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" upperBound="-1" eType="//Constraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" upperBound="-1" eType="//Constraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="//Classifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="//Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="//Relationship //Classifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" upperBound="-1" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="//EnumerationLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="//InstanceSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="//Enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="//DirectedRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" lowerBound="1" eType="//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" lowerBound="1" eType="//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="//PackageableElement //DirectedRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="//Dependency">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="//OpaqueExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="//Realization">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutingClassifier" lowerBound="1" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1" eType="//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" eType="//Classifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedInterface" upperBound="-1" eType="//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization" eSuperTypes="//Realization">
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1" eType="//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="//Class //Association"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isCovering">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisjoint">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="//Generalization"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"ClassesProv","nsURI":"http://fr.inria.diverse.puzzle.uml/ClassesProv","name":"ClassesProv","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":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralReal","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnilimitedNatural","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","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":"Interface","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","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":"ownedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":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":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningUpper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"owningLower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningSlot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningInstanceSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"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":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningInstace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"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":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"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":"isLeaf","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"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":"redefinitionContext","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"},{"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":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFinalSpecialization","changeable":true,"lowerBound":0,"iD":false,"id":192,"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":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"redefinedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertypeExtent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"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":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":214,"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":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"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":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerivedUnion","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","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":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"qualifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSubstitutable","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"generalizationSet","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"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"ownedFormalParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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":"isOrdered","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":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyCondition","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":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"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":"ownedAttribute","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":313,"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":"navigableOwnedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"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":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"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":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":323,"derived":false},{"container":false,"ordered":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":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":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":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"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":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":340,"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":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":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":358,"derived":false},{"container":false,"ordered":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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCovering","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisjoint","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":1,"target":0},{"source":1,"target":52},{"source":1,"target":53},{"source":52,"target":1},{"source":52,"target":54},{"source":52,"target":1},{"source":54,"target":1},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":1},{"source":55,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":3},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":3},{"source":59,"target":43},{"source":59,"target":64},{"source":59,"target":2},{"source":64,"target":43},{"source":60,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":65,"target":4},{"source":65,"target":72},{"source":65,"target":3},{"source":72,"target":4},{"source":66,"target":2},{"source":66,"target":73},{"source":66,"target":3},{"source":73,"target":2},{"source":67,"target":2},{"source":67,"target":74},{"source":67,"target":3},{"source":74,"target":2},{"source":68,"target":5},{"source":68,"target":75},{"source":68,"target":3},{"source":75,"target":5},{"source":69,"target":6},{"source":69,"target":76},{"source":69,"target":3},{"source":76,"target":6},{"source":70,"target":25},{"source":70,"target":77},{"source":70,"target":3},{"source":77,"target":25},{"source":71,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":78},{"source":78,"target":2},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":79,"target":83},{"source":79,"target":5},{"source":80,"target":4},{"source":80,"target":84},{"source":80,"target":5},{"source":84,"target":4},{"source":81,"target":3},{"source":81,"target":85},{"source":81,"target":5},{"source":85,"target":3},{"source":82,"target":9},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":86,"target":7},{"source":86,"target":89},{"source":86,"target":6},{"source":89,"target":7},{"source":87,"target":3},{"source":87,"target":90},{"source":87,"target":6},{"source":90,"target":3},{"source":88,"target":9},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":4},{"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":91,"target":99},{"source":91,"target":7},{"source":92,"target":7},{"source":92,"target":100},{"source":92,"target":7},{"source":100,"target":7},{"source":93,"target":7},{"source":93,"target":101},{"source":93,"target":7},{"source":101,"target":7},{"source":94,"target":4},{"source":94,"target":102},{"source":94,"target":7},{"source":102,"target":4},{"source":95,"target":13},{"source":95,"target":103},{"source":95,"target":7},{"source":103,"target":13},{"source":96,"target":42},{"source":96,"target":104},{"source":96,"target":7},{"source":104,"target":42},{"source":97,"target":3},{"source":98,"target":4},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":105},{"source":8,"target":106},{"source":105,"target":1},{"source":105,"target":107},{"source":105,"target":8},{"source":107,"target":1},{"source":106,"target":1},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":108,"target":1},{"source":108,"target":111},{"source":108,"target":9},{"source":111,"target":1},{"source":109,"target":1},{"source":109,"target":112},{"source":109,"target":9},{"source":112,"target":1},{"source":110,"target":8},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":113,"target":120},{"source":113,"target":10},{"source":114,"target":121},{"source":114,"target":10},{"source":115,"target":122},{"source":115,"target":10},{"source":116,"target":123},{"source":116,"target":10},{"source":117,"target":11},{"source":117,"target":124},{"source":117,"target":10},{"source":124,"target":11},{"source":118,"target":11},{"source":118,"target":125},{"source":118,"target":10},{"source":125,"target":11},{"source":119,"target":1},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":4},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":126,"target":10},{"source":126,"target":133},{"source":126,"target":11},{"source":133,"target":10},{"source":127,"target":10},{"source":127,"target":134},{"source":127,"target":11},{"source":134,"target":10},{"source":128,"target":25},{"source":128,"target":135},{"source":128,"target":11},{"source":135,"target":25},{"source":129,"target":26},{"source":129,"target":136},{"source":129,"target":11},{"source":136,"target":26},{"source":130,"target":24},{"source":130,"target":137},{"source":130,"target":11},{"source":137,"target":24},{"source":131,"target":12},{"source":132,"target":4},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":138},{"source":12,"target":139},{"source":138,"target":13},{"source":138,"target":140},{"source":138,"target":12},{"source":140,"target":13},{"source":139,"target":2},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":141},{"source":13,"target":142},{"source":141,"target":7},{"source":141,"target":143},{"source":141,"target":13},{"source":143,"target":7},{"source":142,"target":4},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":11},{"source":145,"target":148},{"source":145,"target":14},{"source":148,"target":11},{"source":146,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":149,"target":152},{"source":149,"target":15},{"source":150,"target":153},{"source":150,"target":15},{"source":151,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":154},{"source":154,"target":11},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":155},{"source":155,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":156},{"source":156,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":157},{"source":157,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":158},{"source":158,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":159},{"source":159,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":160},{"source":160,"target":16},{"source":23,"target":0},{"source":23,"target":161},{"source":161,"target":24},{"source":161,"target":162},{"source":161,"target":23},{"source":162,"target":24},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":163,"target":26},{"source":163,"target":167},{"source":163,"target":24},{"source":167,"target":26},{"source":164,"target":11},{"source":164,"target":168},{"source":164,"target":24},{"source":168,"target":11},{"source":165,"target":28},{"source":165,"target":169},{"source":165,"target":24},{"source":169,"target":28},{"source":166,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":25,"target":173},{"source":170,"target":3},{"source":170,"target":174},{"source":170,"target":25},{"source":174,"target":3},{"source":171,"target":1},{"source":171,"target":175},{"source":171,"target":25},{"source":175,"target":1},{"source":172,"target":11},{"source":172,"target":176},{"source":172,"target":25},{"source":176,"target":11},{"source":173,"target":4},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":177},{"source":26,"target":178},{"source":26,"target":179},{"source":26,"target":180},{"source":177,"target":24},{"source":177,"target":181},{"source":177,"target":26},{"source":181,"target":24},{"source":178,"target":11},{"source":178,"target":182},{"source":178,"target":26},{"source":182,"target":11},{"source":179,"target":30},{"source":179,"target":183},{"source":179,"target":26},{"source":183,"target":30},{"source":180,"target":1},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":184},{"source":27,"target":185},{"source":27,"target":186},{"source":27,"target":187},{"source":184,"target":188},{"source":184,"target":27},{"source":185,"target":27},{"source":185,"target":189},{"source":185,"target":27},{"source":189,"target":27},{"source":186,"target":28},{"source":186,"target":190},{"source":186,"target":27},{"source":190,"target":28},{"source":187,"target":2},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":3},{"source":28,"target":13},{"source":28,"target":191},{"source":28,"target":192},{"source":28,"target":193},{"source":28,"target":194},{"source":28,"target":195},{"source":28,"target":196},{"source":28,"target":197},{"source":28,"target":198},{"source":28,"target":199},{"source":28,"target":200},{"source":28,"target":201},{"source":28,"target":202},{"source":28,"target":203},{"source":191,"target":204},{"source":191,"target":28},{"source":192,"target":205},{"source":192,"target":28},{"source":193,"target":2},{"source":193,"target":206},{"source":193,"target":28},{"source":206,"target":2},{"source":194,"target":29},{"source":194,"target":207},{"source":194,"target":28},{"source":207,"target":29},{"source":195,"target":31},{"source":195,"target":208},{"source":195,"target":28},{"source":208,"target":31},{"source":196,"target":28},{"source":196,"target":209},{"source":196,"target":28},{"source":209,"target":28},{"source":197,"target":28},{"source":197,"target":210},{"source":197,"target":28},{"source":210,"target":28},{"source":198,"target":32},{"source":198,"target":211},{"source":198,"target":28},{"source":211,"target":32},{"source":199,"target":47},{"source":199,"target":212},{"source":199,"target":28},{"source":212,"target":47},{"source":200,"target":51},{"source":200,"target":213},{"source":200,"target":28},{"source":213,"target":51},{"source":201,"target":27},{"source":202,"target":3},{"source":203,"target":13},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":214},{"source":29,"target":215},{"source":29,"target":216},{"source":214,"target":217},{"source":214,"target":29},{"source":215,"target":28},{"source":215,"target":218},{"source":215,"target":29},{"source":218,"target":28},{"source":216,"target":27},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":10},{"source":30,"target":12},{"source":30,"target":219},{"source":30,"target":220},{"source":30,"target":221},{"source":30,"target":222},{"source":219,"target":223},{"source":219,"target":30},{"source":220,"target":29},{"source":221,"target":10},{"source":222,"target":12},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":224},{"source":31,"target":225},{"source":31,"target":226},{"source":31,"target":227},{"source":31,"target":228},{"source":31,"target":229},{"source":31,"target":230},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":31,"target":237},{"source":31,"target":238},{"source":31,"target":239},{"source":31,"target":240},{"source":224,"target":241},{"source":224,"target":31},{"source":225,"target":242},{"source":225,"target":31},{"source":226,"target":243},{"source":226,"target":31},{"source":227,"target":244},{"source":227,"target":31},{"source":228,"target":245},{"source":228,"target":31},{"source":229,"target":36},{"source":229,"target":246},{"source":229,"target":31},{"source":246,"target":36},{"source":230,"target":31},{"source":230,"target":247},{"source":230,"target":31},{"source":247,"target":31},{"source":231,"target":11},{"source":231,"target":248},{"source":231,"target":31},{"source":248,"target":11},{"source":232,"target":31},{"source":232,"target":249},{"source":232,"target":31},{"source":249,"target":31},{"source":233,"target":31},{"source":233,"target":250},{"source":233,"target":31},{"source":250,"target":31},{"source":234,"target":37},{"source":234,"target":251},{"source":234,"target":31},{"source":251,"target":37},{"source":235,"target":37},{"source":235,"target":252},{"source":235,"target":31},{"source":252,"target":37},{"source":236,"target":38},{"source":236,"target":253},{"source":236,"target":31},{"source":253,"target":38},{"source":237,"target":48},{"source":237,"target":254},{"source":237,"target":31},{"source":254,"target":48},{"source":238,"target":31},{"source":238,"target":255},{"source":238,"target":31},{"source":255,"target":31},{"source":239,"target":31},{"source":239,"target":256},{"source":239,"target":31},{"source":256,"target":31},{"source":240,"target":30},{"source":32,"target":0},{"source":32,"target":9},{"source":32,"target":257},{"source":32,"target":258},{"source":32,"target":259},{"source":32,"target":260},{"source":32,"target":261},{"source":257,"target":262},{"source":257,"target":32},{"source":258,"target":28},{"source":258,"target":263},{"source":258,"target":32},{"source":263,"target":28},{"source":259,"target":28},{"source":259,"target":264},{"source":259,"target":32},{"source":264,"target":28},{"source":260,"target":51},{"source":260,"target":265},{"source":260,"target":32},{"source":265,"target":51},{"source":261,"target":9},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":3},{"source":33,"target":266},{"source":33,"target":267},{"source":33,"target":268},{"source":33,"target":269},{"source":266,"target":34},{"source":266,"target":270},{"source":266,"target":33},{"source":270,"target":34},{"source":267,"target":13},{"source":267,"target":271},{"source":267,"target":33},{"source":271,"target":13},{"source":268,"target":29},{"source":269,"target":3},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":272},{"source":34,"target":273},{"source":34,"target":274},{"source":34,"target":275},{"source":272,"target":276},{"source":272,"target":34},{"source":273,"target":33},{"source":273,"target":277},{"source":273,"target":34},{"source":277,"target":33},{"source":274,"target":11},{"source":274,"target":278},{"source":274,"target":34},{"source":278,"target":11},{"source":275,"target":12},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":279},{"source":35,"target":280},{"source":35,"target":281},{"source":35,"target":282},{"source":35,"target":283},{"source":35,"target":284},{"source":35,"target":285},{"source":35,"target":286},{"source":35,"target":287},{"source":35,"target":288},{"source":35,"target":289},{"source":35,"target":290},{"source":35,"target":291},{"source":279,"target":292},{"source":279,"target":35},{"source":280,"target":293},{"source":280,"target":35},{"source":281,"target":294},{"source":281,"target":35},{"source":282,"target":295},{"source":282,"target":35},{"source":283,"target":296},{"source":283,"target":35},{"source":284,"target":13},{"source":284,"target":297},{"source":284,"target":35},{"source":297,"target":13},{"source":285,"target":25},{"source":285,"target":298},{"source":285,"target":35},{"source":298,"target":25},{"source":286,"target":25},{"source":286,"target":299},{"source":286,"target":35},{"source":299,"target":25},{"source":287,"target":25},{"source":287,"target":300},{"source":287,"target":35},{"source":300,"target":25},{"source":288,"target":36},{"source":288,"target":301},{"source":288,"target":35},{"source":301,"target":36},{"source":289,"target":38},{"source":289,"target":302},{"source":289,"target":35},{"source":302,"target":38},{"source":290,"target":48},{"source":290,"target":303},{"source":290,"target":35},{"source":303,"target":48},{"source":291,"target":33},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":304},{"source":36,"target":305},{"source":36,"target":306},{"source":36,"target":307},{"source":36,"target":308},{"source":304,"target":28},{"source":304,"target":309},{"source":304,"target":36},{"source":309,"target":28},{"source":305,"target":35},{"source":305,"target":310},{"source":305,"target":36},{"source":310,"target":35},{"source":306,"target":36},{"source":306,"target":311},{"source":306,"target":36},{"source":311,"target":36},{"source":307,"target":31},{"source":307,"target":312},{"source":307,"target":36},{"source":312,"target":31},{"source":308,"target":28},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":28},{"source":37,"target":313},{"source":37,"target":314},{"source":37,"target":315},{"source":37,"target":316},{"source":37,"target":317},{"source":37,"target":318},{"source":313,"target":319},{"source":313,"target":37},{"source":314,"target":31},{"source":314,"target":320},{"source":314,"target":37},{"source":320,"target":31},{"source":315,"target":31},{"source":315,"target":321},{"source":315,"target":37},{"source":321,"target":31},{"source":316,"target":31},{"source":316,"target":322},{"source":316,"target":37},{"source":322,"target":31},{"source":317,"target":8},{"source":318,"target":28},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":323},{"source":38,"target":324},{"source":38,"target":325},{"source":323,"target":31},{"source":323,"target":326},{"source":323,"target":38},{"source":326,"target":31},{"source":324,"target":35},{"source":324,"target":327},{"source":324,"target":38},{"source":327,"target":35},{"source":325,"target":28},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":328},{"source":328,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":329},{"source":40,"target":330},{"source":329,"target":41},{"source":329,"target":331},{"source":329,"target":40},{"source":331,"target":41},{"source":330,"target":38},{"source":41,"target":0},{"source":41,"target":24},{"source":41,"target":332},{"source":41,"target":333},{"source":332,"target":40},{"source":332,"target":334},{"source":332,"target":41},{"source":334,"target":40},{"source":333,"target":24},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":335},{"source":42,"target":336},{"source":42,"target":337},{"source":335,"target":7},{"source":335,"target":338},{"source":335,"target":42},{"source":338,"target":7},{"source":336,"target":7},{"source":336,"target":339},{"source":336,"target":42},{"source":339,"target":7},{"source":337,"target":9},{"source":43,"target":0},{"source":43,"target":4},{"source":43,"target":9},{"source":43,"target":340},{"source":43,"target":341},{"source":43,"target":342},{"source":43,"target":343},{"source":340,"target":2},{"source":340,"target":344},{"source":340,"target":43},{"source":344,"target":2},{"source":341,"target":2},{"source":341,"target":345},{"source":341,"target":43},{"source":345,"target":2},{"source":342,"target":4},{"source":343,"target":9},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":346},{"source":346,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":347},{"source":45,"target":348},{"source":347,"target":15},{"source":347,"target":349},{"source":347,"target":45},{"source":349,"target":15},{"source":348,"target":43},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":350},{"source":350,"target":45},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":351},{"source":47,"target":352},{"source":47,"target":353},{"source":351,"target":28},{"source":351,"target":354},{"source":351,"target":47},{"source":354,"target":28},{"source":352,"target":28},{"source":352,"target":355},{"source":352,"target":47},{"source":355,"target":28},{"source":353,"target":46},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":356},{"source":48,"target":357},{"source":48,"target":358},{"source":48,"target":359},{"source":48,"target":360},{"source":356,"target":28},{"source":356,"target":361},{"source":356,"target":48},{"source":361,"target":28},{"source":357,"target":48},{"source":357,"target":362},{"source":357,"target":48},{"source":362,"target":48},{"source":358,"target":31},{"source":358,"target":363},{"source":358,"target":48},{"source":363,"target":31},{"source":359,"target":35},{"source":359,"target":364},{"source":359,"target":48},{"source":364,"target":35},{"source":360,"target":28},{"source":49,"target":0},{"source":49,"target":46},{"source":49,"target":365},{"source":49,"target":366},{"source":365,"target":48},{"source":365,"target":367},{"source":365,"target":49},{"source":367,"target":48},{"source":366,"target":46},{"source":50,"target":0},{"source":50,"target":36},{"source":50,"target":37},{"source":50,"target":368},{"source":50,"target":369},{"source":368,"target":36},{"source":369,"target":37},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":370},{"source":51,"target":371},{"source":51,"target":372},{"source":51,"target":373},{"source":51,"target":374},{"source":370,"target":375},{"source":370,"target":51},{"source":371,"target":376},{"source":371,"target":51},{"source":372,"target":28},{"source":372,"target":377},{"source":372,"target":51},{"source":377,"target":28},{"source":373,"target":32},{"source":373,"target":378},{"source":373,"target":51},{"source":378,"target":32},{"source":374,"target":4}],"multigraph":true} | ecore |
rental | repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/rental.ecore | rental
Customer
getDisplayName
firstName
lastName
address
licenses
parentAgency
RentalAgency
book
customer
rentedObject
from
to
addCustomer
customer
addObject
object
name
address
objectsToRent
customers
rentals
Address
streetType
0
number
zipCode
city
streetName
StreetType
Street
Street
Road
Road
RentalObject
rent
customer
isAvailable
ID
name
picture
parentAgency
Image
org.eclipse.swt.graphics.Image
org.eclipse.swt.graphics.Image
License
number
validityDate
owner
Rental
nbDaysBooked
end
start
nbDaysRented
customer
rentedObject
startDate
endDate
parentAgency | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rental"
nsURI="http://com.opcoach.training/rental/1.0" nsPrefix="rental">
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="consistentName"/>
</eAnnotations>
<eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//Address" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1"
eType="#//License" containment="true" eOpposite="#//License/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RentalAgency">
<eOperations name="book" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
<eParameters name="rentedObject" eType="#//RentalObject"/>
<eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eOperations>
<eOperations name="addCustomer">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="addObject">
<eParameters name="object" eType="#//RentalObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//Address" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsToRent" upperBound="-1"
eType="#//RentalObject" containment="true" eOpposite="#//RentalObject/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" containment="true" eOpposite="#//Customer/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentals" upperBound="-1"
eType="#//Rental" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="streetType" eType="#//StreetType"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="streetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StreetType">
<eLiterals name="Street"/>
<eLiterals name="Road" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RentalObject">
<eOperations name="rent" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="picture" eType="#//Image"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Image" instanceClassName="org.eclipse.swt.graphics.Image"/>
<eClassifiers xsi:type="ecore:EClass" name="License">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validityDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Customer"
eOpposite="#//Customer/licenses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rental">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="startDateBeforeEndDate"/>
</eAnnotations>
<eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="nbDaysRented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1"
eType="#//Customer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" eType="#//RentalObject"/>
<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:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rental/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","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"},{"instanceTypeName":null,"instanceClassName":null,"name":"StreetType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Image","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Image","name":"Image","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":9,"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":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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCustomer","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObject","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"objectsToRent","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":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"streetType","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","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":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","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":"streetName","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"Street","id":59,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":60,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":true,"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"picture","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityDate","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,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysRented","lowerBound":0,"id":82,"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":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"source":12,"target":3},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":3},{"source":13,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":7},{"source":14,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":14,"target":22},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":22},{"source":2,"target":29},{"source":23,"target":8},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":23,"target":32},{"source":23,"target":33},{"source":23,"target":34},{"source":30,"target":8},{"source":31,"target":1},{"source":31,"target":35},{"source":31,"target":23},{"source":35,"target":1},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":23},{"source":36,"target":5},{"source":33,"target":37},{"source":33,"target":23},{"source":34,"target":38},{"source":34,"target":23},{"source":24,"target":2},{"source":24,"target":39},{"source":39,"target":1},{"source":39,"target":40},{"source":39,"target":24},{"source":40,"target":1},{"source":25,"target":2},{"source":25,"target":41},{"source":41,"target":5},{"source":41,"target":42},{"source":41,"target":25},{"source":42,"target":5},{"source":26,"target":43},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":44},{"source":27,"target":2},{"source":44,"target":3},{"source":28,"target":5},{"source":28,"target":45},{"source":28,"target":2},{"source":28,"target":46},{"source":45,"target":5},{"source":22,"target":1},{"source":22,"target":47},{"source":22,"target":2},{"source":22,"target":14},{"source":47,"target":1},{"source":29,"target":8},{"source":29,"target":48},{"source":29,"target":2},{"source":48,"target":8},{"source":3,"target":0},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":49,"target":4},{"source":49,"target":54},{"source":49,"target":3},{"source":54,"target":4},{"source":50,"target":55},{"source":50,"target":3},{"source":51,"target":56},{"source":51,"target":3},{"source":52,"target":57},{"source":52,"target":3},{"source":53,"target":58},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":59},{"source":4,"target":60},{"source":59,"target":4},{"source":60,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":46},{"source":61,"target":8},{"source":61,"target":66},{"source":61,"target":5},{"source":61,"target":67},{"source":66,"target":8},{"source":67,"target":1},{"source":67,"target":68},{"source":67,"target":61},{"source":68,"target":1},{"source":62,"target":69},{"source":62,"target":5},{"source":63,"target":70},{"source":63,"target":5},{"source":64,"target":71},{"source":64,"target":5},{"source":65,"target":6},{"source":65,"target":72},{"source":65,"target":5},{"source":72,"target":6},{"source":46,"target":2},{"source":46,"target":73},{"source":46,"target":5},{"source":46,"target":28},{"source":73,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":20},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":20,"target":1},{"source":20,"target":78},{"source":20,"target":7},{"source":20,"target":13},{"source":78,"target":1},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":79,"target":88},{"source":79,"target":8},{"source":80,"target":89},{"source":80,"target":8},{"source":81,"target":90},{"source":81,"target":8},{"source":82,"target":91},{"source":82,"target":8},{"source":83,"target":1},{"source":83,"target":92},{"source":83,"target":8},{"source":92,"target":1},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":8},{"source":93,"target":5},{"source":85,"target":94},{"source":85,"target":8},{"source":86,"target":95},{"source":86,"target":8},{"source":87,"target":2},{"source":87,"target":96},{"source":87,"target":8},{"source":96,"target":2}],"multigraph":true} | ecore |
mvc | repo-ecore-all/data/jokingarcia/Transformation_coevolution/metamodels/AssistantMVCEvol23.ecore | AssistantMVC
Exam
examItems
controllers
views
ExamItem
question
Open
MultipleChoice
Observable
observers
Observer
Controller
View
fontName
fontColor
controller
ExamController
ExamItemController
MultipleChoiceController
OpenController
ExamView
ExamItemView
OpenView_MultipleChoiceView | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AssistantMVC"
nsURI="http://gts.inf.um.es/test/assistant_mvc" nsPrefix="mvc">
<eClassifiers xsi:type="ecore:EClass" name="Exam" eSuperTypes="#//Observable">
<eStructuralFeatures xsi:type="ecore:EReference" name="examItems" upperBound="-1"
eType="#//ExamItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1"
eType="#//Controller" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExamItem" abstract="true" eSuperTypes="#//Observable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Open" eSuperTypes="#//ExamItem"/>
<eClassifiers xsi:type="ecore:EClass" name="MultipleChoice" eSuperTypes="#//ExamItem"/>
<eClassifiers xsi:type="ecore:EClass" name="Observable">
<eStructuralFeatures xsi:type="ecore:EReference" name="observers" upperBound="-1"
eType="#//Observer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Observer"/>
<eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//Observer"/>
<eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" eSuperTypes="#//Observer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//Controller"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExamController" eSuperTypes="#//Controller"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamItemController" abstract="true"
eSuperTypes="#//Controller"/>
<eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceController" eSuperTypes="#//ExamItemController"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenController" eSuperTypes="#//ExamItemController"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamView" eSuperTypes="#//View"/>
<eClassifiers xsi:type="ecore:EClass" name="ExamItemView" eSuperTypes="#//View"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenView_MultipleChoiceView" eSuperTypes="#//ExamItemView"/>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"mvc","nsURI":"http://gts.inf.um.es/test/assistant_mvc","name":"AssistantMVC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exam","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoice","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamController","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemController","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamView","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenView_MultipleChoiceView","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":"examItems","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":"controllers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"observers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":5},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":7},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":7},{"source":18,"target":8},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":8},{"source":19,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":25},{"source":23,"target":2},{"source":24,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":26},{"source":26,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":27},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":28},{"source":28,"target":6},{"source":28,"target":29},{"source":28,"target":5},{"source":29,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":30},{"source":30,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":31,"target":35},{"source":31,"target":8},{"source":32,"target":36},{"source":32,"target":8},{"source":33,"target":7},{"source":33,"target":37},{"source":33,"target":8},{"source":37,"target":7},{"source":34,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":38},{"source":38,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":39},{"source":39,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":40},{"source":40,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":41},{"source":41,"target":10},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":42},{"source":42,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":43},{"source":43,"target":8},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":44},{"source":44,"target":14}],"multigraph":true} | ecore |
petrinet | repo-ecore-all/data/ModelEngineeringBooks/TimedStateMachine/org.pnml.tools.epnk/model/PNMLCoreModel.ecore | pnmlcoremodel
PetriNetDoc
net
PetriNet
type
name
page
toolspecific
unknown
Page
object
pageLabelProxy
labelproxy
Object
name
toolspecific
graphics
unknown
LabelProxy
label
text
object
Graphics
Node
out
in
Arc
source
target
PlaceNode
TransitionNode
Place
RefPlace
ref
RefTransition
ref
Transition
Name
text
Label
toolspecific
graphics
unknown
ArcGraphics
line
position
NodeGraphics
position
dimension
line
fill
AnnotationGraphics
fill
line
offset
font
Line
shape
line
color
width
1.0
style
Color
org.pnml.tools.epnk.graphics.datatypes.CSSColor
org.pnml.tools.epnk.graphics.datatypes.CSSColor
LineStyle
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
Coordinate
x
0.0
y
0.0
Fill
color
image
gradientColor
gradientrotation
URI
org.pnml.tools.epnk.graphics.datatypes.URI
org.pnml.tools.epnk.graphics.datatypes.URI
GradientRotation
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
Font
family
style
weight
size
9pt
decoration
align
rotation
FontFamily
org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily
org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily
FontStyle
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
FontWeight
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
FontDecoration
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
FontSize
org.pnml.tools.epnk.graphics.datatypes.CSSFontSize
org.pnml.tools.epnk.graphics.datatypes.CSSFontSize
FontAlign
org.pnml.tools.epnk.helpers.NotImplemented
org.pnml.tools.epnk.helpers.NotImplemented
PetriNetType
EmptyType
ToolInfoText
info
ToolInfo
tool
version
ID
id
PageLabelProxy
text
label
Attribute
LineShape
line
line
curve
curve | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pnmlcoremodel"
nsURI="http://org.pnml.tools/epnk/pnmlcoremodel" nsPrefix="pnmlcoremodel">
<eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" upperBound="-1"
eType="#//PetriNet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//ID">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//PetriNetType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" upperBound="-1"
eType="#//Page" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1"
eType="#//ToolInfo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1"
eType="#//Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageLabelProxy" upperBound="-1"
eType="#//PageLabelProxy" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelproxy" upperBound="-1"
eType="#//LabelProxy" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" abstract="true" eSuperTypes="#//ID">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1"
eType="#//ToolInfo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphics"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelProxy">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Arc"
transient="true" resolveProxies="false" eOpposite="#//Arc/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Arc"
transient="true" resolveProxies="false" eOpposite="#//Arc/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Node" resolveProxies="false" eOpposite="#//Node/out"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node" resolveProxies="false" eOpposite="#//Node/in"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//PlaceNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//TransitionNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Label">
<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="Label" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1"
eType="#//ToolInfo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphics"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics">
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" upperBound="-1"
eType="#//Coordinate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Coordinate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//Coordinate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics">
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Coordinate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="#//LineShape"
defaultValueLiteral="line"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSColor"/>
<eClassifiers xsi:type="ecore:EDataType" name="LineStyle" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EClass" name="Coordinate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fill">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientColor" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" eType="#//GradientRotation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.URI"/>
<eClassifiers xsi:type="ecore:EDataType" name="GradientRotation" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EClass" name="Font">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="family" eType="#//FontFamily"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//FontWeight"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="#//FontSize"
defaultValueLiteral="9pt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" eType="#//FontDecoration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//FontAlign"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FontFamily" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily"/>
<eClassifiers xsi:type="ecore:EDataType" name="FontStyle" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EDataType" name="FontWeight" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EDataType" name="FontDecoration" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EDataType" name="FontSize" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSFontSize"/>
<eClassifiers xsi:type="ecore:EDataType" name="FontAlign" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/>
<eClassifiers xsi:type="ecore:EClass" name="PetriNetType" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EmptyType" eSuperTypes="#//PetriNetType"/>
<eClassifiers xsi:type="ecore:EClass" name="ToolInfoText" eSuperTypes="#//ToolInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="info" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolInfo" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ID" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageLabelProxy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/>
<eClassifiers xsi:type="ecore:EEnum" name="LineShape">
<eLiterals name="line"/>
<eLiterals name="curve" value="1"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"pnmlcoremodel","nsURI":"http://org.pnml.tools/epnk/pnmlcoremodel","name":"pnmlcoremodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"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":"Page","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelProxy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSColor","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSColor","name":"Color","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"LineStyle","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.URI","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.URI","name":"URI","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"GradientRotation","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily","name":"FontFamily","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontDecoration","instanceClass":null,"id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontSize","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontSize","name":"FontSize","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontAlign","instanceClass":null,"id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetType","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfoText","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ID","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageLabelProxy","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"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":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecific","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":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":true,"unique":true,"name":"pageLabelProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"labelproxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"toolspecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"out","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","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":"line","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":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","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":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"line","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientColor","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9pt","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":154,"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":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"line","id":178,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"curve","id":179,"value":1,"literal":"curve","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":42,"target":2},{"source":42,"target":43},{"source":42,"target":1},{"source":43,"target":2},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":44,"target":34},{"source":44,"target":50},{"source":44,"target":2},{"source":50,"target":34},{"source":45,"target":15},{"source":45,"target":51},{"source":45,"target":2},{"source":51,"target":15},{"source":46,"target":3},{"source":46,"target":52},{"source":46,"target":2},{"source":52,"target":3},{"source":47,"target":37},{"source":47,"target":53},{"source":47,"target":2},{"source":53,"target":37},{"source":48,"target":54},{"source":48,"target":2},{"source":49,"target":38},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":55,"target":4},{"source":55,"target":59},{"source":55,"target":3},{"source":59,"target":4},{"source":56,"target":39},{"source":56,"target":60},{"source":56,"target":3},{"source":60,"target":39},{"source":57,"target":5},{"source":57,"target":61},{"source":57,"target":3},{"source":61,"target":5},{"source":58,"target":7},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":62,"target":15},{"source":62,"target":67},{"source":62,"target":4},{"source":67,"target":15},{"source":63,"target":37},{"source":63,"target":68},{"source":63,"target":4},{"source":68,"target":37},{"source":64,"target":6},{"source":64,"target":69},{"source":64,"target":4},{"source":69,"target":6},{"source":65,"target":70},{"source":65,"target":4},{"source":66,"target":38},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":71,"target":16},{"source":71,"target":74},{"source":71,"target":5},{"source":74,"target":16},{"source":72,"target":75},{"source":72,"target":5},{"source":73,"target":4},{"source":73,"target":76},{"source":73,"target":5},{"source":76,"target":4},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":8},{"source":77,"target":80},{"source":77,"target":7},{"source":77,"target":81},{"source":80,"target":8},{"source":78,"target":8},{"source":78,"target":82},{"source":78,"target":7},{"source":78,"target":83},{"source":82,"target":8},{"source":79,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":81},{"source":8,"target":83},{"source":8,"target":84},{"source":81,"target":7},{"source":81,"target":85},{"source":81,"target":8},{"source":81,"target":77},{"source":85,"target":7},{"source":83,"target":7},{"source":83,"target":86},{"source":83,"target":8},{"source":83,"target":78},{"source":86,"target":7},{"source":84,"target":4},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":87,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":88},{"source":88,"target":7},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":89},{"source":89,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":90},{"source":12,"target":91},{"source":90,"target":9},{"source":90,"target":92},{"source":90,"target":12},{"source":92,"target":9},{"source":91,"target":9},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":93},{"source":13,"target":94},{"source":93,"target":10},{"source":93,"target":95},{"source":93,"target":13},{"source":95,"target":10},{"source":94,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":96},{"source":96,"target":10},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":97},{"source":15,"target":98},{"source":97,"target":99},{"source":97,"target":15},{"source":98,"target":16},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":37},{"source":100,"target":103},{"source":100,"target":16},{"source":103,"target":37},{"source":101,"target":6},{"source":101,"target":104},{"source":101,"target":16},{"source":104,"target":6},{"source":102,"target":105},{"source":102,"target":16},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":106,"target":20},{"source":106,"target":109},{"source":106,"target":17},{"source":109,"target":20},{"source":107,"target":23},{"source":107,"target":110},{"source":107,"target":17},{"source":110,"target":23},{"source":108,"target":6},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":111,"target":23},{"source":111,"target":116},{"source":111,"target":18},{"source":116,"target":23},{"source":112,"target":23},{"source":112,"target":117},{"source":112,"target":18},{"source":117,"target":23},{"source":113,"target":20},{"source":113,"target":118},{"source":113,"target":18},{"source":118,"target":20},{"source":114,"target":24},{"source":114,"target":119},{"source":114,"target":18},{"source":119,"target":24},{"source":115,"target":6},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":120},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":120,"target":24},{"source":120,"target":125},{"source":120,"target":19},{"source":125,"target":24},{"source":121,"target":20},{"source":121,"target":126},{"source":121,"target":19},{"source":126,"target":20},{"source":122,"target":23},{"source":122,"target":127},{"source":122,"target":19},{"source":127,"target":23},{"source":123,"target":27},{"source":123,"target":128},{"source":123,"target":19},{"source":128,"target":27},{"source":124,"target":6},{"source":20,"target":0},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":129,"target":41},{"source":129,"target":133},{"source":129,"target":20},{"source":133,"target":41},{"source":130,"target":21},{"source":130,"target":134},{"source":130,"target":20},{"source":134,"target":21},{"source":131,"target":135},{"source":131,"target":20},{"source":132,"target":22},{"source":132,"target":136},{"source":132,"target":20},{"source":136,"target":22},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":137},{"source":23,"target":138},{"source":137,"target":139},{"source":137,"target":23},{"source":138,"target":140},{"source":138,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":141,"target":21},{"source":141,"target":145},{"source":141,"target":24},{"source":145,"target":21},{"source":142,"target":25},{"source":142,"target":146},{"source":142,"target":24},{"source":146,"target":25},{"source":143,"target":21},{"source":143,"target":147},{"source":143,"target":24},{"source":147,"target":21},{"source":144,"target":26},{"source":144,"target":148},{"source":144,"target":24},{"source":148,"target":26},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":149},{"source":27,"target":150},{"source":27,"target":151},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":27,"target":155},{"source":149,"target":28},{"source":149,"target":156},{"source":149,"target":27},{"source":156,"target":28},{"source":150,"target":29},{"source":150,"target":157},{"source":150,"target":27},{"source":157,"target":29},{"source":151,"target":30},{"source":151,"target":158},{"source":151,"target":27},{"source":158,"target":30},{"source":152,"target":32},{"source":152,"target":159},{"source":152,"target":27},{"source":159,"target":32},{"source":153,"target":31},{"source":153,"target":160},{"source":153,"target":27},{"source":160,"target":31},{"source":154,"target":33},{"source":154,"target":161},{"source":154,"target":27},{"source":161,"target":33},{"source":155,"target":162},{"source":155,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":163},{"source":163,"target":34},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":164},{"source":36,"target":165},{"source":164,"target":166},{"source":164,"target":36},{"source":165,"target":37},{"source":37,"target":0},{"source":37,"target":167},{"source":37,"target":168},{"source":167,"target":169},{"source":167,"target":37},{"source":168,"target":170},{"source":168,"target":37},{"source":38,"target":0},{"source":38,"target":171},{"source":171,"target":172},{"source":171,"target":38},{"source":39,"target":0},{"source":39,"target":173},{"source":39,"target":174},{"source":173,"target":175},{"source":173,"target":39},{"source":174,"target":16},{"source":174,"target":176},{"source":174,"target":39},{"source":176,"target":16},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":177},{"source":177,"target":16},{"source":41,"target":0},{"source":41,"target":178},{"source":41,"target":179},{"source":178,"target":41},{"source":179,"target":41}],"multigraph":true} | ecore |
units | repo-ecore-all/data/atlanmod/energy-estimation-language/Engine/fr.tblf.energy.estimation.metamodel/model/eel.ecore | eel
Platform
name
variables
measures
Variable
value
name
vibility
Visibility
LOCAL
LOCAL
GLOBAL
GLOBAL
Measure
type
value
name
name
subname
targetClass
targetOperation
uncertainty
TypedMeasure
type
name
type
MeasureValue
value
value
MeasureOCL
oclQuery
MeasureAttribute
att
MeasureCast
measure
MeasureBinaryOperation
left
right
MeasureBinaryProductOperation
value
MeasureBinarySumOperation
value
EnergyComputation
type
value
PowerComputation
type
value
RealTimeDuration
type
MeasureUnboundOperation
measures
MeasureUnboundSumOperation
value
MeasureUnboundProductOperation
value
Type
Energy
Energy
Duration
Duration
Power
Power
Current
Current
Voltage
Voltage
Scalar
Scalar
Frequency
Frequency
MeasurementUncertainty
information
standardUncertainty
NormalDistribution
meanValue
standardDeviation
Interval
lowerEndpoint
upperEndpoint
MeasurementUncertaintyInformation
Sampling
samples
measurementProcedure
Integral
interval
function
Sample
quantity | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eel" nsURI="http://fr.tblf.energy.estimation/eel/" nsPrefix="fr.tblf.energy.estimation.eel">
<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="Platform">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measures" upperBound="-1"
eType="#//Measure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<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="vibility" lowerBound="1"
eType="#//Visibility"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Visibility">
<eLiterals name="LOCAL"/>
<eLiterals name="GLOBAL" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measure" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Root measure"/>
</eAnnotations>
<eOperations name="type" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="null"/>
</eAnnotations>
</eOperations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="0"/>
</eAnnotations>
</eOperations>
<eOperations name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="''"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="name()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uncertainty" eType="#//MeasurementUncertainty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedMeasure" abstract="true" eSuperTypes="#//Measure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define Measure elements that have a hand-defined type"/>
</eAnnotations>
<eOperations name="type" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.type"/>
</eAnnotations>
</eOperations>
<eOperations name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="targetClass+'.'+ if subname <> null then subname else type().toString() endif"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureValue" eSuperTypes="#//TypedMeasure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Measure with a type and a value hand-defined by the user"/>
</eAnnotations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.value"/>
</eAnnotations>
</eOperations>
<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="MeasureOCL" eSuperTypes="#//MeasureValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oclQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureAttribute" eSuperTypes="#//MeasureValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Measure where the value corresponds to the value of an attribute in the decorated model"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="att" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureCast" eSuperTypes="#//TypedMeasure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Changes the type of a Measure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="measure" lowerBound="1"
eType="#//Measure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureBinaryOperation" abstract="true"
eSuperTypes="#//TypedMeasure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Define the measure computed through operations between measures."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Measure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Measure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureBinaryProductOperation" eSuperTypes="#//MeasureBinaryOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Multiplies the value of two measures. No type checking"/>
</eAnnotations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.left.value() * self.right.value()"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureBinarySumOperation" eSuperTypes="#//MeasureBinaryOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sums the value of two measures. No type checking"/>
</eAnnotations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.left.value() + self.right.value()"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnergyComputation" eSuperTypes="#//MeasureBinaryProductOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Computes an energy : multiplies a power by a duration, and forces the typing to Type::Energy"/>
</eAnnotations>
<eOperations name="type" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="Type::Energy"/>
</eAnnotations>
</eOperations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.left.value() * self.right.value()"/>
<details key="pre_isPowerAndDuration" value="(self.left.type() = Type::Power and self.right.type() = Type::Duration) or (self.right.type() = Type::Power and self.left.type() = Type::Duration)"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowerComputation" eSuperTypes="#//MeasureBinaryProductOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Computes an energy : multiplies a power by a duration, and forces the typing to Type::Energy"/>
</eAnnotations>
<eOperations name="type" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="Type::Power"/>
</eAnnotations>
</eOperations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.left.value() * self.right.value()"/>
<details key="pre_isCurrentAndVoltage" value="(self.left.type() = Type::Voltage and self.right.type() = Type::Current) or (self.right.type() = Type::Current and self.left.type() = Type::Voltage)"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealTimeDuration" eSuperTypes="#//MeasureValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Corresponds to the simulator's duration. Has to be specified by the execution engine."/>
</eAnnotations>
<eOperations name="type" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="Type::Duration"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureUnboundOperation" abstract="true"
eSuperTypes="#//TypedMeasure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Measures computed by a non-finite set of measures"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="measures" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Measure">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureUnboundSumOperation" eSuperTypes="#//MeasureUnboundOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Measures computed by the addition of a non-finite set of measures"/>
</eAnnotations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.measures -> iterate(m: Measure; acc: Real = 0.0 | acc + m.value())"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasureUnboundProductOperation" eSuperTypes="#//MeasureUnboundOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Measures computed by product of a non-finite set of measures"/>
</eAnnotations>
<eOperations name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="self.measures -> iterate(m: Measure; acc: Real = 1.0 | acc * m.value())"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Type" serializable="false">
<eLiterals name="Energy"/>
<eLiterals name="Duration" value="1"/>
<eLiterals name="Power" value="2"/>
<eLiterals name="Current" value="3"/>
<eLiterals name="Voltage" value="4"/>
<eLiterals name="Scalar" value="5"/>
<eLiterals name="Frequency" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasurementUncertainty">
<eStructuralFeatures xsi:type="ecore:EReference" name="information" eType="#//MeasurementUncertaintyInformation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="standardUncertainty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NormalDistribution" eSuperTypes="#//MeasurementUncertaintyInformation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="meanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Measure.allInstances()->select(v |
					v.uncertainty = (MeasurementUncertainty.allInstances()->select(u |
						u.information = self)->asOrderedSet()->first()))->asOrderedSet()->first().value()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="standardDeviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="MeasurementUncertainty.allInstances()->select(u |
						u.information = self)->asOrderedSet()->first().standardUncertainty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//MeasurementUncertaintyInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerEndpoint" lowerBound="1"
eType="#//Measure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperEndpoint" lowerBound="1"
eType="#//Measure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasurementUncertaintyInformation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Sampling" eSuperTypes="#//MeasurementUncertaintyInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="samples" upperBound="-1"
eType="#//Sample" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="measurementProcedure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Integral" eSuperTypes="#//MeasurementUncertaintyInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="interval" lowerBound="1"
eType="#//Interval"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sample">
<eStructuralFeatures xsi:type="ecore:EReference" name="quantity" upperBound="-1"
eType="#//Measure" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| false | {"directed":true,"nodes":[{"nsPrefix":"fr.tblf.energy.estimation.eel","nsURI":"http://fr.tblf.energy.estimation/eel/","name":"eel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measure","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedMeasure","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureOCL","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureCast","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureBinaryOperation","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureBinaryProductOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureBinarySumOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnergyComputation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerComputation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealTimeDuration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureUnboundOperation","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureUnboundSumOperation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureUnboundProductOperation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":19,"serializable":false,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasurementUncertainty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalDistribution","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasurementUncertaintyInformation","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sampling","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sample","instanceClass":null,"abstract":false,"id":26,"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":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":"variables","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":"measures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vibility","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"name":"LOCAL","id":39,"value":0,"literal":"LOCAL","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":40,"value":1,"literal":"GLOBAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subname","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetClass","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":"targetOperation","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uncertainty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":true},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":64,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oclQuery","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measure","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"left","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":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"name":"Energy","id":111,"value":0,"literal":"Energy","eClass":"EEnumLiteral"},{"name":"Duration","id":112,"value":1,"literal":"Duration","eClass":"EEnumLiteral"},{"name":"Power","id":113,"value":2,"literal":"Power","eClass":"EEnumLiteral"},{"name":"Current","id":114,"value":3,"literal":"Current","eClass":"EEnumLiteral"},{"name":"Voltage","id":115,"value":4,"literal":"Voltage","eClass":"EEnumLiteral"},{"name":"Scalar","id":116,"value":5,"literal":"Scalar","eClass":"EEnumLiteral"},{"name":"Frequency","id":117,"value":6,"literal":"Frequency","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":"information","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardUncertainty","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meanValue","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardDeviation","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":true},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerEndpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperEndpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"samples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"measurementProcedure","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"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":"quantity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"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":27,"target":30},{"source":27,"target":1},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":1},{"source":31,"target":2},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":1},{"source":32,"target":4},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":33,"target":36},{"source":33,"target":2},{"source":34,"target":37},{"source":34,"target":2},{"source":35,"target":3},{"source":35,"target":38},{"source":35,"target":2},{"source":38,"target":3},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":3},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":41,"target":19},{"source":41,"target":49},{"source":41,"target":4},{"source":49,"target":19},{"source":42,"target":50},{"source":42,"target":4},{"source":43,"target":51},{"source":43,"target":4},{"source":44,"target":52},{"source":44,"target":4},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":54},{"source":46,"target":4},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":20},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":20},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":57,"target":19},{"source":57,"target":61},{"source":57,"target":5},{"source":61,"target":19},{"source":58,"target":62},{"source":58,"target":5},{"source":59,"target":19},{"source":59,"target":63},{"source":59,"target":5},{"source":63,"target":19},{"source":60,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":64,"target":67},{"source":64,"target":6},{"source":65,"target":68},{"source":65,"target":6},{"source":66,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":69},{"source":7,"target":70},{"source":69,"target":71},{"source":69,"target":7},{"source":70,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":72},{"source":8,"target":73},{"source":72,"target":74},{"source":72,"target":8},{"source":73,"target":6},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":75},{"source":9,"target":76},{"source":75,"target":4},{"source":75,"target":77},{"source":75,"target":9},{"source":77,"target":4},{"source":76,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":78,"target":4},{"source":78,"target":81},{"source":78,"target":10},{"source":81,"target":4},{"source":79,"target":4},{"source":79,"target":82},{"source":79,"target":10},{"source":82,"target":4},{"source":80,"target":5},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":83},{"source":11,"target":84},{"source":83,"target":85},{"source":83,"target":11},{"source":84,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":86},{"source":12,"target":87},{"source":86,"target":88},{"source":86,"target":12},{"source":87,"target":10},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":89,"target":19},{"source":89,"target":92},{"source":89,"target":13},{"source":92,"target":19},{"source":90,"target":93},{"source":90,"target":13},{"source":91,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":94,"target":19},{"source":94,"target":97},{"source":94,"target":14},{"source":97,"target":19},{"source":95,"target":98},{"source":95,"target":14},{"source":96,"target":11},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":99},{"source":15,"target":100},{"source":99,"target":19},{"source":99,"target":101},{"source":99,"target":15},{"source":101,"target":19},{"source":100,"target":6},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":102},{"source":16,"target":103},{"source":102,"target":4},{"source":102,"target":104},{"source":102,"target":16},{"source":104,"target":4},{"source":103,"target":5},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":105},{"source":17,"target":106},{"source":105,"target":107},{"source":105,"target":17},{"source":106,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":108},{"source":18,"target":109},{"source":108,"target":110},{"source":108,"target":18},{"source":109,"target":16},{"source":19,"target":0},{"source":19,"target":111},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":19,"target":117},{"source":111,"target":19},{"source":112,"target":19},{"source":113,"target":19},{"source":114,"target":19},{"source":115,"target":19},{"source":116,"target":19},{"source":117,"target":19},{"source":20,"target":0},{"source":20,"target":118},{"source":20,"target":119},{"source":118,"target":23},{"source":118,"target":120},{"source":118,"target":20},{"source":120,"target":23},{"source":119,"target":121},{"source":119,"target":20},{"source":21,"target":0},{"source":21,"target":23},{"source":21,"target":122},{"source":21,"target":123},{"source":21,"target":124},{"source":122,"target":125},{"source":122,"target":21},{"source":123,"target":126},{"source":123,"target":21},{"source":124,"target":23},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":127,"target":4},{"source":127,"target":130},{"source":127,"target":22},{"source":130,"target":4},{"source":128,"target":4},{"source":128,"target":131},{"source":128,"target":22},{"source":131,"target":4},{"source":129,"target":23},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":132},{"source":24,"target":133},{"source":24,"target":134},{"source":132,"target":26},{"source":132,"target":135},{"source":132,"target":24},{"source":135,"target":26},{"source":133,"target":136},{"source":133,"target":24},{"source":134,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":137},{"source":25,"target":138},{"source":25,"target":139},{"source":137,"target":22},{"source":137,"target":140},{"source":137,"target":25},{"source":140,"target":22},{"source":138,"target":141},{"source":138,"target":25},{"source":139,"target":23},{"source":26,"target":0},{"source":26,"target":142},{"source":142,"target":4},{"source":142,"target":143},{"source":142,"target":26},{"source":143,"target":4}],"multigraph":true} | ecore |
architecture | repo-ecore-all/data/osate/osate2-core/org.osate.aadl2/model/aadl2.ecore | aadl2
Element
getOwner
ownedElement
ownedComment
Comment
body
String
java.lang.String
java.lang.String
Type
NamedElement
getNamespace
qualifiedName
getPropertyValues
propertySetName
propertyName
name
qualifiedName
ownedPropertyAssociation
PropertyAssociation
property
appliesTo
inBinding
append
constant
ownedValue
Property
inherit
defaultValue
appliesToMetaclass
appliesToClassifier
appliesTo
emptyListDefault
BasicProperty
referencedPropertyType
ownedPropertyType
propertyType
TypedElement
type
PropertyType
AbstractNamedValue
Boolean
boolean
boolean
PropertyExpression
MetaclassReference
annexName
metaclassName
PropertyOwner
Classifier
classifierFeature
inheritedMember
generalization
general
ownedAnnexSubclause
ownedPrototype
ownedPrototypeBinding
noPrototypes
noAnnexes
noProperties
Namespace
ownedMember
member
ClassifierFeature
featuringClassifier
Generalization
general
specific
DirectedRelationship
source
target
Relationship
relatedElement
AnnexSubclause
ModalElement
getAllInModes
inMode
Mode
initial
false
derived
false
ModeFeature
Prototype
refined
StructuralFeature
RefinableElement
refinementContext
refinedElement
CalledSubprogram
PrototypeBinding
formal
ContainedNamedElement
path
containmentPathElement
ContainmentPathElement
arrayRange
namedElement
annexName
path
ArrayRange
lowerBound
upperBound
Integer
long
long
ModalPropertyValue
ownedValue
BehavioralFeature
Real
double
double
ArrayDimension
size
ArraySize
size
sizeProperty
ArraySizeProperty
ArrayableElement
arrayDimension
ComponentImplementationReference
implementation
ownedPrototypeBinding
ComponentImplementation
getAllSubcomponents
type
ownedSubcomponent
extended
ownedFlowImplementation
ownedConnection
ownedExtension
ownedRealization
ownedEndToEndFlow
ownedAbstractSubcomponent
ownedAccessConnection
ownedParameterConnection
ownedPortConnection
ownedFeatureConnection
ownedFeatureGroupConnection
noSubcomponents
noConnections
noCalls
ownedProcessorFeature
ownedInternalFeature
ownedEventSource
ownedEventDataSource
ownedPortProxy
ownedSubprogramProxy
ComponentClassifier
ownedMode
ownedModeTransition
derivedModes
noFlows
noModes
SubcomponentType
FeatureClassifier
ModeTransition
source
destination
ownedTrigger
ModeTransitionTrigger
context
triggerPort
Context
TriggerPort
ComponentType
ownedFeature
extended
ownedFlowSpecification
ownedExtension
ownedFeatureGroup
ownedAbstractFeature
noFeatures
Feature
prototype
featureClassifier
refined
classifier
FeatureConnectionEnd
ConnectionEnd
ComponentPrototype
array
constrainingClassifier
FlowSpecification
refined
kind
outEnd
InEnd
FlowFeature
Flow
ModalPath
inMode
getInModes
getInModeTransitions
getAllInModeTransitions
inModeOrTransition
FlowElement
EndToEndFlowElement
FlowKind
source
source
path
path
sink
sink
FlowEnd
context
feature
TypeExtension
extended
FeatureGroup
inverse
featureType
featureGroupType
featureGroupPrototype
CallContext
DirectedFeature
direction
in
out
DirectionType
in
in
out
out
inOut
inOut
FeatureGroupConnectionEnd
FeatureType
FeatureGroupType
ownedFeature
extended
inverse
ownedExtension
ownedBusAccess
ownedDataAccess
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedFeatureGroup
ownedParameter
ownedSubprogramAccess
ownedSubprogramGroupAccess
ownedAbstractFeature
GroupExtension
extended
BusAccess
busFeatureClassifier
virtual
false
Access
kind
category
AccessConnectionEnd
AccessType
provides
provides
requires
requires
AccessCategory
bus
bus
data
data
subprogram
subprogram
subprogramGroup
subprogramGroup
virtualBus
virtualBus
BusFeatureClassifier
DataAccess
dataFeatureClassifier
ParameterConnectionEnd
PortConnectionEnd
DataSubcomponentType
DataPort
dataFeatureClassifier
Port
category
PortCategory
data
data
event
event
eventData
eventData
EventDataPort
dataFeatureClassifier
EventPort
Parameter
dataFeatureClassifier
SubprogramAccess
subprogramFeatureClassifier
SubprogramSubcomponentType
SubprogramGroupAccess
subprogramGroupFeatureClassifier
SubprogramGroupSubcomponentType
AbstractFeature
featurePrototype
abstractFeatureClassifier
FeaturePrototype
direction
constrainingClassifier
in
out
FeatureGroupPrototype
constrainingFeatureGroupType
Subcomponent
inMode
subcomponentType
ownedPrototypeBinding
prototype
ownedModeBinding
allModes
implementationReference
refined
classifier
ModeBinding
parentMode
derivedMode
FlowImplementation
kind
specification
ownedFlowSegment
inEnd
outEnd
FlowSegment
flowElement
context
Connection
destination
source
bidirectional
refined
ConnectedElement
context
connectionEnd
next
ImplementationExtension
extended
Realization
implemented
EndToEndFlow
refined
ownedEndToEndFlowSegment
EndToEndFlowSegment
flowElement
context
AbstractSubcomponent
abstractSubcomponentType
Abstract
AbstractSubcomponentType
AccessConnection
accessCategory
ParameterConnection
PortConnection
FeatureConnection
FeatureGroupConnection
ProcessorFeature
InternalFeature
direction
in
out
EventSource
EventDataSource
dataClassifier
DataClassifier
Data
PortProxy
direction
dataClassifier
in
out
SubprogramProxy
subprogramClassifier
SubprogramClassifier
Subprogram
ComponentCategory
abstract
abstract
bus
bus
data
data
device
device
memory
memory
process
process
processor
processor
subprogram
subprogram
subprogramGroup
subprogramGroup
system
system
thread
thread
threadGroup
threadGroup
virtualBus
virtualBus
virtualProcessor
virtualProcessor
AnnexLibrary
DefaultAnnexLibrary
sourceText
parsedAnnexLibrary
DefaultAnnexSubclause
sourceText
parsedAnnexSubclause
PublicPackageSection
privateSection
PackageSection
name
ownedPackageRename
ownedComponentTypeRename
ownedClassifier
ownedFeatureGroupTypeRename
ownedAnnexLibrary
importedUnit
noAnnexes
noProperties
PackageRename
renamedPackage
renameAll
AadlPackage
ownedPublicSection
ownedPrivateSection
publicSection
privateSection
ModelUnit
PrivatePackageSection
publicSection
ComponentTypeRename
category
renamedComponentType
FeatureGroupTypeRename
renamedFeatureGroupType
ComponentPrototypeBinding
formal
actual
ComponentPrototypeActual
category
binding
subcomponentType
FeatureGroupPrototypeBinding
formal
actual
FeatureGroupPrototypeActual
binding
featureType
FeaturePrototypeActual
FeaturePrototypeBinding
formal
actual
AccessSpecification
kind
category
classifier
componentPrototype
PortSpecification
direction
category
classifier
componentPrototype
in
out
FeaturePrototypeReference
direction
prototype
in
out
SubprogramCallSequence
ownedSubprogramCall
SubprogramCall
calledSubprogram
context
BehavioredImplementation
subprogramCalls
subprogramCall
ownedSubprogramCallSequence
AbstractType
ownedBusAccess
ownedDataAccess
ownedSubprogramAccess
ownedDataPort
ownedEventPort
ownedEventDataPort
ownedSubprogramGroupAccess
AbstractClassifier
VirtualProcessorSubcomponentType
VirtualBusSubcomponentType
ThreadGroupSubcomponentType
ThreadSubcomponentType
SystemSubcomponentType
ProcessSubcomponentType
MemorySubcomponentType
DeviceSubcomponentType
BusSubcomponentType
ProcessorSubcomponentType
AbstractImplementation
type
ownedBusSubcomponent
ownedDataSubcomponent
ownedDeviceSubcomponent
ownedMemorySubcomponent
ownedProcessSubcomponent
ownedProcessorSubcomponent
ownedSystemSubcomponent
ownedSubprogramSubcomponent
ownedSubprogramGroupSubcomponent
ownedThreadSubcomponent
ownedThreadGroupSubcomponent
ownedVirtualBusSubcomponent
ownedVirtualProcessorSubcomponent
BusSubcomponent
busSubcomponentType
Bus
DataSubcomponent
dataSubcomponentType
DeviceSubcomponent
deviceSubcomponentType
Device
MemorySubcomponent
memorySubcomponentType
Memory
ProcessSubcomponent
processSubcomponentType
Process
ProcessorSubcomponent
processorSubcomponentType
Processor
SystemSubcomponent
systemSubcomponentType
System
SubprogramSubcomponent
subprogramSubcomponentType
SubprogramGroupSubcomponent
subprogramGroupSubcomponentType
SubprogramGroup
ThreadSubcomponent
threadSubcomponentType
Thread
ThreadGroupSubcomponent
threadGroupSubcomponentType
ThreadGroup
VirtualBusSubcomponent
virtualBusSubcomponentType
VirtualBus
VirtualProcessorSubcomponent
virtualProcessorSubcomponentType
VirtualProcessor
AbstractPrototype
BusClassifier
BusType
ownedBusAccess
ownedDataPort
ownedEventDataPort
ownedEventPort
BusImplementation
type
ownedVirtualBusSubcomponent
BusPrototype
DataType
ownedSubprogramAccess
ownedDataAccess
ownedSubprogramGroupAccess
DataImplementation
type
ownedDataSubcomponent
ownedSubprogramSubcomponent
DataPrototype
DeviceClassifier
DeviceType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedBusAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
DeviceImplementation
type
ownedBusSubcomponent
ownedDataSubcomponent
ownedVirtualBusSubcomponent
DevicePrototype
MemoryClassifier
MemoryType
ownedBusAccess
ownedDataPort
ownedEventDataPort
ownedEventPort
MemoryImplementation
type
ownedBusSubcomponent
ownedMemorySubcomponent
MemoryPrototype
SubprogramType
ownedEventDataPort
ownedEventPort
ownedParameter
ownedDataAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
SubprogramImplementation
type
ownedDataSubcomponent
ownedSubprogramSubcomponent
SubprogramPrototype
SubprogramGroupClassifier
SubprogramGroupType
ownedSubprogramAccess
ownedSubprogramGroupAccess
SubprogramGroupImplementation
type
ownedSubprogramSubcomponent
ownedSubprogramGroupSubcomponent
ownedDataSubcomponent
SubprogramGroupPrototype
SystemClassifier
SystemType
ownedBusAccess
ownedDataAccess
ownedDataPort
ownedSubprogramGroupAccess
ownedSubprogramAccess
ownedEventPort
ownedEventDataPort
SystemImplementation
type
ownedBusSubcomponent
ownedDataSubcomponent
ownedDeviceSubcomponent
ownedMemorySubcomponent
ownedProcessSubcomponent
ownedProcessorSubcomponent
ownedSubprogramSubcomponent
ownedSubprogramGroupSubcomponent
ownedSystemSubcomponent
ownedVirtualBusSubcomponent
ownedVirtualProcessorSubcomponent
SystemPrototype
ProcessorClassifier
ProcessorType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedBusAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
ProcessorImplementation
type
ownedBusSubcomponent
ownedMemorySubcomponent
ownedVirtualBusSubcomponent
ownedVirtualProcessorSubcomponent
ProcessorPrototype
ProcessClassifier
ProcessType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedDataAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
ProcessImplementation
type
ownedDataSubcomponent
ownedSubprogramSubcomponent
ownedSubprogramGroupSubcomponent
ownedThreadSubcomponent
ownedThreadGroupSubcomponent
ProcessPrototype
ThreadClassifier
ThreadType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedDataAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
ThreadImplementation
type
ownedSubprogramGroupSubcomponent
ownedSubprogramSubcomponent
ownedDataSubcomponent
ThreadPrototype
ThreadGroupClassifier
ThreadGroupType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedDataAccess
ownedSubprogramAccess
ownedSubprogramGroupAccess
ThreadGroupImplementation
type
ownedDataSubcomponent
ownedThreadSubcomponent
ownedThreadGroupSubcomponent
ownedSubprogramSubcomponent
ownedSubprogramGroupSubcomponent
ThreadGroupPrototype
VirtualBusClassifier
VirtualBusType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedBusAccess
VirtualBusImplementation
type
ownedVirtualBusSubcomponent
VirtualBusPrototype
VirtualProcessorClassifier
VirtualProcessorType
ownedDataPort
ownedEventDataPort
ownedEventPort
ownedSubprogramAccess
ownedSubprogramGroupAccess
ownedBusAccess
VirtualProcessorImplementation
type
ownedVirtualBusSubcomponent
ownedVirtualProcessorSubcomponent
VirtualProcessorPrototype
BasicPropertyAssociation
property
ownedValue
PropertyConstant
referencedPropertyType
ownedPropertyType
constantValue
propertyType
StringLiteral
value
PropertyValue
NumberValue
getScaledValue
target
getScaledValue
getScaledValue
target
unit
UnitLiteral
getAbsoluteFactor
target
baseUnit
factor
EnumerationLiteral
ClassifierValue
classifier
ReferenceValue
BooleanLiteral
value
RangeValue
minimum
maximum
delta
IntegerLiteral
base
value
RealLiteral
value
Operation
op
ownedPropertyExpression
OperationKind
and
and
or
or
not
not
plus
plus
minus
minus
RecordValue
ownedFieldValue
ComputedValue
function
ListValue
ownedListElement
NamedValue
namedValue
PropertySet
ownedPropertyType
ownedProperty
ownedPropertyConstant
importedUnit
ownedAnnexSubclause
GlobalNamespace
package
propertySet
NonListType
AadlBoolean
AadlString
AadlInteger
NumberType
ownedUnitsType
referencedUnitsType
range
unitsType
UnitsType
ownedLiteral
EnumerationType
ownedLiteral
NumericRange
upperBound
lowerBound
AadlReal
ClassifierType
classifierReference
RangeType
ownedNumberType
numberType
referencedNumberType
RecordType
ownedField
RecordField
ReferenceType
namedElementReference
ListType
ownedElementType
referencedElementType
elementType | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aadl2" nsURI="http://aadl.info/AADL/2.0" nsPrefix="aadl2">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="AADL2"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element is a constituent of a model.
An element is a constituent of a model. As such, it has the capability of owning other elements.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eOperations name="getOwner" ordered="false" lowerBound="1" eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false"
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="The Elements owned by this element.
<p>From package AADLInfrastructure.</p>"/>
</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.
<p>From package AADLInfrastructure.</p>"/>
</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.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a string that is the comment
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</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="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type constrains the values represented by a typed element.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</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="A named element is an element in a model that may have a name.
<p>From package AADLInfrastructure.</p>
<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eOperations name="getNamespace" ordered="false" lowerBound="1" eType="#//Namespace"/>
<eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eOperations>
<eOperations name="getPropertyValues" ordered="false" upperBound="-1" eType="#//PropertyExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eParameters name="propertySetName" ordered="false" lowerBound="1" eType="#//String"/>
<eParameters name="propertyName" ordered="false" lowerBound="1" eType="#//String"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the NamedElement.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false"
eType="#//String" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyAssociation"
ordered="false" upperBound="-1" eType="#//PropertyAssociation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyAssociation" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
lowerBound="1" eType="#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false"
upperBound="-1" eType="#//ContainedNamedElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inBinding" ordered="false"
upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ModalPropertyValue" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//BasicProperty #//AbstractNamedValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inherit" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false"
eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliesToMetaclass" ordered="false"
upperBound="-1" eType="#//MetaclassReference" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliesToClassifier" ordered="false"
upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false"
upperBound="-1" eType="#//PropertyOwner" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyListDefault" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicProperty" eSuperTypes="#//TypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedPropertyType"
ordered="false" eType="#//PropertyType">
<eAnnotations source="subsets" references="#//BasicProperty/propertyType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false"
eType="#//PropertyType" containment="true">
<eAnnotations source="subsets" references="#//BasicProperty/propertyType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false"
unique="false" lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="redefines" references="#//TypedElement/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</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 has a type.
<p>From package AADLInfrastructure.</p>"/>
</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="The type of the TypedElement.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNamedValue" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyExpression" abstract="true"
eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaclassReference" eSuperTypes="#//PropertyOwner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false"
eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaclassName" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Definitions.</p>"/>
</eAnnotations>
</eClassifiers>
<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 classification of instances - it describes a set of instances that have features in common.
A classifier can specify a generalization hierarchy by referencing its general classifiers.
<p>From package AADLInfrastructure.</p>
<p>From package AADLProperties::Associations.</p>
<p>From package AADLConstructs::Extensibility.</p>
<p>From package AADLConstructs::Templates.</p>
<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifierFeature" ordered="false"
upperBound="-1" eType="#//ClassifierFeature" changeable="false" volatile="true"
transient="true" derived="true" eOpposite="#//ClassifierFeature/featuringClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies each feature defined in the classifier.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false"
upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false"
upperBound="-1" eType="#//Generalization" changeable="false" volatile="true"
transient="true" derived="true" eOpposite="#//Generalization/specific">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the Generalization relationships for this Classifier. These Generalizations navigate to more general classifiers in the generalization hierarchy.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" 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="Specifies the more general classifiers in the generalization hierarchy for this Classifier.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false"
upperBound="-1" eType="#//AnnexSubclause" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototype" ordered="false"
upperBound="-1" eType="#//Prototype" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding"
ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noPrototypes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</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 is an element in a model that contains a set of named elements that can be identified by name.
<p>From package AADLInfrastructure.</p>
<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" 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="A collection of NamedElements owned by the Namespace.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/>
</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="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierFeature" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classifier feature declares a behavioral or structural characteristic of instances of classifiers.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false"
upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
derived="true" resolveProxies="false" eOpposite="#//Classifier/classifierFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Classifiers that have this ClassifierFeature as a feature.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generalization" abstract="true" eSuperTypes="#//DirectedRelationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A generalization is a taxonomic relationship between a more general classifier and a more specific classifier. Each instance of the specific classifier is also an instance of the general classifier. Thus, the specific classifier indirectly has features of the more general classifier.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false"
lowerBound="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 general classifier in the Generalization relationship.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false"
lowerBound="1" eType="#//Classifier" volatile="true" transient="true" derived="true"
eOpposite="#//Classifier/generalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="References the specializing classifier in the Generalization relationship. 
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="subsets" references="#//DirectedRelationship/source"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true"
eSuperTypes="#//Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A directed relationship represents a relationship between a collection of source model elements and a collection of target model elements.
<p>From package AADLInfrastructure.</p>"/>
</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.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the targets of the DirectedRelationship.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Relationship is an abstract concept that specifies some kind of relationship between elements.
<p>From package AADLInfrastructure.</p>"/>
</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.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnexSubclause" abstract="true" eSuperTypes="#//ModalElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModalElement" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>
<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eOperations name="getAllInModes" ordered="false" upperBound="-1" eType="#//Mode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inMode" ordered="false"
upperBound="-1" eType="#//Mode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mode" eSuperTypes="#//ModeFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" ordered="false"
lowerBound="1" eType="#//Boolean" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false"
lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true"
defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModeFeature" abstract="true" eSuperTypes="#//ClassifierFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Prototype" abstract="true" eSuperTypes="#//StructuralFeature #//CalledSubprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>
<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//Prototype">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//RefinableElement #//ClassifierFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefinableElement" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinementContext" ordered="false"
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.
A refinable element can be refined by another element. Refinement is limited to classifier features, which can be refined by a classifier feature of the same name in an extended classifier. A refining element can add detail to an incomplete declaration.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinedElement" ordered="false"
eType="#//RefinableElement" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The refinable element that is being refined by this element.
<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledSubprogram" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrototypeBinding" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="formal" ordered="false"
lowerBound="1" eType="#//Prototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainedNamedElement" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" eType="#//ContainmentPathElement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containmentPathElement"
ordered="false" upperBound="-1" eType="#//ContainmentPathElement" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainmentPathElement" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayRange" upperBound="-1"
eType="#//ArrayRange" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="namedElement" ordered="false"
lowerBound="1" eType="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false"
eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="#//ContainmentPathElement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayRange" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" ordered="false"
lowerBound="1" eType="#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
lowerBound="1" eType="#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="long">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModalPropertyValue" eSuperTypes="#//ModalElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//ClassifierFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLInfrastructure.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//ArraySize"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArraySize" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>
<p>From package AADLProperties::Arrays.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" lowerBound="1"
eType="#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sizeProperty" ordered="false"
eType="#//ArraySizeProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArraySizeProperty" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Arrays.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayableElement" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimension" upperBound="-1"
eType="#//ArrayDimension" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentImplementationReference" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" ordered="false"
lowerBound="1" eType="#//ComponentImplementation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding"
ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Arrays.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentImplementation" abstract="true"
eSuperTypes="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>
<p>From package AADLConstructs::Components.</p>
<p>From package AADLDetails::Components::Abstract.</p>
<p>From package AADLDetails::Connections.</p>
<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
<eOperations name="getAllSubcomponents" ordered="false" upperBound="-1" eType="#//Subcomponent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true">
<eAnnotations source="subsets" references="#//Classifier/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubcomponent" ordered="false"
upperBound="-1" eType="#//Subcomponent" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
eType="#//ComponentImplementation" volatile="true" transient="true" derived="true">
<eAnnotations source="subsets" references="#//Classifier/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowImplementation"
upperBound="-1" eType="#//FlowImplementation" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConnection" ordered="false"
upperBound="-1" eType="#//Connection" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false"
eType="#//ImplementationExtension" containment="true">
<eAnnotations source="subsets" references="#//Classifier/generalization"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRealization" ordered="false"
lowerBound="1" eType="#//Realization" containment="true">
<eAnnotations source="subsets" references="#//Classifier/generalization"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlow" ordered="false"
upperBound="-1" eType="#//EndToEndFlow" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractSubcomponent"
ordered="false" upperBound="-1" eType="#//AbstractSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAccessConnection"
ordered="false" upperBound="-1" eType="#//AccessConnection" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterConnection"
ordered="false" upperBound="-1" eType="#//ParameterConnection" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortConnection" ordered="false"
upperBound="-1" eType="#//PortConnection" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureConnection"
ordered="false" upperBound="-1" eType="#//FeatureConnection" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupConnection"
ordered="false" upperBound="-1" eType="#//FeatureGroupConnection" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noSubcomponents" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noConnections" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noCalls" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorFeature"
ordered="false" upperBound="-1" eType="#//ProcessorFeature" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedInternalFeature" ordered="false"
upperBound="-1" eType="#//InternalFeature" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventSource" ordered="false"
upperBound="-1" eType="#//EventSource" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataSource" ordered="false"
upperBound="-1" eType="#//EventDataSource" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortProxy" ordered="false"
upperBound="-1" eType="#//PortProxy" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramProxy" ordered="false"
upperBound="-1" eType="#//SubprogramProxy" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentClassifier" abstract="true"
eSuperTypes="#//Classifier #//SubcomponentType #//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>
<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMode" ordered="false"
upperBound="-1" eType="#//Mode" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeTransition" ordered="false"
upperBound="-1" eType="#//ModeTransition" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedModes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noFlows" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noModes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubcomponentType" abstract="true" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureClassifier" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModeTransition" eSuperTypes="#//ModeFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Mode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false"
lowerBound="1" eType="#//Mode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTrigger" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ModeTransitionTrigger" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModeTransitionTrigger" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggerPort" ordered="false"
lowerBound="1" eType="#//TriggerPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerPort" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentType" abstract="true" eSuperTypes="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>
<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" ordered="false"
upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
eType="#//ComponentType" volatile="true" transient="true" derived="true">
<eAnnotations source="subsets" references="#//Classifier/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSpecification"
upperBound="-1" eType="#//FlowSpecification" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false"
eType="#//TypeExtension" containment="true">
<eAnnotations source="subsets" references="#//Classifier/generalization"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false"
upperBound="-1" eType="#//FeatureGroup" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false"
upperBound="-1" eType="#//AbstractFeature" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noFeatures" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//StructuralFeature #//FeatureConnectionEnd #//ArrayableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>
<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false"
eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureClassifier" ordered="false"
eType="#//FeatureClassifier" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="union"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//Feature">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
eType="#//Classifier" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureConnectionEnd" abstract="true"
eSuperTypes="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionEnd" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentPrototype" abstract="true"
eSuperTypes="#//Prototype #//SubcomponentType #//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier"
ordered="false" eType="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowSpecification" eSuperTypes="#//FlowFeature #//ModalPath #//FlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//FlowSpecification">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1"
eType="#//FlowKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outEnd" ordered="false"
eType="#//FlowEnd" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="InEnd" ordered="false"
eType="#//FlowEnd" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowFeature" abstract="true" eSuperTypes="#//StructuralFeature #//Flow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModalPath" abstract="true" eSuperTypes="#//ModalElement">
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1"
eType="#//Mode" volatile="true" transient="true" derived="true">
<eAnnotations source="redefines" references="#//ModalElement/inMode"/>
<eAnnotations source="subsets" references="#//ModalPath/inModeOrTransition"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eOperations name="getInModes" ordered="false" upperBound="-1" eType="#//Mode"/>
<eOperations name="getInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/>
<eOperations name="getAllInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModeOrTransition" ordered="false"
upperBound="-1" eType="#//ModeFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true" eSuperTypes="#//EndToEndFlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowElement" abstract="true"
eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eLiterals name="source"/>
<eLiterals name="path" value="1"/>
<eLiterals name="sink" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowEnd" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#//Feature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeExtension" eSuperTypes="#//Generalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
lowerBound="1" eType="#//ComponentType">
<eAnnotations source="subsets" references="#//Generalization/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroup" eSuperTypes="#//DirectedFeature #//Context #//FeatureGroupConnectionEnd #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>
<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false"
eType="#//FeatureType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupType" ordered="false"
eType="#//FeatureGroupType" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//FeatureGroup/featureType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupPrototype"
ordered="false" eType="#//FeatureGroupPrototype" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="subsets" references="#//FeatureGroup/featureType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallContext" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedFeature" abstract="true" eSuperTypes="#//Feature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DirectionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eLiterals name="in"/>
<eLiterals name="out" value="1"/>
<eLiterals name="inOut" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnectionEnd" abstract="true"
eSuperTypes="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureType" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupType" eSuperTypes="#//Classifier #//FeatureType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>
<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" upperBound="-1"
eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
eType="#//FeatureGroupType" volatile="true" transient="true" derived="true">
<eAnnotations source="subsets" references="#//Classifier/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inverse" ordered="false"
eType="#//FeatureGroupType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false"
eType="#//GroupExtension" containment="true">
<eAnnotations source="subsets" references="#//Classifier/generalization"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false"
upperBound="-1" eType="#//FeatureGroup" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false"
upperBound="-1" eType="#//Parameter" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false"
upperBound="-1" eType="#//AbstractFeature" containment="true">
<eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupExtension" eSuperTypes="#//Generalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
lowerBound="1" eType="#//FeatureGroupType">
<eAnnotations source="subsets" references="#//Generalization/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusAccess" eSuperTypes="#//Access">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="busFeatureClassifier" ordered="false"
eType="#//BusFeatureClassifier">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="virtual" ordered="false"
lowerBound="1" eType="#//Boolean" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Access" abstract="true" eSuperTypes="#//Feature #//AccessConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1"
eType="#//AccessType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//AccessCategory" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessConnectionEnd" abstract="true"
eSuperTypes="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eLiterals name="provides"/>
<eLiterals name="requires" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eLiterals name="bus"/>
<eLiterals name="data" value="1"/>
<eLiterals name="subprogram" value="2"/>
<eLiterals name="subprogramGroup" value="3"/>
<eLiterals name="virtualBus" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusFeatureClassifier" abstract="true"
eSuperTypes="#//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAccess" eSuperTypes="#//Access #//FlowElement #//ParameterConnectionEnd #//PortConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier"
ordered="false" eType="#//DataSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterConnectionEnd" abstract="true"
eSuperTypes="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType #//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataPort" eSuperTypes="#//Port #//Context #//ParameterConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier"
ordered="false" eType="#//DataSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//DirectedFeature #//PortConnectionEnd #//TriggerPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//PortCategory" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PortCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eLiterals name="data"/>
<eLiterals name="event" value="1"/>
<eLiterals name="eventData" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventDataPort" eSuperTypes="#//Port #//Context #//ParameterConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier"
ordered="false" eType="#//DataSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventPort" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//DirectedFeature #//Context #//ParameterConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>
<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier"
ordered="false" eType="#//DataSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramAccess" eSuperTypes="#//Access #//CalledSubprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramFeatureClassifier"
ordered="false" eType="#//SubprogramSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType #//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupAccess" eSuperTypes="#//Access #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupFeatureClassifier"
ordered="false" eType="#//SubprogramGroupSubcomponentType">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType #//FeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFeature" eSuperTypes="#//DirectedFeature #//TriggerPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="featurePrototype" ordered="false"
eType="#//FeaturePrototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractFeatureClassifier"
ordered="false" eType="#//FeatureClassifier">
<eAnnotations source="subsets" references="#//Feature/featureClassifier"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeaturePrototype" eSuperTypes="#//Prototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier"
ordered="false" eType="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototype" eSuperTypes="#//Prototype #//FeatureType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainingFeatureGroupType"
ordered="false" eType="#//FeatureGroupType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subcomponent" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement #//Context #//FlowElement #//ArrayableElement">
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1"
eType="#//Mode" volatile="true" transient="true" derived="true">
<eAnnotations source="redefines" references="#//ModalElement/inMode"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false"
unique="false" eType="#//SubcomponentType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding"
ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false"
eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeBinding" ordered="false"
upperBound="-1" eType="#//ModeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allModes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationReference"
upperBound="-1" eType="#//ComponentImplementationReference" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//Subcomponent">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
eType="#//ComponentClassifier" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModeBinding" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMode" ordered="false"
lowerBound="1" eType="#//Mode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedMode" ordered="false"
eType="#//Mode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Modes.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowImplementation" eSuperTypes="#//ModalPath #//ClassifierFeature #//Flow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1"
eType="#//FlowKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false"
lowerBound="1" eType="#//FlowSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSegment" upperBound="-1"
eType="#//FlowSegment" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inEnd" ordered="false"
eType="#//FlowEnd" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outEnd" ordered="false"
eType="#//FlowEnd" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowSegment" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" ordered="false"
unique="false" lowerBound="1" eType="#//FlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//StructuralFeature #//ModalPath #//FlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false"
eType="#//ConnectedElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
eType="#//ConnectedElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//Connection">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectedElement" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectionEnd" ordered="false"
lowerBound="1" eType="#//ConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" ordered="false" eType="#//ConnectedElement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationExtension" eSuperTypes="#//Generalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false"
lowerBound="1" eType="#//ComponentImplementation">
<eAnnotations source="subsets" references="#//Generalization/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Generalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="implemented" ordered="false"
lowerBound="1" eType="#//ComponentType">
<eAnnotations source="subsets" references="#//Generalization/general"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndToEndFlow" eSuperTypes="#//FlowFeature #//ModalPath #//EndToEndFlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false"
eType="#//EndToEndFlow">
<eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlowSegment"
ordered="false" upperBound="-1" eType="#//EndToEndFlowSegment" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowSegment" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" unique="false"
lowerBound="1" eType="#//EndToEndFlowElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Flows.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponent" eSuperTypes="#//Subcomponent #//Abstract">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractSubcomponentType"
ordered="false" eType="#//AbstractSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Abstract" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessConnection" eSuperTypes="#//Connection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessCategory" ordered="false"
lowerBound="1" eType="#//AccessCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterConnection" eSuperTypes="#//Connection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortConnection" eSuperTypes="#//Connection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureConnection" eSuperTypes="#//Connection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnection" eSuperTypes="#//Connection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Connections.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorFeature" abstract="true" eSuperTypes="#//StructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalFeature" abstract="true" eSuperTypes="#//StructuralFeature #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventSource" eSuperTypes="#//InternalFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventDataSource" eSuperTypes="#//InternalFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" ordered="false"
eType="#//DataClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Data #//DataSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortProxy" eSuperTypes="#//ProcessorFeature #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" ordered="false"
eType="#//DataClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramProxy" eSuperTypes="#//ProcessorFeature #//AccessConnectionEnd #//CalledSubprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramClassifier" ordered="false"
eType="#//SubprogramClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Special Features.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//Subprogram #//SubprogramSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subprogram" abstract="true" eSuperTypes="#//NamedElement #//CalledSubprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComponentCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Components.</p>"/>
</eAnnotations>
<eLiterals name="abstract"/>
<eLiterals name="bus" value="1"/>
<eLiterals name="data" value="2"/>
<eLiterals name="device" value="3"/>
<eLiterals name="memory" value="4"/>
<eLiterals name="process" value="5"/>
<eLiterals name="processor" value="6"/>
<eLiterals name="subprogram" value="7"/>
<eLiterals name="subprogramGroup" value="8"/>
<eLiterals name="system" value="9"/>
<eLiterals name="thread" value="10"/>
<eLiterals name="threadGroup" value="11"/>
<eLiterals name="virtualBus" value="12"/>
<eLiterals name="virtualProcessor" value="13"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnexLibrary" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexLibrary" eSuperTypes="#//AnnexLibrary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false"
lowerBound="1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexLibrary" ordered="false"
eType="#//AnnexLibrary" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexSubclause" eSuperTypes="#//AnnexSubclause">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false"
lowerBound="1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexSubclause" ordered="false"
eType="#//AnnexSubclause" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Extensibility.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicPackageSection" eSuperTypes="#//PackageSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false"
eType="#//PrivatePackageSection" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//PrivatePackageSection/publicSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageSection" abstract="true" eSuperTypes="#//Namespace">
<eAnnotations source="duplicates">
<eAnnotations source="name">
<details key="lowerBound" value="1"/>
</eAnnotations>
<contents xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="redefines" references="#//NamedElement/name"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>
<p>From package AADLDetails::NoneSupport.</p>
<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackageRename" ordered="false"
upperBound="-1" eType="#//PackageRename" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedComponentTypeRename"
ordered="false" upperBound="-1" eType="#//ComponentTypeRename" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedClassifier" ordered="false"
upperBound="-1" eType="#//Classifier" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupTypeRename"
ordered="false" upperBound="-1" eType="#//FeatureGroupTypeRename" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexLibrary" ordered="false"
upperBound="-1" eType="#//AnnexLibrary" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false"
upperBound="-1" eType="#//ModelUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::NoneSupport.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageRename" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="renamedPackage" ordered="false"
lowerBound="1" eType="#//AadlPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="renameAll" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AadlPackage" eSuperTypes="#//ModelUnit">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Package"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPublicSection" ordered="false"
eType="#//PublicPackageSection" containment="true">
<eAnnotations source="subsets" references="#//AadlPackage/publicSection #//Element/ownedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrivateSection" ordered="false"
eType="#//PrivatePackageSection" containment="true">
<eAnnotations source="subsets" references="#//AadlPackage/privateSection #//Element/ownedElement"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false"
eType="#//PublicPackageSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false"
eType="#//PrivatePackageSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelUnit" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>
<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrivatePackageSection" eSuperTypes="#//PackageSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false"
eType="#//PublicPackageSection" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//PublicPackageSection/privateSection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentTypeRename" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//ComponentCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="renamedComponentType" ordered="false"
lowerBound="1" eType="#//ComponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupTypeRename" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="renamedFeatureGroupType"
ordered="false" lowerBound="1" eType="#//FeatureGroupType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeBinding" eSuperTypes="#//PrototypeBinding">
<eAnnotations source="duplicates">
<eAnnotations source="formal">
<details key="eType" value="aadl2::ComponentPrototype"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1"
eType="#//Prototype">
<eAnnotations source="redefines" references="#//PrototypeBinding/formal"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1"
upperBound="-1" eType="#//ComponentPrototypeActual" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeActual" eSuperTypes="#//ArrayableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//ComponentCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
upperBound="-1" eType="#//PrototypeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false"
lowerBound="1" eType="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeBinding" eSuperTypes="#//PrototypeBinding">
<eAnnotations source="duplicates">
<eAnnotations source="formal">
<details key="eType" value="aadl2::FeatureGroupPrototype"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1"
eType="#//Prototype">
<eAnnotations source="redefines" references="#//PrototypeBinding/formal"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false"
lowerBound="1" eType="#//FeatureGroupPrototypeActual" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeActual" eSuperTypes="#//FeaturePrototypeActual">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
upperBound="-1" eType="#//PrototypeBinding" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false"
lowerBound="1" eType="#//FeatureType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeActual" abstract="true"
eSuperTypes="#//ArrayableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeBinding" eSuperTypes="#//PrototypeBinding">
<eAnnotations source="duplicates">
<eAnnotations source="formal">
<details key="eType" value="aadl2::FeaturePrototype"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1"
eType="#//Prototype">
<eAnnotations source="redefines" references="#//PrototypeBinding/formal"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false"
lowerBound="1" eType="#//FeaturePrototypeActual" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessSpecification" eSuperTypes="#//FeaturePrototypeActual">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1"
eType="#//AccessType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//AccessCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
eType="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false"
eType="#//ComponentPrototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortSpecification" eSuperTypes="#//FeaturePrototypeActual">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//PortCategory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
eType="#//ComponentClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false"
eType="#//ComponentPrototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeReference" eSuperTypes="#//FeaturePrototypeActual">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false"
lowerBound="1" eType="#//FeaturePrototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1"
eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Templates.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramCallSequence" eSuperTypes="#//BehavioralFeature #//ModalElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCall" upperBound="-1"
eType="#//SubprogramCall" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramCall" eSuperTypes="#//BehavioralFeature #//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="calledSubprogram" ordered="false"
eType="#//CalledSubprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
eType="#//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredImplementation" abstract="true"
eSuperTypes="#//ComponentImplementation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
<eOperations name="subprogramCalls" ordered="false" upperBound="-1" eType="#//SubprogramCall">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get all calls owned by owned call sequences.
<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramCall" ordered="false"
upperBound="-1" eType="#//SubprogramCall" volatile="true" transient="true"
derived="true">
<eAnnotations source="subsets" references="#//Namespace/member"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCallSequence"
ordered="false" upperBound="-1" eType="#//SubprogramCallSequence" containment="true">
<eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Calls.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractType" eSuperTypes="#//ComponentType #//AbstractClassifier #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//Abstract #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType #//BusFeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType #//BusFeatureClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponentType" abstract="true"
eSuperTypes="#//SubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractImplementation" eSuperTypes="#//BehavioredImplementation #//AbstractClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::AbstractType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false"
upperBound="-1" eType="#//BusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent"
ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent"
ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent"
ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent"
ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Bus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="busSubcomponentType" ordered="false"
eType="#//BusSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bus" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Data #//ParameterConnectionEnd #//PortConnectionEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataSubcomponentType" ordered="false"
eType="#//DataSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponent" eSuperTypes="#//Subcomponent #//Device">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="deviceSubcomponentType"
ordered="false" eType="#//DeviceSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Device" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponent" eSuperTypes="#//Subcomponent #//Memory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="memorySubcomponentType"
ordered="false" eType="#//MemorySubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Memory" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponent" eSuperTypes="#//Subcomponent #//Process">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="processSubcomponentType"
ordered="false" eType="#//ProcessSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponent" eSuperTypes="#//Subcomponent #//Processor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="processorSubcomponentType"
ordered="false" eType="#//ProcessorSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Processor" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponent" eSuperTypes="#//Subcomponent #//System">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemSubcomponentType"
ordered="false" eType="#//SystemSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Subprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSubcomponentType"
ordered="false" eType="#//SubprogramSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//SubprogramGroup #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupSubcomponentType"
ordered="false" eType="#//SubprogramGroupSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroup" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponent" eSuperTypes="#//Subcomponent #//Thread">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="threadSubcomponentType"
ordered="false" eType="#//ThreadSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Thread" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponent" eSuperTypes="#//Subcomponent #//ThreadGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="threadGroupSubcomponentType"
ordered="false" eType="#//ThreadGroupSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroup" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//VirtualBus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualBusSubcomponentType"
ordered="false" eType="#//VirtualBusSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBus" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponent" eSuperTypes="#//Subcomponent #//VirtualProcessor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualProcessorSubcomponentType"
ordered="false" eType="#//VirtualProcessorSubcomponentType">
<eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessor" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractPrototype" eSuperTypes="#//ComponentPrototype #//Abstract #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Abstract.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Bus #//BusSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusType" eSuperTypes="#//ComponentType #//BusClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusImplementation" eSuperTypes="#//ComponentImplementation #//BusClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::BusType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusPrototype" eSuperTypes="#//ComponentPrototype #//Bus #//BusSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Bus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//ComponentType #//DataClassifier #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataImplementation" eSuperTypes="#//ComponentImplementation #//DataClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::DataType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataPrototype" eSuperTypes="#//ComponentPrototype #//Data #//DataSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Data.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Device #//DeviceSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceType" eSuperTypes="#//ComponentType #//DeviceClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceImplementation" eSuperTypes="#//ComponentImplementation #//DeviceClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::DeviceType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false"
upperBound="-1" eType="#//BusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DevicePrototype" eSuperTypes="#//ComponentPrototype #//Device #//DeviceSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Device.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Memory #//MemorySubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryType" eSuperTypes="#//ComponentType #//MemoryClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryImplementation" eSuperTypes="#//ComponentImplementation #//MemoryClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::MemoryType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false"
upperBound="-1" eType="#//BusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent"
ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryPrototype" eSuperTypes="#//ComponentPrototype #//Memory #//MemorySubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Memory.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramType" eSuperTypes="#//ComponentType #//SubprogramClassifier #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false"
upperBound="-1" eType="#//Parameter" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramImplementation" eSuperTypes="#//BehavioredImplementation #//SubprogramClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::SubprogramType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototype" eSuperTypes="#//ComponentPrototype #//Subprogram #//SubprogramSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Subprogram.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//SubprogramGroup #//SubprogramGroupSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupType" eSuperTypes="#//ComponentType #//SubprogramGroupClassifier #//CallContext">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupImplementation" eSuperTypes="#//ComponentImplementation #//SubprogramGroupClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::SubprogramGroupType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramGroup #//SubprogramGroupSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::SubprogramGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//System #//SystemSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemType" eSuperTypes="#//ComponentType #//SystemClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemImplementation" eSuperTypes="#//ComponentImplementation #//SystemClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::SystemType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false"
upperBound="-1" eType="#//BusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent"
ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent"
ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent"
ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent"
ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemPrototype" eSuperTypes="#//ComponentPrototype #//System #//SystemSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::System.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//Processor #//ProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorType" eSuperTypes="#//ComponentType #//ProcessorClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorImplementation" eSuperTypes="#//ComponentImplementation #//ProcessorClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::ProcessorType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false"
upperBound="-1" eType="#//BusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent"
ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessorPrototype" eSuperTypes="#//ComponentPrototype #//Processor #//ProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Processor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Process #//ProcessSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessType" eSuperTypes="#//ComponentType #//ProcessClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessImplementation" eSuperTypes="#//ComponentImplementation #//ProcessClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::ProcessType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessPrototype" eSuperTypes="#//ComponentPrototype #//Process #//ProcessSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Process.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Thread #//ThreadSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadType" eSuperTypes="#//ComponentType #//ThreadClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadImplementation" eSuperTypes="#//BehavioredImplementation #//ThreadClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::ThreadType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadPrototype" eSuperTypes="#//ComponentPrototype #//Thread #//ThreadSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::Thread.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//ThreadGroup #//ThreadGroupSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupType" eSuperTypes="#//ComponentType #//ThreadGroupClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false"
upperBound="-1" eType="#//DataAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupImplementation" eSuperTypes="#//ComponentImplementation #//ThreadGroupClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::ThreadGroupType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent"
ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent"
ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadGroupPrototype" eSuperTypes="#//ComponentPrototype #//ThreadGroup #//ThreadGroupSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::ThreadGroup.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//VirtualBus #//VirtualBusSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusType" eSuperTypes="#//ComponentType #//VirtualBusClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusImplementation" eSuperTypes="#//ComponentImplementation #//VirtualBusClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::VirtualBusType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualBusPrototype" eSuperTypes="#//ComponentPrototype #//VirtualBus #//VirtualBusSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualBus.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorClassifier" abstract="true"
eSuperTypes="#//ComponentClassifier #//VirtualProcessor #//VirtualProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorType" eSuperTypes="#//ComponentType #//VirtualProcessorClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false"
upperBound="-1" eType="#//DataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false"
upperBound="-1" eType="#//EventDataPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false"
upperBound="-1" eType="#//EventPort" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess"
ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess"
ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false"
upperBound="-1" eType="#//BusAccess" containment="true">
<eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorImplementation" eSuperTypes="#//ComponentImplementation #//VirtualProcessorClassifier">
<eAnnotations source="duplicates">
<eAnnotations source="type">
<details key="eType" value="aadl2::VirtualProcessorType"/>
</eAnnotations>
<contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false"
lowerBound="1" eType="#//ComponentType" volatile="true" transient="true"
derived="true">
<eAnnotations source="redefines" references="#//ComponentImplementation/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent"
ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true">
<eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorPrototype" eSuperTypes="#//ComponentPrototype #//VirtualProcessor #//VirtualProcessorSubcomponentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLDetails::Components::VirtualProcessor.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicPropertyAssociation" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
lowerBound="1" eType="#//BasicProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Associations.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyConstant" eSuperTypes="#//TypedElement #//AbstractNamedValue #//ArraySizeProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Constants.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedPropertyType"
ordered="false" eType="#//PropertyType">
<eAnnotations source="subsets" references="#//PropertyConstant/propertyType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Constants.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false"
eType="#//PropertyType" containment="true">
<eAnnotations source="subsets" references="#//PropertyConstant/propertyType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Constants.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="constantValue" ordered="false"
eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Constants.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false"
lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="redefines" references="#//TypedElement/type"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Constants.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValue" abstract="true" eSuperTypes="#//PropertyExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberValue" abstract="true" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/>
</eOperations>
<eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eOperations>
<eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eParameters name="target" ordered="false" lowerBound="1" eType="#//String"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//UnitLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitLiteral" eSuperTypes="#//EnumerationLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eOperations name="getAbsoluteFactor" ordered="false" lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseUnit" ordered="false"
eType="#//UnitLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="factor" ordered="false"
eType="#//NumberValue" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement #//AbstractNamedValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierValue" eSuperTypes="#//PropertyOwner #//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
lowerBound="1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceValue" eSuperTypes="#//ContainedNamedElement #//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeValue" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="minimum" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maximum" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delta" ordered="false"
eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//NumberValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base" ordered="false" eType="#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//NumberValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//PropertyExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" lowerBound="1"
eType="#//OperationKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyExpression"
ordered="false" lowerBound="1" upperBound="-1" eType="#//PropertyExpression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperationKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eLiterals name="and"/>
<eLiterals name="or" value="1"/>
<eLiterals name="not" value="2"/>
<eLiterals name="plus" value="3"/>
<eLiterals name="minus" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordValue" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFieldValue" ordered="false"
upperBound="-1" eType="#//BasicPropertyAssociation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputedValue" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" ordered="false"
lowerBound="1" eType="#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListValue" eSuperTypes="#//PropertyExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedListElement" upperBound="-1"
eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedValue" eSuperTypes="#//PropertyValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="namedValue" ordered="false"
lowerBound="1" eType="#//AbstractNamedValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Expressions.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertySet" eSuperTypes="#//Namespace #//ModelUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false"
upperBound="-1" eType="#//PropertyType" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" ordered="false"
upperBound="-1" eType="#//Property" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyConstant"
ordered="false" upperBound="-1" eType="#//PropertyConstant" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false"
upperBound="-1" eType="#//ModelUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false"
upperBound="-1" eType="#//AnnexSubclause" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalNamespace" eSuperTypes="#//Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>
<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
upperBound="-1" eType="#//PublicPackageSection" volatile="true" transient="true">
<eAnnotations source="subsets" references="#//Namespace/member"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLConstructs::Packaging.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertySet" ordered="false"
upperBound="-1" eType="#//PropertySet" volatile="true" transient="true">
<eAnnotations source="subsets" references="#//Namespace/member"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::PropertySets.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonListType" abstract="true" eSuperTypes="#//PropertyType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AadlBoolean" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AadlString" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AadlInteger" eSuperTypes="#//NumberType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberType" abstract="true" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnitsType" ordered="false"
eType="#//UnitsType" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedUnitsType" ordered="false"
eType="#//UnitsType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" ordered="false"
eType="#//NumericRange" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="unitsType" ordered="false"
unique="false" eType="#//UnitsType" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitsType" eSuperTypes="#//EnumerationType">
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" lowerBound="1"
upperBound="-1" eType="#//UnitLiteral" containment="true">
<eAnnotations source="redefines" references="#//EnumerationType/ownedLiteral"/>
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</contents>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//Namespace #//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" ordered="false"
lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericRange" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" ordered="false"
lowerBound="1" eType="#//PropertyExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AadlReal" eSuperTypes="#//NumberType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierType" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifierReference" ordered="false"
upperBound="-1" eType="#//MetaclassReference" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedNumberType" ordered="false"
eType="#//NumberType" containment="true">
<eAnnotations source="subsets" references="#//RangeType/numberType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="numberType" ordered="false"
lowerBound="1" eType="#//NumberType" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedNumberType" ordered="false"
eType="#//NumberType">
<eAnnotations source="subsets" references="#//RangeType/numberType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//Namespace #//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedField" ordered="false"
upperBound="-1" eType="#//BasicProperty" containment="true">
<eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordField" eSuperTypes="#//BasicProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//NonListType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="namedElementReference"
ordered="false" upperBound="-1" eType="#//MetaclassReference" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//PropertyType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElementType" ordered="false"
eType="#//PropertyType" containment="true">
<eAnnotations source="subsets" references="#//ListType/elementType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedElementType"
ordered="false" eType="#//PropertyType">
<eAnnotations source="subsets" references="#//ListType/elementType"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>From package AADLProperties::Types.</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"aadl2","nsURI":"http://aadl.info/AADL/2.0","name":"aadl2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssociation","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":"BasicProperty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedValue","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierFeature","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexSubclause","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeFeature","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prototype","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinableElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogram","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedNamedElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentPathElement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRange","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Integer","instanceClass":"long","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPropertyValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySize","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySizeProperty","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayableElement","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementationReference","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClassifier","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubcomponentType","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureClassifier","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransitionTrigger","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerPort","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnectionEnd","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionEnd","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototype","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSpecification","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFeature","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPath","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowElement","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowKind","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowEnd","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExtension","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroup","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallContext","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedFeature","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionType","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnectionEnd","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupExtension","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusAccess","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Access","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnectionEnd","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessCategory","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusFeatureClassifier","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccess","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnectionEnd","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionEnd","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentType","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortCategory","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPort","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccess","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponentType","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupAccess","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponentType","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFeature","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototype","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototype","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subcomponent","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeBinding","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowImplementation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSegment","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectedElement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationExtension","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlow","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowSegment","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponent","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponentType","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnection","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnection","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnection","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnection","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnection","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorFeature","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFeature","instanceClass":null,"abstract":true,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataSource","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassifier","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortProxy","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramProxy","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramClassifier","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprogram","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentCategory","instanceClass":null,"id":124,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexLibrary","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexLibrary","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexSubclause","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicPackageSection","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSection","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRename","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlPackage","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelUnit","instanceClass":null,"abstract":true,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivatePackageSection","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentTypeRename","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupTypeRename","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeBinding","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeActual","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeBinding","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeActual","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeActual","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeBinding","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessSpecification","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSpecification","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeReference","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallSequence","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCall","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredImplementation","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractType","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClassifier","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponentType","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponentType","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponentType","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponentType","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponentType","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponentType","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponentType","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponentType","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractImplementation","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponent","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bus","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponent","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponent","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponent","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memory","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponent","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponent","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroup","instanceClass":null,"abstract":true,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponent","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thread","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponent","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroup","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponent","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBus","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponent","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessor","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPrototype","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusClassifier","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusType","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusImplementation","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusPrototype","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataImplementation","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPrototype","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceClassifier","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceType","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceImplementation","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DevicePrototype","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryClassifier","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryType","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryImplementation","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryPrototype","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramType","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramImplementation","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototype","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupClassifier","instanceClass":null,"abstract":true,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupType","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupImplementation","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupPrototype","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemClassifier","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemType","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemImplementation","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPrototype","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorClassifier","instanceClass":null,"abstract":true,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorType","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorImplementation","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorPrototype","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessClassifier","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessImplementation","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPrototype","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadClassifier","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadImplementation","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadPrototype","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupClassifier","instanceClass":null,"abstract":true,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupImplementation","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupPrototype","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusClassifier","instanceClass":null,"abstract":true,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusImplementation","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusPrototype","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorClassifier","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorImplementation","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorPrototype","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicPropertyAssociation","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstant","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":true,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierValue","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceValue","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValue","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationKind","instanceClass":null,"id":250,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordValue","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedValue","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedValue","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySet","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalNamespace","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonListType","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlBoolean","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlString","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlInteger","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitsType","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericRange","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlReal","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierType","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":1,"id":272,"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":273,"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":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPropertyValues","lowerBound":0,"id":284,"many":true,"required":false,"eClass":"EOperation"},{"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":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedName","changeable":false,"lowerBound":0,"iD":false,"id":286,"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":"ownedPropertyAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertySetName","lowerBound":1,"id":292,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":293,"many":false,"required":true,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"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":"inBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":"append","changeable":true,"lowerBound":1,"iD":false,"id":302,"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":"constant","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inherit","changeable":true,"lowerBound":1,"iD":false,"id":312,"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"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":"appliesToMetaclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"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":"appliesToClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"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":"emptyListDefault","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"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":"referencedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"propertyType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":328,"derived":true},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"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":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"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":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metaclassName","changeable":true,"lowerBound":1,"iD":false,"id":339,"derived":false},{"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":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifierFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":344,"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":"inheritedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":345,"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":"generalization","changeable":false,"resolveProxies":true,"lowerBound":0,"id":346,"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":"general","changeable":false,"resolveProxies":true,"lowerBound":0,"id":347,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":"ownedPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"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":"noPrototypes","changeable":true,"lowerBound":1,"iD":false,"id":351,"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":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":352,"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":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"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":false,"lowerBound":0,"id":357,"derived":true},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":true},{"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"},{"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":368,"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":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":369,"derived":true},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":false,"resolveProxies":true,"lowerBound":1,"id":375,"derived":true},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"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":379,"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":380,"derived":true},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"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":384,"derived":true},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModes","lowerBound":0,"id":388,"many":true,"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":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":393,"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":"derived","changeable":false,"lowerBound":1,"iD":false,"id":394,"derived":true},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"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":"refinementContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":405,"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":"refinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":406,"derived":true},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"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":"containmentPathElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":414,"derived":true},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"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":"namedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"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":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":420,"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":427,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"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":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":439,"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":"sizeProperty","changeable":true,"resolveProxies":true,"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":"arrayDimension","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":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllSubcomponents","lowerBound":0,"id":452,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"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":"ownedSubcomponent","changeable":false,"resolveProxies":true,"lowerBound":0,"id":454,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"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":"ownedFlowImplementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"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":"ownedConnection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":457,"derived":true},{"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"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":"ownedRealization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"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":"ownedEndToEndFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"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":"ownedAbstractSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ownedAccessConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ownedParameterConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"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":"ownedPortConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"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":"ownedFeatureConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"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":"ownedFeatureGroupConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"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":"noSubcomponents","changeable":true,"lowerBound":1,"iD":false,"id":467,"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":"noConnections","changeable":true,"lowerBound":1,"iD":false,"id":468,"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":"noCalls","changeable":true,"lowerBound":1,"iD":false,"id":469,"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":"ownedProcessorFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":470,"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":"ownedInternalFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":471,"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":"ownedEventSource","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEventDataSource","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPortProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"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":"ownedSubprogramProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"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"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"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":"ownedMode","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":"ownedModeTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"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":"derivedModes","changeable":true,"lowerBound":1,"iD":false,"id":503,"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":"noFlows","changeable":true,"lowerBound":1,"iD":false,"id":504,"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":"noModes","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"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":515,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":516,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTrigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"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":"triggerPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"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":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":529,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"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":"ownedFlowSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"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":"noFeatures","changeable":true,"lowerBound":1,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"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":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":544,"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":"featureClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":545,"derived":true},{"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"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":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":547,"derived":true},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":1,"iD":false,"id":557,"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":565,"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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"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":"InEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"derived":false},{"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModes","lowerBound":0,"id":578,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModeTransitions","lowerBound":0,"id":579,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModeTransitions","lowerBound":0,"id":580,"many":true,"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":"inModeOrTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"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":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":true},{"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"},{"name":"source","id":591,"value":0,"literal":"source","eClass":"EEnumLiteral"},{"name":"path","id":592,"value":1,"literal":"path","eClass":"EEnumLiteral"},{"name":"sink","id":593,"value":2,"literal":"sink","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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"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":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":602,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"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":"featureGroupType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":604,"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":"featureGroupPrototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":605,"derived":true},{"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"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":614,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":615,"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":"out","changeable":true,"lowerBound":1,"iD":false,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"name":"in","id":621,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":622,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inOut","id":623,"value":2,"literal":"inOut","eClass":"EEnumLiteral"},{"id":624,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":625,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":true},{"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":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":627,"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"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"},{"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"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":"busFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"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":"virtual","changeable":true,"lowerBound":1,"iD":false,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":663,"derived":false},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":664,"derived":true},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"name":"provides","id":670,"value":0,"literal":"provides","eClass":"EEnumLiteral"},{"name":"requires","id":671,"value":1,"literal":"requires","eClass":"EEnumLiteral"},{"name":"bus","id":672,"value":0,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":673,"value":1,"literal":"data","eClass":"EEnumLiteral"},{"name":"subprogram","id":674,"value":2,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":675,"value":3,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":676,"value":4,"literal":"virtualBus","eClass":"EEnumLiteral"},{"id":677,"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":"dataFeatureClassifier","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"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":693,"derived":true},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"name":"data","id":698,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"event","id":699,"value":1,"literal":"event","eClass":"EEnumLiteral"},{"name":"eventData","id":700,"value":2,"literal":"eventData","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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"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":"subprogramFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"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":"subprogramGroupFeatureClassifier","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"},{"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":"featurePrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"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":"abstractFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":730,"derived":true},{"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":732,"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":"out","changeable":true,"lowerBound":1,"iD":false,"id":733,"derived":false},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"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":"constrainingFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"subcomponentType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":743,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"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":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":745,"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":"ownedModeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":746,"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":"allModes","changeable":true,"lowerBound":1,"iD":false,"id":747,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementationReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":748,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":749,"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":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":750,"derived":true},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"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":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":true},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"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":"parentMode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":766,"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":"derivedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":771,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"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":"inEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":774,"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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":775,"derived":false},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"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":false,"name":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":784,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"id":786,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"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":"bidirectional","changeable":true,"lowerBound":1,"iD":false,"id":791,"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":"refined","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"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":800,"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":"connectionEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":801,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":802,"derived":false},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"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":"implemented","changeable":true,"resolveProxies":true,"lowerBound":1,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":813,"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":"ownedEndToEndFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"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":false,"name":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":820,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"derived":false},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"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":"abstractSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessCategory","changeable":true,"lowerBound":1,"iD":false,"id":831,"derived":false},{"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"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":839,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":840,"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":"out","changeable":true,"lowerBound":1,"iD":false,"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"},{"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":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":850,"derived":false},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":857,"derived":true},{"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":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":858,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":859,"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":"out","changeable":true,"lowerBound":1,"iD":false,"id":860,"derived":false},{"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"},{"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":"subprogramClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":869,"derived":false},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"name":"abstract","id":879,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"bus","id":880,"value":1,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":881,"value":2,"literal":"data","eClass":"EEnumLiteral"},{"name":"device","id":882,"value":3,"literal":"device","eClass":"EEnumLiteral"},{"name":"memory","id":883,"value":4,"literal":"memory","eClass":"EEnumLiteral"},{"name":"process","id":884,"value":5,"literal":"process","eClass":"EEnumLiteral"},{"name":"processor","id":885,"value":6,"literal":"processor","eClass":"EEnumLiteral"},{"name":"subprogram","id":886,"value":7,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":887,"value":8,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"system","id":888,"value":9,"literal":"system","eClass":"EEnumLiteral"},{"name":"thread","id":889,"value":10,"literal":"thread","eClass":"EEnumLiteral"},{"name":"threadGroup","id":890,"value":11,"literal":"threadGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":891,"value":12,"literal":"virtualBus","eClass":"EEnumLiteral"},{"name":"virtualProcessor","id":892,"value":13,"literal":"virtualProcessor","eClass":"EEnumLiteral"},{"id":893,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":894,"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":"parsedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":899,"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":"parsedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"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":"privateSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":904,"derived":true},{"id":905,"eClass":"EGenericType"},{"id":906,"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":"publicSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":907,"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":"ownedPackageRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"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":"ownedComponentTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":909,"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":"ownedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":910,"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":"ownedFeatureGroupTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"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":"ownedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":912,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":913,"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":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":914,"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":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"ordered":false,"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":917,"derived":true},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"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":"renamedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":927,"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":"renameAll","changeable":true,"lowerBound":1,"iD":false,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"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":"ownedPublicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"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":"ownedPrivateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":933,"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":"publicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"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":"privateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":935,"derived":false},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":944,"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":"renamedComponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":945,"derived":false},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"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":"renamedFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":949,"derived":false},{"id":950,"eClass":"EGenericType"},{"id":951,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":952,"derived":false},{"id":953,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":954,"derived":false},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":957,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":958,"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":"subcomponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":959,"derived":false},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":964,"derived":false},{"id":965,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":966,"derived":false},{"id":967,"eClass":"EGenericType"},{"id":968,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":969,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":970,"derived":false},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":975,"derived":false},{"id":976,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":977,"derived":false},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":980,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":981,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":982,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":983,"derived":false},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":989,"derived":true},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":990,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":991,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":993,"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":"out","changeable":true,"lowerBound":1,"iD":false,"id":994,"derived":false},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":1002,"derived":true},{"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":"prototype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1003,"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":"in","changeable":true,"lowerBound":1,"iD":false,"id":1004,"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":"out","changeable":true,"lowerBound":1,"iD":false,"id":1005,"derived":false},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1011,"derived":false},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"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":"calledSubprogram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1015,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"derived":false},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subprogramCalls","lowerBound":0,"id":1021,"many":true,"required":false,"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":"subprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1022,"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":"ownedSubprogramCallSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1023,"derived":false},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1030,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1031,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1032,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1033,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1034,"derived":false},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"eClass":"EGenericType"},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1073,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1076,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1077,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1078,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1079,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1081,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1082,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1083,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1084,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1085,"derived":false},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1088,"derived":true},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"id":1097,"eClass":"EGenericType"},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"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":"busSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"id":1107,"eClass":"EGenericType"},{"id":1108,"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":"dataSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1109,"derived":false},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"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":"deviceSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":false},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"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":"memorySubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1121,"derived":false},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"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":"processSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1126,"derived":false},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"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":"processorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1131,"derived":false},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"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":"systemSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1136,"derived":false},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"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":"subprogramSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1141,"derived":false},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"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":"subprogramGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1146,"derived":false},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"eClass":"EGenericType"},{"id":1152,"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":"threadSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1153,"derived":false},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"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":"threadGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1158,"derived":false},{"id":1159,"eClass":"EGenericType"},{"id":1160,"eClass":"EGenericType"},{"id":1161,"eClass":"EGenericType"},{"id":1162,"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":"virtualBusSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1163,"derived":false},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"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":"virtualProcessorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1169,"derived":false},{"id":1170,"eClass":"EGenericType"},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"id":1176,"eClass":"EGenericType"},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"id":1179,"eClass":"EGenericType"},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"id":1184,"eClass":"EGenericType"},{"id":1185,"eClass":"EGenericType"},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"id":1190,"eClass":"EGenericType"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1193,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1194,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1195,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1196,"derived":false},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1203,"derived":false},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1206,"derived":true},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1212,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1213,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1214,"derived":false},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1221,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1222,"derived":false},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1225,"derived":true},{"id":1226,"eClass":"EGenericType"},{"id":1227,"eClass":"EGenericType"},{"id":1228,"eClass":"EGenericType"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1235,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1236,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1237,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1238,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1239,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1240,"derived":false},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1249,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1250,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1251,"derived":false},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1254,"derived":true},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1265,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1266,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1267,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1268,"derived":false},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1275,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1276,"derived":false},{"id":1277,"eClass":"EGenericType"},{"id":1278,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1279,"derived":true},{"id":1280,"eClass":"EGenericType"},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1286,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1287,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1288,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1289,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1290,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1291,"derived":false},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"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"},{"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1301,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1302,"derived":false},{"id":1303,"eClass":"EGenericType"},{"id":1304,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1305,"derived":true},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"id":1309,"eClass":"EGenericType"},{"id":1310,"eClass":"EGenericType"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1315,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1316,"derived":false},{"id":1317,"eClass":"EGenericType"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"id":1321,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1322,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1323,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1324,"derived":false},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1327,"derived":true},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"id":1330,"eClass":"EGenericType"},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"id":1335,"eClass":"EGenericType"},{"id":1336,"eClass":"EGenericType"},{"id":1337,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1338,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1339,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1340,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1341,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1342,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1343,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1344,"derived":false},{"id":1345,"eClass":"EGenericType"},{"id":1346,"eClass":"EGenericType"},{"id":1347,"eClass":"EGenericType"},{"id":1348,"eClass":"EGenericType"},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1354,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1355,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1356,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1357,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1358,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1359,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1360,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1361,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1362,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1363,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1364,"derived":false},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1367,"derived":true},{"id":1368,"eClass":"EGenericType"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"eClass":"EGenericType"},{"id":1371,"eClass":"EGenericType"},{"id":1372,"eClass":"EGenericType"},{"id":1373,"eClass":"EGenericType"},{"id":1374,"eClass":"EGenericType"},{"id":1375,"eClass":"EGenericType"},{"id":1376,"eClass":"EGenericType"},{"id":1377,"eClass":"EGenericType"},{"id":1378,"eClass":"EGenericType"},{"id":1379,"eClass":"EGenericType"},{"id":1380,"eClass":"EGenericType"},{"id":1381,"eClass":"EGenericType"},{"id":1382,"eClass":"EGenericType"},{"id":1383,"eClass":"EGenericType"},{"id":1384,"eClass":"EGenericType"},{"id":1385,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1386,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1387,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1388,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1389,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1390,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1391,"derived":false},{"id":1392,"eClass":"EGenericType"},{"id":1393,"eClass":"EGenericType"},{"id":1394,"eClass":"EGenericType"},{"id":1395,"eClass":"EGenericType"},{"id":1396,"eClass":"EGenericType"},{"id":1397,"eClass":"EGenericType"},{"id":1398,"eClass":"EGenericType"},{"id":1399,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1400,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1401,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1402,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1403,"derived":false},{"id":1404,"eClass":"EGenericType"},{"id":1405,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1406,"derived":true},{"id":1407,"eClass":"EGenericType"},{"id":1408,"eClass":"EGenericType"},{"id":1409,"eClass":"EGenericType"},{"id":1410,"eClass":"EGenericType"},{"id":1411,"eClass":"EGenericType"},{"id":1412,"eClass":"EGenericType"},{"id":1413,"eClass":"EGenericType"},{"id":1414,"eClass":"EGenericType"},{"id":1415,"eClass":"EGenericType"},{"id":1416,"eClass":"EGenericType"},{"id":1417,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1418,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1419,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1420,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1421,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1423,"derived":false},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"id":1426,"eClass":"EGenericType"},{"id":1427,"eClass":"EGenericType"},{"id":1428,"eClass":"EGenericType"},{"id":1429,"eClass":"EGenericType"},{"id":1430,"eClass":"EGenericType"},{"id":1431,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1432,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1433,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1434,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1435,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1436,"derived":false},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1439,"derived":true},{"id":1440,"eClass":"EGenericType"},{"id":1441,"eClass":"EGenericType"},{"id":1442,"eClass":"EGenericType"},{"id":1443,"eClass":"EGenericType"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"id":1448,"eClass":"EGenericType"},{"id":1449,"eClass":"EGenericType"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1452,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1453,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1454,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1455,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1456,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1457,"derived":false},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1466,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1467,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1468,"derived":false},{"id":1469,"eClass":"EGenericType"},{"id":1470,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1471,"derived":true},{"id":1472,"eClass":"EGenericType"},{"id":1473,"eClass":"EGenericType"},{"id":1474,"eClass":"EGenericType"},{"id":1475,"eClass":"EGenericType"},{"id":1476,"eClass":"EGenericType"},{"id":1477,"eClass":"EGenericType"},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"id":1481,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1482,"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":"ownedEventDataPort","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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1485,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1486,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"id":1488,"eClass":"EGenericType"},{"id":1489,"eClass":"EGenericType"},{"id":1490,"eClass":"EGenericType"},{"id":1491,"eClass":"EGenericType"},{"id":1492,"eClass":"EGenericType"},{"id":1493,"eClass":"EGenericType"},{"id":1494,"eClass":"EGenericType"},{"id":1495,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1496,"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":"ownedThreadSubcomponent","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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1498,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1499,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1500,"derived":false},{"id":1501,"eClass":"EGenericType"},{"id":1502,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1503,"derived":true},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"id":1506,"eClass":"EGenericType"},{"id":1507,"eClass":"EGenericType"},{"id":1508,"eClass":"EGenericType"},{"id":1509,"eClass":"EGenericType"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"id":1514,"eClass":"EGenericType"},{"id":1515,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1516,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1517,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1518,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1519,"derived":false},{"id":1520,"eClass":"EGenericType"},{"id":1521,"eClass":"EGenericType"},{"id":1522,"eClass":"EGenericType"},{"id":1523,"eClass":"EGenericType"},{"id":1524,"eClass":"EGenericType"},{"id":1525,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1526,"derived":false},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1529,"derived":true},{"id":1530,"eClass":"EGenericType"},{"id":1531,"eClass":"EGenericType"},{"id":1532,"eClass":"EGenericType"},{"id":1533,"eClass":"EGenericType"},{"id":1534,"eClass":"EGenericType"},{"id":1535,"eClass":"EGenericType"},{"id":1536,"eClass":"EGenericType"},{"id":1537,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1538,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1539,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1540,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1541,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1542,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1543,"derived":false},{"id":1544,"eClass":"EGenericType"},{"id":1545,"eClass":"EGenericType"},{"id":1546,"eClass":"EGenericType"},{"id":1547,"eClass":"EGenericType"},{"id":1548,"eClass":"EGenericType"},{"id":1549,"eClass":"EGenericType"},{"id":1550,"eClass":"EGenericType"},{"id":1551,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1552,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1553,"derived":false},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1556,"derived":true},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"id":1559,"eClass":"EGenericType"},{"id":1560,"eClass":"EGenericType"},{"id":1561,"eClass":"EGenericType"},{"id":1562,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1563,"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":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1564,"derived":false},{"id":1565,"eClass":"EGenericType"},{"id":1566,"eClass":"EGenericType"},{"id":1567,"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":"referencedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1568,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1569,"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":"constantValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1570,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"propertyType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1571,"derived":true},{"id":1572,"eClass":"EGenericType"},{"id":1573,"eClass":"EGenericType"},{"id":1574,"eClass":"EGenericType"},{"id":1575,"eClass":"EGenericType"},{"id":1576,"eClass":"EGenericType"},{"id":1577,"eClass":"EGenericType"},{"id":1578,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1579,"derived":false},{"id":1580,"eClass":"EGenericType"},{"id":1581,"eClass":"EGenericType"},{"id":1582,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1583,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1584,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1585,"many":false,"required":true,"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1586,"derived":false},{"id":1587,"eClass":"EGenericType"},{"id":1588,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1589,"many":false,"required":true,"eClass":"EParameter"},{"id":1590,"eClass":"EGenericType"},{"id":1591,"eClass":"EGenericType"},{"id":1592,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1593,"many":false,"required":true,"eClass":"EParameter"},{"id":1594,"eClass":"EGenericType"},{"id":1595,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAbsoluteFactor","lowerBound":1,"id":1596,"many":false,"required":true,"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":"baseUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1597,"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":"factor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1598,"derived":false},{"id":1599,"eClass":"EGenericType"},{"id":1600,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1601,"many":false,"required":true,"eClass":"EParameter"},{"id":1602,"eClass":"EGenericType"},{"id":1603,"eClass":"EGenericType"},{"id":1604,"eClass":"EGenericType"},{"id":1605,"eClass":"EGenericType"},{"id":1606,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1607,"derived":false},{"id":1608,"eClass":"EGenericType"},{"id":1609,"eClass":"EGenericType"},{"id":1610,"eClass":"EGenericType"},{"id":1611,"eClass":"EGenericType"},{"id":1612,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1613,"derived":false},{"id":1614,"eClass":"EGenericType"},{"id":1615,"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":"minimum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1616,"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":"maximum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1617,"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":"delta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1618,"derived":false},{"id":1619,"eClass":"EGenericType"},{"id":1620,"eClass":"EGenericType"},{"id":1621,"eClass":"EGenericType"},{"id":1622,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":0,"iD":false,"id":1623,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":1624,"derived":false},{"id":1625,"eClass":"EGenericType"},{"id":1626,"eClass":"EGenericType"},{"id":1627,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":1628,"derived":false},{"id":1629,"eClass":"EGenericType"},{"id":1630,"eClass":"EGenericType"},{"ordered":false,"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":1631,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPropertyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1632,"derived":false},{"id":1633,"eClass":"EGenericType"},{"id":1634,"eClass":"EGenericType"},{"id":1635,"eClass":"EGenericType"},{"name":"and","id":1636,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":1637,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"not","id":1638,"value":2,"literal":"not","eClass":"EEnumLiteral"},{"name":"plus","id":1639,"value":3,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":1640,"value":4,"literal":"minus","eClass":"EEnumLiteral"},{"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":"ownedFieldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1641,"derived":false},{"id":1642,"eClass":"EGenericType"},{"id":1643,"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":"function","changeable":true,"lowerBound":1,"iD":false,"id":1644,"derived":false},{"id":1645,"eClass":"EGenericType"},{"id":1646,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedListElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1647,"derived":false},{"id":1648,"eClass":"EGenericType"},{"id":1649,"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":"namedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1650,"derived":false},{"id":1651,"eClass":"EGenericType"},{"id":1652,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1653,"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":"ownedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1654,"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":"ownedPropertyConstant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1655,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1656,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1657,"derived":false},{"id":1658,"eClass":"EGenericType"},{"id":1659,"eClass":"EGenericType"},{"id":1660,"eClass":"EGenericType"},{"id":1661,"eClass":"EGenericType"},{"id":1662,"eClass":"EGenericType"},{"id":1663,"eClass":"EGenericType"},{"id":1664,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1665,"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":"propertySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1666,"derived":false},{"id":1667,"eClass":"EGenericType"},{"id":1668,"eClass":"EGenericType"},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"id":1671,"eClass":"EGenericType"},{"id":1672,"eClass":"EGenericType"},{"id":1673,"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":"ownedUnitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1674,"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":"referencedUnitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1675,"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":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1676,"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":false,"name":"unitsType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1677,"derived":true},{"id":1678,"eClass":"EGenericType"},{"id":1679,"eClass":"EGenericType"},{"id":1680,"eClass":"EGenericType"},{"id":1681,"eClass":"EGenericType"},{"id":1682,"eClass":"EGenericType"},{"id":1683,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1684,"derived":false},{"id":1685,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1686,"derived":false},{"id":1687,"eClass":"EGenericType"},{"id":1688,"eClass":"EGenericType"},{"id":1689,"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":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1690,"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":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1691,"derived":false},{"id":1692,"eClass":"EGenericType"},{"id":1693,"eClass":"EGenericType"},{"id":1694,"eClass":"EGenericType"},{"id":1695,"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":"classifierReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1696,"derived":false},{"id":1697,"eClass":"EGenericType"},{"id":1698,"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":"ownedNumberType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1699,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numberType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1700,"derived":true},{"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":"referencedNumberType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1701,"derived":false},{"id":1702,"eClass":"EGenericType"},{"id":1703,"eClass":"EGenericType"},{"id":1704,"eClass":"EGenericType"},{"id":1705,"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":"ownedField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1706,"derived":false},{"id":1707,"eClass":"EGenericType"},{"id":1708,"eClass":"EGenericType"},{"id":1709,"eClass":"EGenericType"},{"id":1710,"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":"namedElementReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1711,"derived":false},{"id":1712,"eClass":"EGenericType"},{"id":1713,"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":"ownedElementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1714,"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":"referencedElementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1715,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1716,"derived":true},{"id":1717,"eClass":"EGenericType"},{"id":1718,"eClass":"EGenericType"},{"id":1719,"eClass":"EGenericType"},{"id":1720,"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":0,"target":253},{"source":0,"target":254},{"source":0,"target":255},{"source":0,"target":256},{"source":0,"target":257},{"source":0,"target":258},{"source":0,"target":259},{"source":0,"target":260},{"source":0,"target":261},{"source":0,"target":262},{"source":0,"target":263},{"source":0,"target":264},{"source":0,"target":265},{"source":0,"target":266},{"source":0,"target":267},{"source":0,"target":268},{"source":0,"target":269},{"source":0,"target":270},{"source":0,"target":271},{"source":1,"target":0},{"source":1,"target":272},{"source":1,"target":273},{"source":1,"target":274},{"source":272,"target":1},{"source":272,"target":275},{"source":272,"target":1},{"source":275,"target":1},{"source":273,"target":1},{"source":273,"target":276},{"source":273,"target":1},{"source":276,"target":1},{"source":274,"target":2},{"source":274,"target":277},{"source":274,"target":1},{"source":277,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":278},{"source":2,"target":279},{"source":278,"target":3},{"source":278,"target":280},{"source":278,"target":2},{"source":280,"target":3},{"source":279,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":281},{"source":281,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":282},{"source":5,"target":283},{"source":5,"target":284},{"source":5,"target":285},{"source":5,"target":286},{"source":5,"target":287},{"source":5,"target":288},{"source":282,"target":17},{"source":282,"target":289},{"source":282,"target":5},{"source":289,"target":17},{"source":283,"target":3},{"source":283,"target":290},{"source":283,"target":5},{"source":290,"target":3},{"source":284,"target":13},{"source":284,"target":291},{"source":284,"target":5},{"source":284,"target":292},{"source":284,"target":293},{"source":291,"target":13},{"source":292,"target":3},{"source":292,"target":294},{"source":292,"target":284},{"source":294,"target":3},{"source":293,"target":3},{"source":293,"target":295},{"source":293,"target":284},{"source":295,"target":3},{"source":285,"target":3},{"source":285,"target":296},{"source":285,"target":5},{"source":296,"target":3},{"source":286,"target":3},{"source":286,"target":297},{"source":286,"target":5},{"source":297,"target":3},{"source":287,"target":6},{"source":287,"target":298},{"source":287,"target":5},{"source":298,"target":6},{"source":288,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":299},{"source":6,"target":300},{"source":6,"target":301},{"source":6,"target":302},{"source":6,"target":303},{"source":6,"target":304},{"source":6,"target":305},{"source":299,"target":7},{"source":299,"target":306},{"source":299,"target":6},{"source":306,"target":7},{"source":300,"target":31},{"source":300,"target":307},{"source":300,"target":6},{"source":307,"target":31},{"source":301,"target":16},{"source":301,"target":308},{"source":301,"target":6},{"source":308,"target":16},{"source":302,"target":12},{"source":302,"target":309},{"source":302,"target":6},{"source":309,"target":12},{"source":303,"target":12},{"source":303,"target":310},{"source":303,"target":6},{"source":310,"target":12},{"source":304,"target":35},{"source":304,"target":311},{"source":304,"target":6},{"source":311,"target":35},{"source":305,"target":1},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":11},{"source":7,"target":312},{"source":7,"target":313},{"source":7,"target":314},{"source":7,"target":315},{"source":7,"target":316},{"source":7,"target":317},{"source":7,"target":318},{"source":7,"target":319},{"source":312,"target":12},{"source":312,"target":320},{"source":312,"target":7},{"source":320,"target":12},{"source":313,"target":13},{"source":313,"target":321},{"source":313,"target":7},{"source":321,"target":13},{"source":314,"target":14},{"source":314,"target":322},{"source":314,"target":7},{"source":322,"target":14},{"source":315,"target":16},{"source":315,"target":323},{"source":315,"target":7},{"source":323,"target":16},{"source":316,"target":15},{"source":316,"target":324},{"source":316,"target":7},{"source":324,"target":15},{"source":317,"target":12},{"source":317,"target":325},{"source":317,"target":7},{"source":325,"target":12},{"source":318,"target":8},{"source":319,"target":11},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":326},{"source":8,"target":327},{"source":8,"target":328},{"source":8,"target":329},{"source":326,"target":10},{"source":326,"target":330},{"source":326,"target":8},{"source":330,"target":10},{"source":327,"target":10},{"source":327,"target":331},{"source":327,"target":8},{"source":331,"target":10},{"source":328,"target":10},{"source":328,"target":332},{"source":328,"target":8},{"source":332,"target":10},{"source":329,"target":9},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":333},{"source":9,"target":334},{"source":333,"target":4},{"source":333,"target":335},{"source":333,"target":9},{"source":335,"target":4},{"source":334,"target":5},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":336},{"source":336,"target":4},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":337},{"source":337,"target":1},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":338},{"source":14,"target":339},{"source":14,"target":340},{"source":338,"target":3},{"source":338,"target":341},{"source":338,"target":14},{"source":341,"target":3},{"source":339,"target":3},{"source":339,"target":342},{"source":339,"target":14},{"source":342,"target":3},{"source":340,"target":15},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":343},{"source":343,"target":1},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":4},{"source":16,"target":344},{"source":16,"target":345},{"source":16,"target":346},{"source":16,"target":347},{"source":16,"target":348},{"source":16,"target":349},{"source":16,"target":350},{"source":16,"target":351},{"source":16,"target":352},{"source":16,"target":353},{"source":16,"target":354},{"source":16,"target":355},{"source":344,"target":18},{"source":344,"target":356},{"source":344,"target":16},{"source":344,"target":357},{"source":356,"target":18},{"source":345,"target":5},{"source":345,"target":358},{"source":345,"target":16},{"source":358,"target":5},{"source":346,"target":19},{"source":346,"target":359},{"source":346,"target":16},{"source":346,"target":360},{"source":359,"target":19},{"source":347,"target":16},{"source":347,"target":361},{"source":347,"target":16},{"source":361,"target":16},{"source":348,"target":22},{"source":348,"target":362},{"source":348,"target":16},{"source":362,"target":22},{"source":349,"target":26},{"source":349,"target":363},{"source":349,"target":16},{"source":363,"target":26},{"source":350,"target":30},{"source":350,"target":364},{"source":350,"target":16},{"source":364,"target":30},{"source":351,"target":12},{"source":351,"target":365},{"source":351,"target":16},{"source":365,"target":12},{"source":352,"target":12},{"source":352,"target":366},{"source":352,"target":16},{"source":366,"target":12},{"source":353,"target":12},{"source":353,"target":367},{"source":353,"target":16},{"source":367,"target":12},{"source":354,"target":17},{"source":355,"target":4},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":368},{"source":17,"target":369},{"source":17,"target":370},{"source":368,"target":5},{"source":368,"target":371},{"source":368,"target":17},{"source":371,"target":5},{"source":369,"target":5},{"source":369,"target":372},{"source":369,"target":17},{"source":372,"target":5},{"source":370,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":357},{"source":18,"target":373},{"source":357,"target":16},{"source":357,"target":374},{"source":357,"target":18},{"source":357,"target":344},{"source":374,"target":16},{"source":373,"target":5},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":375},{"source":19,"target":360},{"source":19,"target":376},{"source":375,"target":16},{"source":375,"target":377},{"source":375,"target":19},{"source":377,"target":16},{"source":360,"target":16},{"source":360,"target":378},{"source":360,"target":19},{"source":360,"target":346},{"source":378,"target":16},{"source":376,"target":20},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":379},{"source":20,"target":380},{"source":20,"target":381},{"source":379,"target":1},{"source":379,"target":382},{"source":379,"target":20},{"source":382,"target":1},{"source":380,"target":1},{"source":380,"target":383},{"source":380,"target":20},{"source":383,"target":1},{"source":381,"target":21},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":384},{"source":21,"target":385},{"source":384,"target":1},{"source":384,"target":386},{"source":384,"target":21},{"source":386,"target":1},{"source":385,"target":1},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":387},{"source":387,"target":23},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":388},{"source":23,"target":389},{"source":23,"target":390},{"source":388,"target":24},{"source":388,"target":391},{"source":388,"target":23},{"source":391,"target":24},{"source":389,"target":24},{"source":389,"target":392},{"source":389,"target":23},{"source":392,"target":24},{"source":390,"target":5},{"source":24,"target":0},{"source":24,"target":25},{"source":24,"target":393},{"source":24,"target":394},{"source":24,"target":395},{"source":393,"target":12},{"source":393,"target":396},{"source":393,"target":24},{"source":396,"target":12},{"source":394,"target":12},{"source":394,"target":397},{"source":394,"target":24},{"source":397,"target":12},{"source":395,"target":25},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":398},{"source":398,"target":18},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":29},{"source":26,"target":399},{"source":26,"target":400},{"source":26,"target":401},{"source":399,"target":26},{"source":399,"target":402},{"source":399,"target":26},{"source":402,"target":26},{"source":400,"target":27},{"source":401,"target":29},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":18},{"source":27,"target":403},{"source":27,"target":404},{"source":403,"target":28},{"source":404,"target":18},{"source":28,"target":0},{"source":28,"target":5},{"source":28,"target":405},{"source":28,"target":406},{"source":28,"target":407},{"source":405,"target":16},{"source":405,"target":408},{"source":405,"target":28},{"source":408,"target":16},{"source":406,"target":28},{"source":406,"target":409},{"source":406,"target":28},{"source":409,"target":28},{"source":407,"target":5},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":410},{"source":30,"target":411},{"source":410,"target":26},{"source":410,"target":412},{"source":410,"target":30},{"source":412,"target":26},{"source":411,"target":1},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":413},{"source":31,"target":414},{"source":31,"target":415},{"source":413,"target":32},{"source":413,"target":416},{"source":413,"target":31},{"source":416,"target":32},{"source":414,"target":32},{"source":414,"target":417},{"source":414,"target":31},{"source":417,"target":32},{"source":415,"target":1},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":418},{"source":32,"target":419},{"source":32,"target":420},{"source":32,"target":421},{"source":32,"target":422},{"source":418,"target":33},{"source":418,"target":423},{"source":418,"target":32},{"source":423,"target":33},{"source":419,"target":5},{"source":419,"target":424},{"source":419,"target":32},{"source":424,"target":5},{"source":420,"target":3},{"source":420,"target":425},{"source":420,"target":32},{"source":425,"target":3},{"source":421,"target":32},{"source":421,"target":426},{"source":421,"target":32},{"source":426,"target":32},{"source":422,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":427},{"source":33,"target":428},{"source":33,"target":429},{"source":427,"target":34},{"source":427,"target":430},{"source":427,"target":33},{"source":430,"target":34},{"source":428,"target":34},{"source":428,"target":431},{"source":428,"target":33},{"source":431,"target":34},{"source":429,"target":1},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":23},{"source":35,"target":432},{"source":35,"target":433},{"source":432,"target":13},{"source":432,"target":434},{"source":432,"target":35},{"source":434,"target":13},{"source":433,"target":23},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":435},{"source":435,"target":18},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":436},{"source":38,"target":437},{"source":436,"target":39},{"source":436,"target":438},{"source":436,"target":38},{"source":438,"target":39},{"source":437,"target":1},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":439},{"source":39,"target":440},{"source":39,"target":441},{"source":439,"target":34},{"source":439,"target":442},{"source":439,"target":39},{"source":442,"target":34},{"source":440,"target":40},{"source":440,"target":443},{"source":440,"target":39},{"source":443,"target":40},{"source":441,"target":1},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":444},{"source":41,"target":445},{"source":444,"target":38},{"source":444,"target":446},{"source":444,"target":41},{"source":446,"target":38},{"source":445,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":447},{"source":42,"target":448},{"source":42,"target":449},{"source":447,"target":43},{"source":447,"target":450},{"source":447,"target":42},{"source":450,"target":43},{"source":448,"target":30},{"source":448,"target":451},{"source":448,"target":42},{"source":451,"target":30},{"source":449,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":452},{"source":43,"target":453},{"source":43,"target":454},{"source":43,"target":455},{"source":43,"target":456},{"source":43,"target":457},{"source":43,"target":458},{"source":43,"target":459},{"source":43,"target":460},{"source":43,"target":461},{"source":43,"target":462},{"source":43,"target":463},{"source":43,"target":464},{"source":43,"target":465},{"source":43,"target":466},{"source":43,"target":467},{"source":43,"target":468},{"source":43,"target":469},{"source":43,"target":470},{"source":43,"target":471},{"source":43,"target":472},{"source":43,"target":473},{"source":43,"target":474},{"source":43,"target":475},{"source":43,"target":476},{"source":452,"target":96},{"source":452,"target":477},{"source":452,"target":43},{"source":477,"target":96},{"source":453,"target":51},{"source":453,"target":478},{"source":453,"target":43},{"source":478,"target":51},{"source":454,"target":96},{"source":454,"target":479},{"source":454,"target":43},{"source":479,"target":96},{"source":455,"target":43},{"source":455,"target":480},{"source":455,"target":43},{"source":480,"target":43},{"source":456,"target":98},{"source":456,"target":481},{"source":456,"target":43},{"source":481,"target":98},{"source":457,"target":100},{"source":457,"target":482},{"source":457,"target":43},{"source":482,"target":100},{"source":458,"target":102},{"source":458,"target":483},{"source":458,"target":43},{"source":483,"target":102},{"source":459,"target":103},{"source":459,"target":484},{"source":459,"target":43},{"source":484,"target":103},{"source":460,"target":104},{"source":460,"target":485},{"source":460,"target":43},{"source":485,"target":104},{"source":461,"target":106},{"source":461,"target":486},{"source":461,"target":43},{"source":486,"target":106},{"source":462,"target":109},{"source":462,"target":487},{"source":462,"target":43},{"source":487,"target":109},{"source":463,"target":110},{"source":463,"target":488},{"source":463,"target":43},{"source":488,"target":110},{"source":464,"target":111},{"source":464,"target":489},{"source":464,"target":43},{"source":489,"target":111},{"source":465,"target":112},{"source":465,"target":490},{"source":465,"target":43},{"source":490,"target":112},{"source":466,"target":113},{"source":466,"target":491},{"source":466,"target":43},{"source":491,"target":113},{"source":467,"target":12},{"source":467,"target":492},{"source":467,"target":43},{"source":492,"target":12},{"source":468,"target":12},{"source":468,"target":493},{"source":468,"target":43},{"source":493,"target":12},{"source":469,"target":12},{"source":469,"target":494},{"source":469,"target":43},{"source":494,"target":12},{"source":470,"target":114},{"source":470,"target":495},{"source":470,"target":43},{"source":495,"target":114},{"source":471,"target":115},{"source":471,"target":496},{"source":471,"target":43},{"source":496,"target":115},{"source":472,"target":116},{"source":472,"target":497},{"source":472,"target":43},{"source":497,"target":116},{"source":473,"target":117},{"source":473,"target":498},{"source":473,"target":43},{"source":498,"target":117},{"source":474,"target":120},{"source":474,"target":499},{"source":474,"target":43},{"source":499,"target":120},{"source":475,"target":121},{"source":475,"target":500},{"source":475,"target":43},{"source":500,"target":121},{"source":476,"target":44},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":45},{"source":44,"target":46},{"source":44,"target":501},{"source":44,"target":502},{"source":44,"target":503},{"source":44,"target":504},{"source":44,"target":505},{"source":44,"target":506},{"source":44,"target":507},{"source":44,"target":508},{"source":501,"target":24},{"source":501,"target":509},{"source":501,"target":44},{"source":509,"target":24},{"source":502,"target":47},{"source":502,"target":510},{"source":502,"target":44},{"source":510,"target":47},{"source":503,"target":12},{"source":503,"target":511},{"source":503,"target":44},{"source":511,"target":12},{"source":504,"target":12},{"source":504,"target":512},{"source":504,"target":44},{"source":512,"target":12},{"source":505,"target":12},{"source":505,"target":513},{"source":505,"target":44},{"source":513,"target":12},{"source":506,"target":16},{"source":507,"target":45},{"source":508,"target":46},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":514},{"source":514,"target":4},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":515},{"source":47,"target":516},{"source":47,"target":517},{"source":47,"target":518},{"source":515,"target":24},{"source":515,"target":519},{"source":515,"target":47},{"source":519,"target":24},{"source":516,"target":24},{"source":516,"target":520},{"source":516,"target":47},{"source":520,"target":24},{"source":517,"target":48},{"source":517,"target":521},{"source":517,"target":47},{"source":521,"target":48},{"source":518,"target":25},{"source":48,"target":0},{"source":48,"target":1},{"source":48,"target":522},{"source":48,"target":523},{"source":48,"target":524},{"source":522,"target":49},{"source":522,"target":525},{"source":522,"target":48},{"source":525,"target":49},{"source":523,"target":50},{"source":523,"target":526},{"source":523,"target":48},{"source":526,"target":50},{"source":524,"target":1},{"source":49,"target":0},{"source":49,"target":5},{"source":49,"target":527},{"source":527,"target":5},{"source":50,"target":0},{"source":50,"target":5},{"source":50,"target":528},{"source":528,"target":5},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":529},{"source":51,"target":530},{"source":51,"target":531},{"source":51,"target":532},{"source":51,"target":533},{"source":51,"target":534},{"source":51,"target":535},{"source":51,"target":536},{"source":529,"target":52},{"source":529,"target":537},{"source":529,"target":51},{"source":537,"target":52},{"source":530,"target":51},{"source":530,"target":538},{"source":530,"target":51},{"source":538,"target":51},{"source":531,"target":56},{"source":531,"target":539},{"source":531,"target":51},{"source":539,"target":56},{"source":532,"target":64},{"source":532,"target":540},{"source":532,"target":51},{"source":540,"target":64},{"source":533,"target":65},{"source":533,"target":541},{"source":533,"target":51},{"source":541,"target":65},{"source":534,"target":93},{"source":534,"target":542},{"source":534,"target":51},{"source":542,"target":93},{"source":535,"target":12},{"source":535,"target":543},{"source":535,"target":51},{"source":543,"target":12},{"source":536,"target":44},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":53},{"source":52,"target":41},{"source":52,"target":544},{"source":52,"target":545},{"source":52,"target":546},{"source":52,"target":547},{"source":52,"target":548},{"source":52,"target":549},{"source":52,"target":550},{"source":544,"target":55},{"source":544,"target":551},{"source":544,"target":52},{"source":551,"target":55},{"source":545,"target":46},{"source":545,"target":552},{"source":545,"target":52},{"source":552,"target":46},{"source":546,"target":52},{"source":546,"target":553},{"source":546,"target":52},{"source":553,"target":52},{"source":547,"target":16},{"source":547,"target":554},{"source":547,"target":52},{"source":554,"target":16},{"source":548,"target":27},{"source":549,"target":53},{"source":550,"target":41},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":555},{"source":555,"target":54},{"source":54,"target":0},{"source":54,"target":5},{"source":54,"target":556},{"source":556,"target":5},{"source":55,"target":0},{"source":55,"target":26},{"source":55,"target":45},{"source":55,"target":46},{"source":55,"target":557},{"source":55,"target":558},{"source":55,"target":559},{"source":55,"target":560},{"source":55,"target":561},{"source":557,"target":12},{"source":557,"target":562},{"source":557,"target":55},{"source":562,"target":12},{"source":558,"target":44},{"source":558,"target":563},{"source":558,"target":55},{"source":563,"target":44},{"source":559,"target":26},{"source":560,"target":45},{"source":561,"target":46},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":564},{"source":56,"target":565},{"source":56,"target":566},{"source":56,"target":567},{"source":56,"target":568},{"source":56,"target":569},{"source":56,"target":570},{"source":564,"target":56},{"source":564,"target":571},{"source":564,"target":56},{"source":571,"target":56},{"source":565,"target":62},{"source":565,"target":572},{"source":565,"target":56},{"source":572,"target":62},{"source":566,"target":63},{"source":566,"target":573},{"source":566,"target":56},{"source":573,"target":63},{"source":567,"target":63},{"source":567,"target":574},{"source":567,"target":56},{"source":574,"target":63},{"source":568,"target":57},{"source":569,"target":59},{"source":570,"target":60},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":58},{"source":57,"target":575},{"source":57,"target":576},{"source":575,"target":27},{"source":576,"target":58},{"source":58,"target":0},{"source":58,"target":5},{"source":58,"target":577},{"source":577,"target":5},{"source":59,"target":0},{"source":59,"target":23},{"source":59,"target":578},{"source":59,"target":579},{"source":59,"target":580},{"source":59,"target":581},{"source":59,"target":582},{"source":583,"target":24},{"source":583,"target":584},{"source":584,"target":24},{"source":578,"target":24},{"source":578,"target":585},{"source":578,"target":59},{"source":585,"target":24},{"source":579,"target":47},{"source":579,"target":586},{"source":579,"target":59},{"source":586,"target":47},{"source":580,"target":47},{"source":580,"target":587},{"source":580,"target":59},{"source":587,"target":47},{"source":581,"target":25},{"source":581,"target":588},{"source":581,"target":59},{"source":588,"target":25},{"source":582,"target":23},{"source":60,"target":0},{"source":60,"target":61},{"source":60,"target":589},{"source":589,"target":61},{"source":61,"target":0},{"source":61,"target":5},{"source":61,"target":590},{"source":590,"target":5},{"source":62,"target":0},{"source":62,"target":591},{"source":62,"target":592},{"source":62,"target":593},{"source":591,"target":62},{"source":592,"target":62},{"source":593,"target":62},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":594},{"source":63,"target":595},{"source":63,"target":596},{"source":594,"target":49},{"source":594,"target":597},{"source":594,"target":63},{"source":597,"target":49},{"source":595,"target":52},{"source":595,"target":598},{"source":595,"target":63},{"source":598,"target":52},{"source":596,"target":1},{"source":64,"target":0},{"source":64,"target":19},{"source":64,"target":599},{"source":64,"target":600},{"source":599,"target":51},{"source":599,"target":601},{"source":599,"target":64},{"source":601,"target":51},{"source":600,"target":19},{"source":65,"target":0},{"source":65,"target":67},{"source":65,"target":49},{"source":65,"target":69},{"source":65,"target":66},{"source":65,"target":602},{"source":65,"target":603},{"source":65,"target":604},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":65,"target":608},{"source":65,"target":609},{"source":602,"target":12},{"source":602,"target":610},{"source":602,"target":65},{"source":610,"target":12},{"source":603,"target":70},{"source":603,"target":611},{"source":603,"target":65},{"source":611,"target":70},{"source":604,"target":71},{"source":604,"target":612},{"source":604,"target":65},{"source":612,"target":71},{"source":605,"target":95},{"source":605,"target":613},{"source":605,"target":65},{"source":613,"target":95},{"source":606,"target":67},{"source":607,"target":49},{"source":608,"target":69},{"source":609,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":52},{"source":67,"target":614},{"source":67,"target":615},{"source":67,"target":616},{"source":67,"target":617},{"source":614,"target":68},{"source":614,"target":618},{"source":614,"target":67},{"source":618,"target":68},{"source":615,"target":12},{"source":615,"target":619},{"source":615,"target":67},{"source":619,"target":12},{"source":616,"target":12},{"source":616,"target":620},{"source":616,"target":67},{"source":620,"target":12},{"source":617,"target":52},{"source":68,"target":0},{"source":68,"target":621},{"source":68,"target":622},{"source":68,"target":623},{"source":621,"target":68},{"source":622,"target":68},{"source":623,"target":68},{"source":69,"target":0},{"source":69,"target":54},{"source":69,"target":624},{"source":624,"target":54},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":16},{"source":71,"target":70},{"source":71,"target":625},{"source":71,"target":626},{"source":71,"target":627},{"source":71,"target":628},{"source":71,"target":629},{"source":71,"target":630},{"source":71,"target":631},{"source":71,"target":632},{"source":71,"target":633},{"source":71,"target":634},{"source":71,"target":635},{"source":71,"target":636},{"source":71,"target":637},{"source":71,"target":638},{"source":71,"target":639},{"source":71,"target":640},{"source":625,"target":52},{"source":625,"target":641},{"source":625,"target":71},{"source":641,"target":52},{"source":626,"target":71},{"source":626,"target":642},{"source":626,"target":71},{"source":642,"target":71},{"source":627,"target":71},{"source":627,"target":643},{"source":627,"target":71},{"source":643,"target":71},{"source":628,"target":72},{"source":628,"target":644},{"source":628,"target":71},{"source":644,"target":72},{"source":629,"target":73},{"source":629,"target":645},{"source":629,"target":71},{"source":645,"target":73},{"source":630,"target":79},{"source":630,"target":646},{"source":630,"target":71},{"source":646,"target":79},{"source":631,"target":83},{"source":631,"target":647},{"source":631,"target":71},{"source":647,"target":83},{"source":632,"target":86},{"source":632,"target":648},{"source":632,"target":71},{"source":648,"target":86},{"source":633,"target":87},{"source":633,"target":649},{"source":633,"target":71},{"source":649,"target":87},{"source":634,"target":65},{"source":634,"target":650},{"source":634,"target":71},{"source":650,"target":65},{"source":635,"target":88},{"source":635,"target":651},{"source":635,"target":71},{"source":651,"target":88},{"source":636,"target":89},{"source":636,"target":652},{"source":636,"target":71},{"source":652,"target":89},{"source":637,"target":91},{"source":637,"target":653},{"source":637,"target":71},{"source":653,"target":91},{"source":638,"target":93},{"source":638,"target":654},{"source":638,"target":71},{"source":654,"target":93},{"source":639,"target":16},{"source":640,"target":70},{"source":72,"target":0},{"source":72,"target":19},{"source":72,"target":655},{"source":72,"target":656},{"source":655,"target":71},{"source":655,"target":657},{"source":655,"target":72},{"source":657,"target":71},{"source":656,"target":19},{"source":73,"target":0},{"source":73,"target":74},{"source":73,"target":658},{"source":73,"target":659},{"source":73,"target":660},{"source":658,"target":78},{"source":658,"target":661},{"source":658,"target":73},{"source":661,"target":78},{"source":659,"target":12},{"source":659,"target":662},{"source":659,"target":73},{"source":662,"target":12},{"source":660,"target":74},{"source":74,"target":0},{"source":74,"target":52},{"source":74,"target":75},{"source":74,"target":663},{"source":74,"target":664},{"source":74,"target":665},{"source":74,"target":666},{"source":663,"target":76},{"source":663,"target":667},{"source":663,"target":74},{"source":667,"target":76},{"source":664,"target":77},{"source":664,"target":668},{"source":664,"target":74},{"source":668,"target":77},{"source":665,"target":52},{"source":666,"target":75},{"source":75,"target":0},{"source":75,"target":54},{"source":75,"target":669},{"source":669,"target":54},{"source":76,"target":0},{"source":76,"target":670},{"source":76,"target":671},{"source":670,"target":76},{"source":671,"target":76},{"source":77,"target":0},{"source":77,"target":672},{"source":77,"target":673},{"source":77,"target":674},{"source":77,"target":675},{"source":77,"target":676},{"source":672,"target":77},{"source":673,"target":77},{"source":674,"target":77},{"source":675,"target":77},{"source":676,"target":77},{"source":78,"target":0},{"source":78,"target":46},{"source":78,"target":677},{"source":677,"target":46},{"source":79,"target":0},{"source":79,"target":74},{"source":79,"target":60},{"source":79,"target":80},{"source":79,"target":81},{"source":79,"target":678},{"source":79,"target":679},{"source":79,"target":680},{"source":79,"target":681},{"source":79,"target":682},{"source":678,"target":82},{"source":678,"target":683},{"source":678,"target":79},{"source":683,"target":82},{"source":679,"target":74},{"source":680,"target":60},{"source":681,"target":80},{"source":682,"target":81},{"source":80,"target":0},{"source":80,"target":54},{"source":80,"target":684},{"source":684,"target":54},{"source":81,"target":0},{"source":81,"target":54},{"source":81,"target":685},{"source":685,"target":54},{"source":82,"target":0},{"source":82,"target":45},{"source":82,"target":46},{"source":82,"target":686},{"source":82,"target":687},{"source":686,"target":45},{"source":687,"target":46},{"source":83,"target":0},{"source":83,"target":84},{"source":83,"target":49},{"source":83,"target":80},{"source":83,"target":688},{"source":83,"target":689},{"source":83,"target":690},{"source":83,"target":691},{"source":688,"target":82},{"source":688,"target":692},{"source":688,"target":83},{"source":692,"target":82},{"source":689,"target":84},{"source":690,"target":49},{"source":691,"target":80},{"source":84,"target":0},{"source":84,"target":67},{"source":84,"target":81},{"source":84,"target":50},{"source":84,"target":693},{"source":84,"target":694},{"source":84,"target":695},{"source":84,"target":696},{"source":693,"target":85},{"source":693,"target":697},{"source":693,"target":84},{"source":697,"target":85},{"source":694,"target":67},{"source":695,"target":81},{"source":696,"target":50},{"source":85,"target":0},{"source":85,"target":698},{"source":85,"target":699},{"source":85,"target":700},{"source":698,"target":85},{"source":699,"target":85},{"source":700,"target":85},{"source":86,"target":0},{"source":86,"target":84},{"source":86,"target":49},{"source":86,"target":80},{"source":86,"target":701},{"source":86,"target":702},{"source":86,"target":703},{"source":86,"target":704},{"source":701,"target":82},{"source":701,"target":705},{"source":701,"target":86},{"source":705,"target":82},{"source":702,"target":84},{"source":703,"target":49},{"source":704,"target":80},{"source":87,"target":0},{"source":87,"target":84},{"source":87,"target":706},{"source":706,"target":84},{"source":88,"target":0},{"source":88,"target":67},{"source":88,"target":49},{"source":88,"target":80},{"source":88,"target":707},{"source":88,"target":708},{"source":88,"target":709},{"source":88,"target":710},{"source":707,"target":82},{"source":707,"target":711},{"source":707,"target":88},{"source":711,"target":82},{"source":708,"target":67},{"source":709,"target":49},{"source":710,"target":80},{"source":89,"target":0},{"source":89,"target":74},{"source":89,"target":29},{"source":89,"target":712},{"source":89,"target":713},{"source":89,"target":714},{"source":712,"target":90},{"source":712,"target":715},{"source":712,"target":89},{"source":715,"target":90},{"source":713,"target":74},{"source":714,"target":29},{"source":90,"target":0},{"source":90,"target":45},{"source":90,"target":46},{"source":90,"target":716},{"source":90,"target":717},{"source":716,"target":45},{"source":717,"target":46},{"source":91,"target":0},{"source":91,"target":74},{"source":91,"target":66},{"source":91,"target":718},{"source":91,"target":719},{"source":91,"target":720},{"source":718,"target":92},{"source":718,"target":721},{"source":718,"target":91},{"source":721,"target":92},{"source":719,"target":74},{"source":720,"target":66},{"source":92,"target":0},{"source":92,"target":45},{"source":92,"target":46},{"source":92,"target":722},{"source":92,"target":723},{"source":722,"target":45},{"source":723,"target":46},{"source":93,"target":0},{"source":93,"target":67},{"source":93,"target":50},{"source":93,"target":724},{"source":93,"target":725},{"source":93,"target":726},{"source":93,"target":727},{"source":724,"target":94},{"source":724,"target":728},{"source":724,"target":93},{"source":728,"target":94},{"source":725,"target":46},{"source":725,"target":729},{"source":725,"target":93},{"source":729,"target":46},{"source":726,"target":67},{"source":727,"target":50},{"source":94,"target":0},{"source":94,"target":26},{"source":94,"target":730},{"source":94,"target":731},{"source":94,"target":732},{"source":94,"target":733},{"source":94,"target":734},{"source":730,"target":68},{"source":730,"target":735},{"source":730,"target":94},{"source":735,"target":68},{"source":731,"target":44},{"source":731,"target":736},{"source":731,"target":94},{"source":736,"target":44},{"source":732,"target":12},{"source":732,"target":737},{"source":732,"target":94},{"source":737,"target":12},{"source":733,"target":12},{"source":733,"target":738},{"source":733,"target":94},{"source":738,"target":12},{"source":734,"target":26},{"source":95,"target":0},{"source":95,"target":26},{"source":95,"target":70},{"source":95,"target":739},{"source":95,"target":740},{"source":95,"target":741},{"source":739,"target":71},{"source":739,"target":742},{"source":739,"target":95},{"source":742,"target":71},{"source":740,"target":26},{"source":741,"target":70},{"source":96,"target":0},{"source":96,"target":27},{"source":96,"target":23},{"source":96,"target":49},{"source":96,"target":60},{"source":96,"target":41},{"source":96,"target":743},{"source":96,"target":744},{"source":96,"target":745},{"source":96,"target":746},{"source":96,"target":747},{"source":96,"target":748},{"source":96,"target":749},{"source":96,"target":750},{"source":96,"target":751},{"source":96,"target":752},{"source":96,"target":753},{"source":96,"target":754},{"source":96,"target":755},{"source":756,"target":24},{"source":756,"target":757},{"source":757,"target":24},{"source":743,"target":45},{"source":743,"target":758},{"source":743,"target":96},{"source":758,"target":45},{"source":744,"target":30},{"source":744,"target":759},{"source":744,"target":96},{"source":759,"target":30},{"source":745,"target":55},{"source":745,"target":760},{"source":745,"target":96},{"source":760,"target":55},{"source":746,"target":97},{"source":746,"target":761},{"source":746,"target":96},{"source":761,"target":97},{"source":747,"target":12},{"source":747,"target":762},{"source":747,"target":96},{"source":762,"target":12},{"source":748,"target":42},{"source":748,"target":763},{"source":748,"target":96},{"source":763,"target":42},{"source":749,"target":96},{"source":749,"target":764},{"source":749,"target":96},{"source":764,"target":96},{"source":750,"target":44},{"source":750,"target":765},{"source":750,"target":96},{"source":765,"target":44},{"source":751,"target":27},{"source":752,"target":23},{"source":753,"target":49},{"source":754,"target":60},{"source":755,"target":41},{"source":97,"target":0},{"source":97,"target":1},{"source":97,"target":766},{"source":97,"target":767},{"source":97,"target":768},{"source":766,"target":24},{"source":766,"target":769},{"source":766,"target":97},{"source":769,"target":24},{"source":767,"target":24},{"source":767,"target":770},{"source":767,"target":97},{"source":770,"target":24},{"source":768,"target":1},{"source":98,"target":0},{"source":98,"target":59},{"source":98,"target":18},{"source":98,"target":58},{"source":98,"target":771},{"source":98,"target":772},{"source":98,"target":773},{"source":98,"target":774},{"source":98,"target":775},{"source":98,"target":776},{"source":98,"target":777},{"source":98,"target":778},{"source":771,"target":62},{"source":771,"target":779},{"source":771,"target":98},{"source":779,"target":62},{"source":772,"target":56},{"source":772,"target":780},{"source":772,"target":98},{"source":780,"target":56},{"source":773,"target":99},{"source":773,"target":781},{"source":773,"target":98},{"source":781,"target":99},{"source":774,"target":63},{"source":774,"target":782},{"source":774,"target":98},{"source":782,"target":63},{"source":775,"target":63},{"source":775,"target":783},{"source":775,"target":98},{"source":783,"target":63},{"source":776,"target":59},{"source":777,"target":18},{"source":778,"target":58},{"source":99,"target":0},{"source":99,"target":1},{"source":99,"target":784},{"source":99,"target":785},{"source":99,"target":786},{"source":784,"target":60},{"source":784,"target":787},{"source":784,"target":99},{"source":787,"target":60},{"source":785,"target":49},{"source":785,"target":788},{"source":785,"target":99},{"source":788,"target":49},{"source":786,"target":1},{"source":100,"target":0},{"source":100,"target":27},{"source":100,"target":59},{"source":100,"target":60},{"source":100,"target":789},{"source":100,"target":790},{"source":100,"target":791},{"source":100,"target":792},{"source":100,"target":793},{"source":100,"target":794},{"source":100,"target":795},{"source":789,"target":101},{"source":789,"target":796},{"source":789,"target":100},{"source":796,"target":101},{"source":790,"target":101},{"source":790,"target":797},{"source":790,"target":100},{"source":797,"target":101},{"source":791,"target":12},{"source":791,"target":798},{"source":791,"target":100},{"source":798,"target":12},{"source":792,"target":100},{"source":792,"target":799},{"source":792,"target":100},{"source":799,"target":100},{"source":793,"target":27},{"source":794,"target":59},{"source":795,"target":60},{"source":101,"target":0},{"source":101,"target":1},{"source":101,"target":800},{"source":101,"target":801},{"source":101,"target":802},{"source":101,"target":803},{"source":800,"target":49},{"source":800,"target":804},{"source":800,"target":101},{"source":804,"target":49},{"source":801,"target":54},{"source":801,"target":805},{"source":801,"target":101},{"source":805,"target":54},{"source":802,"target":101},{"source":802,"target":806},{"source":802,"target":101},{"source":806,"target":101},{"source":803,"target":1},{"source":102,"target":0},{"source":102,"target":19},{"source":102,"target":807},{"source":102,"target":808},{"source":807,"target":43},{"source":807,"target":809},{"source":807,"target":102},{"source":809,"target":43},{"source":808,"target":19},{"source":103,"target":0},{"source":103,"target":19},{"source":103,"target":810},{"source":103,"target":811},{"source":810,"target":51},{"source":810,"target":812},{"source":810,"target":103},{"source":812,"target":51},{"source":811,"target":19},{"source":104,"target":0},{"source":104,"target":57},{"source":104,"target":59},{"source":104,"target":61},{"source":104,"target":813},{"source":104,"target":814},{"source":104,"target":815},{"source":104,"target":816},{"source":104,"target":817},{"source":813,"target":104},{"source":813,"target":818},{"source":813,"target":104},{"source":818,"target":104},{"source":814,"target":105},{"source":814,"target":819},{"source":814,"target":104},{"source":819,"target":105},{"source":815,"target":57},{"source":816,"target":59},{"source":817,"target":61},{"source":105,"target":0},{"source":105,"target":1},{"source":105,"target":820},{"source":105,"target":821},{"source":105,"target":822},{"source":820,"target":61},{"source":820,"target":823},{"source":820,"target":105},{"source":823,"target":61},{"source":821,"target":49},{"source":821,"target":824},{"source":821,"target":105},{"source":824,"target":49},{"source":822,"target":1},{"source":106,"target":0},{"source":106,"target":96},{"source":106,"target":107},{"source":106,"target":825},{"source":106,"target":826},{"source":106,"target":827},{"source":825,"target":108},{"source":825,"target":828},{"source":825,"target":106},{"source":828,"target":108},{"source":826,"target":96},{"source":827,"target":107},{"source":107,"target":0},{"source":107,"target":5},{"source":107,"target":829},{"source":829,"target":5},{"source":108,"target":0},{"source":108,"target":45},{"source":108,"target":830},{"source":830,"target":45},{"source":109,"target":0},{"source":109,"target":100},{"source":109,"target":831},{"source":109,"target":832},{"source":831,"target":77},{"source":831,"target":833},{"source":831,"target":109},{"source":833,"target":77},{"source":832,"target":100},{"source":110,"target":0},{"source":110,"target":100},{"source":110,"target":834},{"source":834,"target":100},{"source":111,"target":0},{"source":111,"target":100},{"source":111,"target":835},{"source":835,"target":100},{"source":112,"target":0},{"source":112,"target":100},{"source":112,"target":836},{"source":836,"target":100},{"source":113,"target":0},{"source":113,"target":100},{"source":113,"target":837},{"source":837,"target":100},{"source":114,"target":0},{"source":114,"target":27},{"source":114,"target":838},{"source":838,"target":27},{"source":115,"target":0},{"source":115,"target":27},{"source":115,"target":53},{"source":115,"target":81},{"source":115,"target":50},{"source":115,"target":839},{"source":115,"target":840},{"source":115,"target":841},{"source":115,"target":842},{"source":115,"target":843},{"source":115,"target":844},{"source":115,"target":845},{"source":839,"target":68},{"source":839,"target":846},{"source":839,"target":115},{"source":846,"target":68},{"source":840,"target":12},{"source":840,"target":847},{"source":840,"target":115},{"source":847,"target":12},{"source":841,"target":12},{"source":841,"target":848},{"source":841,"target":115},{"source":848,"target":12},{"source":842,"target":27},{"source":843,"target":53},{"source":844,"target":81},{"source":845,"target":50},{"source":116,"target":0},{"source":116,"target":115},{"source":116,"target":849},{"source":849,"target":115},{"source":117,"target":0},{"source":117,"target":115},{"source":117,"target":850},{"source":117,"target":851},{"source":850,"target":118},{"source":850,"target":852},{"source":850,"target":117},{"source":852,"target":118},{"source":851,"target":115},{"source":118,"target":0},{"source":118,"target":44},{"source":118,"target":119},{"source":118,"target":82},{"source":118,"target":853},{"source":118,"target":854},{"source":118,"target":855},{"source":853,"target":44},{"source":854,"target":119},{"source":855,"target":82},{"source":119,"target":0},{"source":119,"target":5},{"source":119,"target":856},{"source":856,"target":5},{"source":120,"target":0},{"source":120,"target":114},{"source":120,"target":53},{"source":120,"target":81},{"source":120,"target":50},{"source":120,"target":857},{"source":120,"target":858},{"source":120,"target":859},{"source":120,"target":860},{"source":120,"target":861},{"source":120,"target":862},{"source":120,"target":863},{"source":120,"target":864},{"source":857,"target":68},{"source":857,"target":865},{"source":857,"target":120},{"source":865,"target":68},{"source":858,"target":118},{"source":858,"target":866},{"source":858,"target":120},{"source":866,"target":118},{"source":859,"target":12},{"source":859,"target":867},{"source":859,"target":120},{"source":867,"target":12},{"source":860,"target":12},{"source":860,"target":868},{"source":860,"target":120},{"source":868,"target":12},{"source":861,"target":114},{"source":862,"target":53},{"source":863,"target":81},{"source":864,"target":50},{"source":121,"target":0},{"source":121,"target":114},{"source":121,"target":75},{"source":121,"target":29},{"source":121,"target":869},{"source":121,"target":870},{"source":121,"target":871},{"source":121,"target":872},{"source":869,"target":122},{"source":869,"target":873},{"source":869,"target":121},{"source":873,"target":122},{"source":870,"target":114},{"source":871,"target":75},{"source":872,"target":29},{"source":122,"target":0},{"source":122,"target":44},{"source":122,"target":123},{"source":122,"target":90},{"source":122,"target":874},{"source":122,"target":875},{"source":122,"target":876},{"source":874,"target":44},{"source":875,"target":123},{"source":876,"target":90},{"source":123,"target":0},{"source":123,"target":5},{"source":123,"target":29},{"source":123,"target":877},{"source":123,"target":878},{"source":877,"target":5},{"source":878,"target":29},{"source":124,"target":0},{"source":124,"target":879},{"source":124,"target":880},{"source":124,"target":881},{"source":124,"target":882},{"source":124,"target":883},{"source":124,"target":884},{"source":124,"target":885},{"source":124,"target":886},{"source":124,"target":887},{"source":124,"target":888},{"source":124,"target":889},{"source":124,"target":890},{"source":124,"target":891},{"source":124,"target":892},{"source":879,"target":124},{"source":880,"target":124},{"source":881,"target":124},{"source":882,"target":124},{"source":883,"target":124},{"source":884,"target":124},{"source":885,"target":124},{"source":886,"target":124},{"source":887,"target":124},{"source":888,"target":124},{"source":889,"target":124},{"source":890,"target":124},{"source":891,"target":124},{"source":892,"target":124},{"source":125,"target":0},{"source":125,"target":5},{"source":125,"target":893},{"source":893,"target":5},{"source":126,"target":0},{"source":126,"target":125},{"source":126,"target":894},{"source":126,"target":895},{"source":126,"target":896},{"source":894,"target":3},{"source":894,"target":897},{"source":894,"target":126},{"source":897,"target":3},{"source":895,"target":125},{"source":895,"target":898},{"source":895,"target":126},{"source":898,"target":125},{"source":896,"target":125},{"source":127,"target":0},{"source":127,"target":22},{"source":127,"target":899},{"source":127,"target":900},{"source":127,"target":901},{"source":899,"target":3},{"source":899,"target":902},{"source":899,"target":127},{"source":902,"target":3},{"source":900,"target":22},{"source":900,"target":903},{"source":900,"target":127},{"source":903,"target":22},{"source":901,"target":22},{"source":128,"target":0},{"source":128,"target":129},{"source":128,"target":904},{"source":128,"target":905},{"source":904,"target":133},{"source":904,"target":906},{"source":904,"target":128},{"source":904,"target":907},{"source":906,"target":133},{"source":905,"target":129},{"source":129,"target":0},{"source":129,"target":17},{"source":129,"target":908},{"source":129,"target":909},{"source":129,"target":910},{"source":129,"target":911},{"source":129,"target":912},{"source":129,"target":913},{"source":129,"target":914},{"source":129,"target":915},{"source":129,"target":916},{"source":917,"target":3},{"source":917,"target":918},{"source":918,"target":3},{"source":908,"target":130},{"source":908,"target":919},{"source":908,"target":129},{"source":919,"target":130},{"source":909,"target":134},{"source":909,"target":920},{"source":909,"target":129},{"source":920,"target":134},{"source":910,"target":16},{"source":910,"target":921},{"source":910,"target":129},{"source":921,"target":16},{"source":911,"target":135},{"source":911,"target":922},{"source":911,"target":129},{"source":922,"target":135},{"source":912,"target":125},{"source":912,"target":923},{"source":912,"target":129},{"source":923,"target":125},{"source":913,"target":132},{"source":913,"target":924},{"source":913,"target":129},{"source":924,"target":132},{"source":914,"target":12},{"source":914,"target":925},{"source":914,"target":129},{"source":925,"target":12},{"source":915,"target":12},{"source":915,"target":926},{"source":915,"target":129},{"source":926,"target":12},{"source":916,"target":17},{"source":130,"target":0},{"source":130,"target":5},{"source":130,"target":927},{"source":130,"target":928},{"source":130,"target":929},{"source":927,"target":131},{"source":927,"target":930},{"source":927,"target":130},{"source":930,"target":131},{"source":928,"target":12},{"source":928,"target":931},{"source":928,"target":130},{"source":931,"target":12},{"source":929,"target":5},{"source":131,"target":0},{"source":131,"target":132},{"source":131,"target":932},{"source":131,"target":933},{"source":131,"target":934},{"source":131,"target":935},{"source":131,"target":936},{"source":932,"target":128},{"source":932,"target":937},{"source":932,"target":131},{"source":937,"target":128},{"source":933,"target":133},{"source":933,"target":938},{"source":933,"target":131},{"source":938,"target":133},{"source":934,"target":128},{"source":934,"target":939},{"source":934,"target":131},{"source":939,"target":128},{"source":935,"target":133},{"source":935,"target":940},{"source":935,"target":131},{"source":940,"target":133},{"source":936,"target":132},{"source":132,"target":0},{"source":132,"target":5},{"source":132,"target":941},{"source":941,"target":5},{"source":133,"target":0},{"source":133,"target":129},{"source":133,"target":907},{"source":133,"target":942},{"source":907,"target":128},{"source":907,"target":943},{"source":907,"target":133},{"source":907,"target":904},{"source":943,"target":128},{"source":942,"target":129},{"source":134,"target":0},{"source":134,"target":5},{"source":134,"target":944},{"source":134,"target":945},{"source":134,"target":946},{"source":944,"target":124},{"source":944,"target":947},{"source":944,"target":134},{"source":947,"target":124},{"source":945,"target":51},{"source":945,"target":948},{"source":945,"target":134},{"source":948,"target":51},{"source":946,"target":5},{"source":135,"target":0},{"source":135,"target":5},{"source":135,"target":949},{"source":135,"target":950},{"source":949,"target":71},{"source":949,"target":951},{"source":949,"target":135},{"source":951,"target":71},{"source":950,"target":5},{"source":136,"target":0},{"source":136,"target":30},{"source":136,"target":952},{"source":136,"target":953},{"source":954,"target":26},{"source":954,"target":955},{"source":955,"target":26},{"source":952,"target":137},{"source":952,"target":956},{"source":952,"target":136},{"source":956,"target":137},{"source":953,"target":30},{"source":137,"target":0},{"source":137,"target":41},{"source":137,"target":957},{"source":137,"target":958},{"source":137,"target":959},{"source":137,"target":960},{"source":957,"target":124},{"source":957,"target":961},{"source":957,"target":137},{"source":961,"target":124},{"source":958,"target":30},{"source":958,"target":962},{"source":958,"target":137},{"source":962,"target":30},{"source":959,"target":45},{"source":959,"target":963},{"source":959,"target":137},{"source":963,"target":45},{"source":960,"target":41},{"source":138,"target":0},{"source":138,"target":30},{"source":138,"target":964},{"source":138,"target":965},{"source":966,"target":26},{"source":966,"target":967},{"source":967,"target":26},{"source":964,"target":139},{"source":964,"target":968},{"source":964,"target":138},{"source":968,"target":139},{"source":965,"target":30},{"source":139,"target":0},{"source":139,"target":140},{"source":139,"target":969},{"source":139,"target":970},{"source":139,"target":971},{"source":969,"target":30},{"source":969,"target":972},{"source":969,"target":139},{"source":972,"target":30},{"source":970,"target":70},{"source":970,"target":973},{"source":970,"target":139},{"source":973,"target":70},{"source":971,"target":140},{"source":140,"target":0},{"source":140,"target":41},{"source":140,"target":974},{"source":974,"target":41},{"source":141,"target":0},{"source":141,"target":30},{"source":141,"target":975},{"source":141,"target":976},{"source":977,"target":26},{"source":977,"target":978},{"source":978,"target":26},{"source":975,"target":140},{"source":975,"target":979},{"source":975,"target":141},{"source":979,"target":140},{"source":976,"target":30},{"source":142,"target":0},{"source":142,"target":140},{"source":142,"target":980},{"source":142,"target":981},{"source":142,"target":982},{"source":142,"target":983},{"source":142,"target":984},{"source":980,"target":76},{"source":980,"target":985},{"source":980,"target":142},{"source":985,"target":76},{"source":981,"target":77},{"source":981,"target":986},{"source":981,"target":142},{"source":986,"target":77},{"source":982,"target":44},{"source":982,"target":987},{"source":982,"target":142},{"source":987,"target":44},{"source":983,"target":55},{"source":983,"target":988},{"source":983,"target":142},{"source":988,"target":55},{"source":984,"target":140},{"source":143,"target":0},{"source":143,"target":140},{"source":143,"target":989},{"source":143,"target":990},{"source":143,"target":991},{"source":143,"target":992},{"source":143,"target":993},{"source":143,"target":994},{"source":143,"target":995},{"source":989,"target":68},{"source":989,"target":996},{"source":989,"target":143},{"source":996,"target":68},{"source":990,"target":85},{"source":990,"target":997},{"source":990,"target":143},{"source":997,"target":85},{"source":991,"target":44},{"source":991,"target":998},{"source":991,"target":143},{"source":998,"target":44},{"source":992,"target":55},{"source":992,"target":999},{"source":992,"target":143},{"source":999,"target":55},{"source":993,"target":12},{"source":993,"target":1000},{"source":993,"target":143},{"source":1000,"target":12},{"source":994,"target":12},{"source":994,"target":1001},{"source":994,"target":143},{"source":1001,"target":12},{"source":995,"target":140},{"source":144,"target":0},{"source":144,"target":140},{"source":144,"target":1002},{"source":144,"target":1003},{"source":144,"target":1004},{"source":144,"target":1005},{"source":144,"target":1006},{"source":1002,"target":68},{"source":1002,"target":1007},{"source":1002,"target":144},{"source":1007,"target":68},{"source":1003,"target":94},{"source":1003,"target":1008},{"source":1003,"target":144},{"source":1008,"target":94},{"source":1004,"target":12},{"source":1004,"target":1009},{"source":1004,"target":144},{"source":1009,"target":12},{"source":1005,"target":12},{"source":1005,"target":1010},{"source":1005,"target":144},{"source":1010,"target":12},{"source":1006,"target":140},{"source":145,"target":0},{"source":145,"target":36},{"source":145,"target":23},{"source":145,"target":1011},{"source":145,"target":1012},{"source":145,"target":1013},{"source":1011,"target":146},{"source":1011,"target":1014},{"source":1011,"target":145},{"source":1014,"target":146},{"source":1012,"target":36},{"source":1013,"target":23},{"source":146,"target":0},{"source":146,"target":36},{"source":146,"target":49},{"source":146,"target":1015},{"source":146,"target":1016},{"source":146,"target":1017},{"source":146,"target":1018},{"source":1015,"target":29},{"source":1015,"target":1019},{"source":1015,"target":146},{"source":1019,"target":29},{"source":1016,"target":66},{"source":1016,"target":1020},{"source":1016,"target":146},{"source":1020,"target":66},{"source":1017,"target":36},{"source":1018,"target":49},{"source":147,"target":0},{"source":147,"target":43},{"source":147,"target":1021},{"source":147,"target":1022},{"source":147,"target":1023},{"source":147,"target":1024},{"source":1021,"target":146},{"source":1021,"target":1025},{"source":1021,"target":147},{"source":1025,"target":146},{"source":1022,"target":146},{"source":1022,"target":1026},{"source":1022,"target":147},{"source":1026,"target":146},{"source":1023,"target":145},{"source":1023,"target":1027},{"source":1023,"target":147},{"source":1027,"target":145},{"source":1024,"target":43},{"source":148,"target":0},{"source":148,"target":51},{"source":148,"target":149},{"source":148,"target":66},{"source":148,"target":1028},{"source":148,"target":1029},{"source":148,"target":1030},{"source":148,"target":1031},{"source":148,"target":1032},{"source":148,"target":1033},{"source":148,"target":1034},{"source":148,"target":1035},{"source":148,"target":1036},{"source":148,"target":1037},{"source":1028,"target":73},{"source":1028,"target":1038},{"source":1028,"target":148},{"source":1038,"target":73},{"source":1029,"target":79},{"source":1029,"target":1039},{"source":1029,"target":148},{"source":1039,"target":79},{"source":1030,"target":89},{"source":1030,"target":1040},{"source":1030,"target":148},{"source":1040,"target":89},{"source":1031,"target":83},{"source":1031,"target":1041},{"source":1031,"target":148},{"source":1041,"target":83},{"source":1032,"target":87},{"source":1032,"target":1042},{"source":1032,"target":148},{"source":1042,"target":87},{"source":1033,"target":86},{"source":1033,"target":1043},{"source":1033,"target":148},{"source":1043,"target":86},{"source":1034,"target":91},{"source":1034,"target":1044},{"source":1034,"target":148},{"source":1044,"target":91},{"source":1035,"target":51},{"source":1036,"target":149},{"source":1037,"target":66},{"source":149,"target":0},{"source":149,"target":44},{"source":149,"target":107},{"source":149,"target":108},{"source":149,"target":158},{"source":149,"target":82},{"source":149,"target":157},{"source":149,"target":156},{"source":149,"target":159},{"source":149,"target":155},{"source":149,"target":92},{"source":149,"target":90},{"source":149,"target":154},{"source":149,"target":152},{"source":149,"target":153},{"source":149,"target":151},{"source":149,"target":150},{"source":149,"target":1045},{"source":149,"target":1046},{"source":149,"target":1047},{"source":149,"target":1048},{"source":149,"target":1049},{"source":149,"target":1050},{"source":149,"target":1051},{"source":149,"target":1052},{"source":149,"target":1053},{"source":149,"target":1054},{"source":149,"target":1055},{"source":149,"target":1056},{"source":149,"target":1057},{"source":149,"target":1058},{"source":149,"target":1059},{"source":149,"target":1060},{"source":1045,"target":44},{"source":1046,"target":107},{"source":1047,"target":108},{"source":1048,"target":158},{"source":1049,"target":82},{"source":1050,"target":157},{"source":1051,"target":156},{"source":1052,"target":159},{"source":1053,"target":155},{"source":1054,"target":92},{"source":1055,"target":90},{"source":1056,"target":154},{"source":1057,"target":152},{"source":1058,"target":153},{"source":1059,"target":151},{"source":1060,"target":150},{"source":150,"target":0},{"source":150,"target":45},{"source":150,"target":1061},{"source":1061,"target":45},{"source":151,"target":0},{"source":151,"target":45},{"source":151,"target":78},{"source":151,"target":1062},{"source":151,"target":1063},{"source":1062,"target":45},{"source":1063,"target":78},{"source":152,"target":0},{"source":152,"target":45},{"source":152,"target":1064},{"source":1064,"target":45},{"source":153,"target":0},{"source":153,"target":45},{"source":153,"target":1065},{"source":1065,"target":45},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":1066},{"source":1066,"target":45},{"source":155,"target":0},{"source":155,"target":45},{"source":155,"target":1067},{"source":1067,"target":45},{"source":156,"target":0},{"source":156,"target":45},{"source":156,"target":1068},{"source":1068,"target":45},{"source":157,"target":0},{"source":157,"target":45},{"source":157,"target":1069},{"source":1069,"target":45},{"source":158,"target":0},{"source":158,"target":45},{"source":158,"target":78},{"source":158,"target":1070},{"source":158,"target":1071},{"source":1070,"target":45},{"source":1071,"target":78},{"source":159,"target":0},{"source":159,"target":45},{"source":159,"target":1072},{"source":1072,"target":45},{"source":160,"target":0},{"source":160,"target":147},{"source":160,"target":149},{"source":160,"target":1073},{"source":160,"target":1074},{"source":160,"target":1075},{"source":160,"target":1076},{"source":160,"target":1077},{"source":160,"target":1078},{"source":160,"target":1079},{"source":160,"target":1080},{"source":160,"target":1081},{"source":160,"target":1082},{"source":160,"target":1083},{"source":160,"target":1084},{"source":160,"target":1085},{"source":160,"target":1086},{"source":160,"target":1087},{"source":1088,"target":51},{"source":1088,"target":1089},{"source":1089,"target":51},{"source":1073,"target":161},{"source":1073,"target":1090},{"source":1073,"target":160},{"source":1090,"target":161},{"source":1074,"target":163},{"source":1074,"target":1091},{"source":1074,"target":160},{"source":1091,"target":163},{"source":1075,"target":164},{"source":1075,"target":1092},{"source":1075,"target":160},{"source":1092,"target":164},{"source":1076,"target":166},{"source":1076,"target":1093},{"source":1076,"target":160},{"source":1093,"target":166},{"source":1077,"target":168},{"source":1077,"target":1094},{"source":1077,"target":160},{"source":1094,"target":168},{"source":1078,"target":170},{"source":1078,"target":1095},{"source":1078,"target":160},{"source":1095,"target":170},{"source":1079,"target":172},{"source":1079,"target":1096},{"source":1079,"target":160},{"source":1096,"target":172},{"source":1080,"target":174},{"source":1080,"target":1097},{"source":1080,"target":160},{"source":1097,"target":174},{"source":1081,"target":175},{"source":1081,"target":1098},{"source":1081,"target":160},{"source":1098,"target":175},{"source":1082,"target":177},{"source":1082,"target":1099},{"source":1082,"target":160},{"source":1099,"target":177},{"source":1083,"target":179},{"source":1083,"target":1100},{"source":1083,"target":160},{"source":1100,"target":179},{"source":1084,"target":181},{"source":1084,"target":1101},{"source":1084,"target":160},{"source":1101,"target":181},{"source":1085,"target":183},{"source":1085,"target":1102},{"source":1085,"target":160},{"source":1102,"target":183},{"source":1086,"target":147},{"source":1087,"target":149},{"source":161,"target":0},{"source":161,"target":96},{"source":161,"target":75},{"source":161,"target":162},{"source":161,"target":1103},{"source":161,"target":1104},{"source":161,"target":1105},{"source":161,"target":1106},{"source":1103,"target":158},{"source":1103,"target":1107},{"source":1103,"target":161},{"source":1107,"target":158},{"source":1104,"target":96},{"source":1105,"target":75},{"source":1106,"target":162},{"source":162,"target":0},{"source":162,"target":5},{"source":162,"target":1108},{"source":1108,"target":5},{"source":163,"target":0},{"source":163,"target":96},{"source":163,"target":75},{"source":163,"target":119},{"source":163,"target":80},{"source":163,"target":81},{"source":163,"target":1109},{"source":163,"target":1110},{"source":163,"target":1111},{"source":163,"target":1112},{"source":163,"target":1113},{"source":163,"target":1114},{"source":1109,"target":82},{"source":1109,"target":1115},{"source":1109,"target":163},{"source":1115,"target":82},{"source":1110,"target":96},{"source":1111,"target":75},{"source":1112,"target":119},{"source":1113,"target":80},{"source":1114,"target":81},{"source":164,"target":0},{"source":164,"target":96},{"source":164,"target":165},{"source":164,"target":1116},{"source":164,"target":1117},{"source":164,"target":1118},{"source":1116,"target":157},{"source":1116,"target":1119},{"source":1116,"target":164},{"source":1119,"target":157},{"source":1117,"target":96},{"source":1118,"target":165},{"source":165,"target":0},{"source":165,"target":5},{"source":165,"target":1120},{"source":1120,"target":5},{"source":166,"target":0},{"source":166,"target":96},{"source":166,"target":167},{"source":166,"target":1121},{"source":166,"target":1122},{"source":166,"target":1123},{"source":1121,"target":156},{"source":1121,"target":1124},{"source":1121,"target":166},{"source":1124,"target":156},{"source":1122,"target":96},{"source":1123,"target":167},{"source":167,"target":0},{"source":167,"target":5},{"source":167,"target":1125},{"source":1125,"target":5},{"source":168,"target":0},{"source":168,"target":96},{"source":168,"target":169},{"source":168,"target":1126},{"source":168,"target":1127},{"source":168,"target":1128},{"source":1126,"target":155},{"source":1126,"target":1129},{"source":1126,"target":168},{"source":1129,"target":155},{"source":1127,"target":96},{"source":1128,"target":169},{"source":169,"target":0},{"source":169,"target":5},{"source":169,"target":1130},{"source":1130,"target":5},{"source":170,"target":0},{"source":170,"target":96},{"source":170,"target":171},{"source":170,"target":1131},{"source":170,"target":1132},{"source":170,"target":1133},{"source":1131,"target":159},{"source":1131,"target":1134},{"source":1131,"target":170},{"source":1134,"target":159},{"source":1132,"target":96},{"source":1133,"target":171},{"source":171,"target":0},{"source":171,"target":5},{"source":171,"target":1135},{"source":1135,"target":5},{"source":172,"target":0},{"source":172,"target":96},{"source":172,"target":173},{"source":172,"target":1136},{"source":172,"target":1137},{"source":172,"target":1138},{"source":1136,"target":154},{"source":1136,"target":1139},{"source":1136,"target":172},{"source":1139,"target":154},{"source":1137,"target":96},{"source":1138,"target":173},{"source":173,"target":0},{"source":173,"target":5},{"source":173,"target":1140},{"source":1140,"target":5},{"source":174,"target":0},{"source":174,"target":96},{"source":174,"target":75},{"source":174,"target":123},{"source":174,"target":1141},{"source":174,"target":1142},{"source":174,"target":1143},{"source":174,"target":1144},{"source":1141,"target":90},{"source":1141,"target":1145},{"source":1141,"target":174},{"source":1145,"target":90},{"source":1142,"target":96},{"source":1143,"target":75},{"source":1144,"target":123},{"source":175,"target":0},{"source":175,"target":96},{"source":175,"target":75},{"source":175,"target":176},{"source":175,"target":66},{"source":175,"target":1146},{"source":175,"target":1147},{"source":175,"target":1148},{"source":175,"target":1149},{"source":175,"target":1150},{"source":1146,"target":92},{"source":1146,"target":1151},{"source":1146,"target":175},{"source":1151,"target":92},{"source":1147,"target":96},{"source":1148,"target":75},{"source":1149,"target":176},{"source":1150,"target":66},{"source":176,"target":0},{"source":176,"target":5},{"source":176,"target":1152},{"source":1152,"target":5},{"source":177,"target":0},{"source":177,"target":96},{"source":177,"target":178},{"source":177,"target":1153},{"source":177,"target":1154},{"source":177,"target":1155},{"source":1153,"target":153},{"source":1153,"target":1156},{"source":1153,"target":177},{"source":1156,"target":153},{"source":1154,"target":96},{"source":1155,"target":178},{"source":178,"target":0},{"source":178,"target":5},{"source":178,"target":1157},{"source":1157,"target":5},{"source":179,"target":0},{"source":179,"target":96},{"source":179,"target":180},{"source":179,"target":1158},{"source":179,"target":1159},{"source":179,"target":1160},{"source":1158,"target":152},{"source":1158,"target":1161},{"source":1158,"target":179},{"source":1161,"target":152},{"source":1159,"target":96},{"source":1160,"target":180},{"source":180,"target":0},{"source":180,"target":5},{"source":180,"target":1162},{"source":1162,"target":5},{"source":181,"target":0},{"source":181,"target":96},{"source":181,"target":75},{"source":181,"target":182},{"source":181,"target":1163},{"source":181,"target":1164},{"source":181,"target":1165},{"source":181,"target":1166},{"source":1163,"target":151},{"source":1163,"target":1167},{"source":1163,"target":181},{"source":1167,"target":151},{"source":1164,"target":96},{"source":1165,"target":75},{"source":1166,"target":182},{"source":182,"target":0},{"source":182,"target":5},{"source":182,"target":1168},{"source":1168,"target":5},{"source":183,"target":0},{"source":183,"target":96},{"source":183,"target":184},{"source":183,"target":1169},{"source":183,"target":1170},{"source":183,"target":1171},{"source":1169,"target":150},{"source":1169,"target":1172},{"source":1169,"target":183},{"source":1172,"target":150},{"source":1170,"target":96},{"source":1171,"target":184},{"source":184,"target":0},{"source":184,"target":5},{"source":184,"target":1173},{"source":1173,"target":5},{"source":185,"target":0},{"source":185,"target":55},{"source":185,"target":107},{"source":185,"target":108},{"source":185,"target":158},{"source":185,"target":82},{"source":185,"target":157},{"source":185,"target":156},{"source":185,"target":159},{"source":185,"target":155},{"source":185,"target":92},{"source":185,"target":90},{"source":185,"target":154},{"source":185,"target":152},{"source":185,"target":153},{"source":185,"target":151},{"source":185,"target":150},{"source":185,"target":1174},{"source":185,"target":1175},{"source":185,"target":1176},{"source":185,"target":1177},{"source":185,"target":1178},{"source":185,"target":1179},{"source":185,"target":1180},{"source":185,"target":1181},{"source":185,"target":1182},{"source":185,"target":1183},{"source":185,"target":1184},{"source":185,"target":1185},{"source":185,"target":1186},{"source":185,"target":1187},{"source":185,"target":1188},{"source":185,"target":1189},{"source":1174,"target":55},{"source":1175,"target":107},{"source":1176,"target":108},{"source":1177,"target":158},{"source":1178,"target":82},{"source":1179,"target":157},{"source":1180,"target":156},{"source":1181,"target":159},{"source":1182,"target":155},{"source":1183,"target":92},{"source":1184,"target":90},{"source":1185,"target":154},{"source":1186,"target":152},{"source":1187,"target":153},{"source":1188,"target":151},{"source":1189,"target":150},{"source":186,"target":0},{"source":186,"target":44},{"source":186,"target":162},{"source":186,"target":158},{"source":186,"target":1190},{"source":186,"target":1191},{"source":186,"target":1192},{"source":1190,"target":44},{"source":1191,"target":162},{"source":1192,"target":158},{"source":187,"target":0},{"source":187,"target":51},{"source":187,"target":186},{"source":187,"target":1193},{"source":187,"target":1194},{"source":187,"target":1195},{"source":187,"target":1196},{"source":187,"target":1197},{"source":187,"target":1198},{"source":1193,"target":73},{"source":1193,"target":1199},{"source":1193,"target":187},{"source":1199,"target":73},{"source":1194,"target":83},{"source":1194,"target":1200},{"source":1194,"target":187},{"source":1200,"target":83},{"source":1195,"target":86},{"source":1195,"target":1201},{"source":1195,"target":187},{"source":1201,"target":86},{"source":1196,"target":87},{"source":1196,"target":1202},{"source":1196,"target":187},{"source":1202,"target":87},{"source":1197,"target":51},{"source":1198,"target":186},{"source":188,"target":0},{"source":188,"target":43},{"source":188,"target":186},{"source":188,"target":1203},{"source":188,"target":1204},{"source":188,"target":1205},{"source":1206,"target":51},{"source":1206,"target":1207},{"source":1207,"target":51},{"source":1203,"target":181},{"source":1203,"target":1208},{"source":1203,"target":188},{"source":1208,"target":181},{"source":1204,"target":43},{"source":1205,"target":186},{"source":189,"target":0},{"source":189,"target":55},{"source":189,"target":162},{"source":189,"target":158},{"source":189,"target":1209},{"source":189,"target":1210},{"source":189,"target":1211},{"source":1209,"target":55},{"source":1210,"target":162},{"source":1211,"target":158},{"source":190,"target":0},{"source":190,"target":51},{"source":190,"target":118},{"source":190,"target":66},{"source":190,"target":1212},{"source":190,"target":1213},{"source":190,"target":1214},{"source":190,"target":1215},{"source":190,"target":1216},{"source":190,"target":1217},{"source":1212,"target":89},{"source":1212,"target":1218},{"source":1212,"target":190},{"source":1218,"target":89},{"source":1213,"target":79},{"source":1213,"target":1219},{"source":1213,"target":190},{"source":1219,"target":79},{"source":1214,"target":91},{"source":1214,"target":1220},{"source":1214,"target":190},{"source":1220,"target":91},{"source":1215,"target":51},{"source":1216,"target":118},{"source":1217,"target":66},{"source":191,"target":0},{"source":191,"target":43},{"source":191,"target":118},{"source":191,"target":1221},{"source":191,"target":1222},{"source":191,"target":1223},{"source":191,"target":1224},{"source":1225,"target":51},{"source":1225,"target":1226},{"source":1226,"target":51},{"source":1221,"target":163},{"source":1221,"target":1227},{"source":1221,"target":191},{"source":1227,"target":163},{"source":1222,"target":174},{"source":1222,"target":1228},{"source":1222,"target":191},{"source":1228,"target":174},{"source":1223,"target":43},{"source":1224,"target":118},{"source":192,"target":0},{"source":192,"target":55},{"source":192,"target":119},{"source":192,"target":82},{"source":192,"target":1229},{"source":192,"target":1230},{"source":192,"target":1231},{"source":1229,"target":55},{"source":1230,"target":119},{"source":1231,"target":82},{"source":193,"target":0},{"source":193,"target":44},{"source":193,"target":165},{"source":193,"target":157},{"source":193,"target":1232},{"source":193,"target":1233},{"source":193,"target":1234},{"source":1232,"target":44},{"source":1233,"target":165},{"source":1234,"target":157},{"source":194,"target":0},{"source":194,"target":51},{"source":194,"target":193},{"source":194,"target":1235},{"source":194,"target":1236},{"source":194,"target":1237},{"source":194,"target":1238},{"source":194,"target":1239},{"source":194,"target":1240},{"source":194,"target":1241},{"source":194,"target":1242},{"source":1235,"target":83},{"source":1235,"target":1243},{"source":1235,"target":194},{"source":1243,"target":83},{"source":1236,"target":86},{"source":1236,"target":1244},{"source":1236,"target":194},{"source":1244,"target":86},{"source":1237,"target":87},{"source":1237,"target":1245},{"source":1237,"target":194},{"source":1245,"target":87},{"source":1238,"target":73},{"source":1238,"target":1246},{"source":1238,"target":194},{"source":1246,"target":73},{"source":1239,"target":89},{"source":1239,"target":1247},{"source":1239,"target":194},{"source":1247,"target":89},{"source":1240,"target":91},{"source":1240,"target":1248},{"source":1240,"target":194},{"source":1248,"target":91},{"source":1241,"target":51},{"source":1242,"target":193},{"source":195,"target":0},{"source":195,"target":43},{"source":195,"target":193},{"source":195,"target":1249},{"source":195,"target":1250},{"source":195,"target":1251},{"source":195,"target":1252},{"source":195,"target":1253},{"source":1254,"target":51},{"source":1254,"target":1255},{"source":1255,"target":51},{"source":1249,"target":161},{"source":1249,"target":1256},{"source":1249,"target":195},{"source":1256,"target":161},{"source":1250,"target":163},{"source":1250,"target":1257},{"source":1250,"target":195},{"source":1257,"target":163},{"source":1251,"target":181},{"source":1251,"target":1258},{"source":1251,"target":195},{"source":1258,"target":181},{"source":1252,"target":43},{"source":1253,"target":193},{"source":196,"target":0},{"source":196,"target":55},{"source":196,"target":165},{"source":196,"target":157},{"source":196,"target":1259},{"source":196,"target":1260},{"source":196,"target":1261},{"source":1259,"target":55},{"source":1260,"target":165},{"source":1261,"target":157},{"source":197,"target":0},{"source":197,"target":44},{"source":197,"target":167},{"source":197,"target":156},{"source":197,"target":1262},{"source":197,"target":1263},{"source":197,"target":1264},{"source":1262,"target":44},{"source":1263,"target":167},{"source":1264,"target":156},{"source":198,"target":0},{"source":198,"target":51},{"source":198,"target":197},{"source":198,"target":1265},{"source":198,"target":1266},{"source":198,"target":1267},{"source":198,"target":1268},{"source":198,"target":1269},{"source":198,"target":1270},{"source":1265,"target":73},{"source":1265,"target":1271},{"source":1265,"target":198},{"source":1271,"target":73},{"source":1266,"target":83},{"source":1266,"target":1272},{"source":1266,"target":198},{"source":1272,"target":83},{"source":1267,"target":86},{"source":1267,"target":1273},{"source":1267,"target":198},{"source":1273,"target":86},{"source":1268,"target":87},{"source":1268,"target":1274},{"source":1268,"target":198},{"source":1274,"target":87},{"source":1269,"target":51},{"source":1270,"target":197},{"source":199,"target":0},{"source":199,"target":43},{"source":199,"target":197},{"source":199,"target":1275},{"source":199,"target":1276},{"source":199,"target":1277},{"source":199,"target":1278},{"source":1279,"target":51},{"source":1279,"target":1280},{"source":1280,"target":51},{"source":1275,"target":161},{"source":1275,"target":1281},{"source":1275,"target":199},{"source":1281,"target":161},{"source":1276,"target":166},{"source":1276,"target":1282},{"source":1276,"target":199},{"source":1282,"target":166},{"source":1277,"target":43},{"source":1278,"target":197},{"source":200,"target":0},{"source":200,"target":55},{"source":200,"target":167},{"source":200,"target":156},{"source":200,"target":1283},{"source":200,"target":1284},{"source":200,"target":1285},{"source":1283,"target":55},{"source":1284,"target":167},{"source":1285,"target":156},{"source":201,"target":0},{"source":201,"target":51},{"source":201,"target":122},{"source":201,"target":66},{"source":201,"target":1286},{"source":201,"target":1287},{"source":201,"target":1288},{"source":201,"target":1289},{"source":201,"target":1290},{"source":201,"target":1291},{"source":201,"target":1292},{"source":201,"target":1293},{"source":201,"target":1294},{"source":1286,"target":86},{"source":1286,"target":1295},{"source":1286,"target":201},{"source":1295,"target":86},{"source":1287,"target":87},{"source":1287,"target":1296},{"source":1287,"target":201},{"source":1296,"target":87},{"source":1288,"target":88},{"source":1288,"target":1297},{"source":1288,"target":201},{"source":1297,"target":88},{"source":1289,"target":79},{"source":1289,"target":1298},{"source":1289,"target":201},{"source":1298,"target":79},{"source":1290,"target":89},{"source":1290,"target":1299},{"source":1290,"target":201},{"source":1299,"target":89},{"source":1291,"target":91},{"source":1291,"target":1300},{"source":1291,"target":201},{"source":1300,"target":91},{"source":1292,"target":51},{"source":1293,"target":122},{"source":1294,"target":66},{"source":202,"target":0},{"source":202,"target":147},{"source":202,"target":122},{"source":202,"target":1301},{"source":202,"target":1302},{"source":202,"target":1303},{"source":202,"target":1304},{"source":1305,"target":51},{"source":1305,"target":1306},{"source":1306,"target":51},{"source":1301,"target":163},{"source":1301,"target":1307},{"source":1301,"target":202},{"source":1307,"target":163},{"source":1302,"target":174},{"source":1302,"target":1308},{"source":1302,"target":202},{"source":1308,"target":174},{"source":1303,"target":147},{"source":1304,"target":122},{"source":203,"target":0},{"source":203,"target":55},{"source":203,"target":123},{"source":203,"target":90},{"source":203,"target":1309},{"source":203,"target":1310},{"source":203,"target":1311},{"source":1309,"target":55},{"source":1310,"target":123},{"source":1311,"target":90},{"source":204,"target":0},{"source":204,"target":44},{"source":204,"target":176},{"source":204,"target":92},{"source":204,"target":1312},{"source":204,"target":1313},{"source":204,"target":1314},{"source":1312,"target":44},{"source":1313,"target":176},{"source":1314,"target":92},{"source":205,"target":0},{"source":205,"target":51},{"source":205,"target":204},{"source":205,"target":66},{"source":205,"target":1315},{"source":205,"target":1316},{"source":205,"target":1317},{"source":205,"target":1318},{"source":205,"target":1319},{"source":1315,"target":89},{"source":1315,"target":1320},{"source":1315,"target":205},{"source":1320,"target":89},{"source":1316,"target":91},{"source":1316,"target":1321},{"source":1316,"target":205},{"source":1321,"target":91},{"source":1317,"target":51},{"source":1318,"target":204},{"source":1319,"target":66},{"source":206,"target":0},{"source":206,"target":43},{"source":206,"target":204},{"source":206,"target":1322},{"source":206,"target":1323},{"source":206,"target":1324},{"source":206,"target":1325},{"source":206,"target":1326},{"source":1327,"target":51},{"source":1327,"target":1328},{"source":1328,"target":51},{"source":1322,"target":174},{"source":1322,"target":1329},{"source":1322,"target":206},{"source":1329,"target":174},{"source":1323,"target":175},{"source":1323,"target":1330},{"source":1323,"target":206},{"source":1330,"target":175},{"source":1324,"target":163},{"source":1324,"target":1331},{"source":1324,"target":206},{"source":1331,"target":163},{"source":1325,"target":43},{"source":1326,"target":204},{"source":207,"target":0},{"source":207,"target":55},{"source":207,"target":176},{"source":207,"target":92},{"source":207,"target":1332},{"source":207,"target":1333},{"source":207,"target":1334},{"source":1332,"target":55},{"source":1333,"target":176},{"source":1334,"target":92},{"source":208,"target":0},{"source":208,"target":44},{"source":208,"target":173},{"source":208,"target":154},{"source":208,"target":1335},{"source":208,"target":1336},{"source":208,"target":1337},{"source":1335,"target":44},{"source":1336,"target":173},{"source":1337,"target":154},{"source":209,"target":0},{"source":209,"target":51},{"source":209,"target":208},{"source":209,"target":1338},{"source":209,"target":1339},{"source":209,"target":1340},{"source":209,"target":1341},{"source":209,"target":1342},{"source":209,"target":1343},{"source":209,"target":1344},{"source":209,"target":1345},{"source":209,"target":1346},{"source":1338,"target":73},{"source":1338,"target":1347},{"source":1338,"target":209},{"source":1347,"target":73},{"source":1339,"target":79},{"source":1339,"target":1348},{"source":1339,"target":209},{"source":1348,"target":79},{"source":1340,"target":83},{"source":1340,"target":1349},{"source":1340,"target":209},{"source":1349,"target":83},{"source":1341,"target":91},{"source":1341,"target":1350},{"source":1341,"target":209},{"source":1350,"target":91},{"source":1342,"target":89},{"source":1342,"target":1351},{"source":1342,"target":209},{"source":1351,"target":89},{"source":1343,"target":87},{"source":1343,"target":1352},{"source":1343,"target":209},{"source":1352,"target":87},{"source":1344,"target":86},{"source":1344,"target":1353},{"source":1344,"target":209},{"source":1353,"target":86},{"source":1345,"target":51},{"source":1346,"target":208},{"source":210,"target":0},{"source":210,"target":43},{"source":210,"target":208},{"source":210,"target":1354},{"source":210,"target":1355},{"source":210,"target":1356},{"source":210,"target":1357},{"source":210,"target":1358},{"source":210,"target":1359},{"source":210,"target":1360},{"source":210,"target":1361},{"source":210,"target":1362},{"source":210,"target":1363},{"source":210,"target":1364},{"source":210,"target":1365},{"source":210,"target":1366},{"source":1367,"target":51},{"source":1367,"target":1368},{"source":1368,"target":51},{"source":1354,"target":161},{"source":1354,"target":1369},{"source":1354,"target":210},{"source":1369,"target":161},{"source":1355,"target":163},{"source":1355,"target":1370},{"source":1355,"target":210},{"source":1370,"target":163},{"source":1356,"target":164},{"source":1356,"target":1371},{"source":1356,"target":210},{"source":1371,"target":164},{"source":1357,"target":166},{"source":1357,"target":1372},{"source":1357,"target":210},{"source":1372,"target":166},{"source":1358,"target":168},{"source":1358,"target":1373},{"source":1358,"target":210},{"source":1373,"target":168},{"source":1359,"target":170},{"source":1359,"target":1374},{"source":1359,"target":210},{"source":1374,"target":170},{"source":1360,"target":174},{"source":1360,"target":1375},{"source":1360,"target":210},{"source":1375,"target":174},{"source":1361,"target":175},{"source":1361,"target":1376},{"source":1361,"target":210},{"source":1376,"target":175},{"source":1362,"target":172},{"source":1362,"target":1377},{"source":1362,"target":210},{"source":1377,"target":172},{"source":1363,"target":181},{"source":1363,"target":1378},{"source":1363,"target":210},{"source":1378,"target":181},{"source":1364,"target":183},{"source":1364,"target":1379},{"source":1364,"target":210},{"source":1379,"target":183},{"source":1365,"target":43},{"source":1366,"target":208},{"source":211,"target":0},{"source":211,"target":55},{"source":211,"target":173},{"source":211,"target":154},{"source":211,"target":1380},{"source":211,"target":1381},{"source":211,"target":1382},{"source":1380,"target":55},{"source":1381,"target":173},{"source":1382,"target":154},{"source":212,"target":0},{"source":212,"target":44},{"source":212,"target":171},{"source":212,"target":159},{"source":212,"target":1383},{"source":212,"target":1384},{"source":212,"target":1385},{"source":1383,"target":44},{"source":1384,"target":171},{"source":1385,"target":159},{"source":213,"target":0},{"source":213,"target":51},{"source":213,"target":212},{"source":213,"target":1386},{"source":213,"target":1387},{"source":213,"target":1388},{"source":213,"target":1389},{"source":213,"target":1390},{"source":213,"target":1391},{"source":213,"target":1392},{"source":213,"target":1393},{"source":1386,"target":83},{"source":1386,"target":1394},{"source":1386,"target":213},{"source":1394,"target":83},{"source":1387,"target":86},{"source":1387,"target":1395},{"source":1387,"target":213},{"source":1395,"target":86},{"source":1388,"target":87},{"source":1388,"target":1396},{"source":1388,"target":213},{"source":1396,"target":87},{"source":1389,"target":73},{"source":1389,"target":1397},{"source":1389,"target":213},{"source":1397,"target":73},{"source":1390,"target":89},{"source":1390,"target":1398},{"source":1390,"target":213},{"source":1398,"target":89},{"source":1391,"target":91},{"source":1391,"target":1399},{"source":1391,"target":213},{"source":1399,"target":91},{"source":1392,"target":51},{"source":1393,"target":212},{"source":214,"target":0},{"source":214,"target":43},{"source":214,"target":212},{"source":214,"target":1400},{"source":214,"target":1401},{"source":214,"target":1402},{"source":214,"target":1403},{"source":214,"target":1404},{"source":214,"target":1405},{"source":1406,"target":51},{"source":1406,"target":1407},{"source":1407,"target":51},{"source":1400,"target":161},{"source":1400,"target":1408},{"source":1400,"target":214},{"source":1408,"target":161},{"source":1401,"target":166},{"source":1401,"target":1409},{"source":1401,"target":214},{"source":1409,"target":166},{"source":1402,"target":181},{"source":1402,"target":1410},{"source":1402,"target":214},{"source":1410,"target":181},{"source":1403,"target":183},{"source":1403,"target":1411},{"source":1403,"target":214},{"source":1411,"target":183},{"source":1404,"target":43},{"source":1405,"target":212},{"source":215,"target":0},{"source":215,"target":55},{"source":215,"target":171},{"source":215,"target":159},{"source":215,"target":1412},{"source":215,"target":1413},{"source":215,"target":1414},{"source":1412,"target":55},{"source":1413,"target":171},{"source":1414,"target":159},{"source":216,"target":0},{"source":216,"target":44},{"source":216,"target":169},{"source":216,"target":155},{"source":216,"target":1415},{"source":216,"target":1416},{"source":216,"target":1417},{"source":1415,"target":44},{"source":1416,"target":169},{"source":1417,"target":155},{"source":217,"target":0},{"source":217,"target":51},{"source":217,"target":216},{"source":217,"target":1418},{"source":217,"target":1419},{"source":217,"target":1420},{"source":217,"target":1421},{"source":217,"target":1422},{"source":217,"target":1423},{"source":217,"target":1424},{"source":217,"target":1425},{"source":1418,"target":83},{"source":1418,"target":1426},{"source":1418,"target":217},{"source":1426,"target":83},{"source":1419,"target":86},{"source":1419,"target":1427},{"source":1419,"target":217},{"source":1427,"target":86},{"source":1420,"target":87},{"source":1420,"target":1428},{"source":1420,"target":217},{"source":1428,"target":87},{"source":1421,"target":79},{"source":1421,"target":1429},{"source":1421,"target":217},{"source":1429,"target":79},{"source":1422,"target":89},{"source":1422,"target":1430},{"source":1422,"target":217},{"source":1430,"target":89},{"source":1423,"target":91},{"source":1423,"target":1431},{"source":1423,"target":217},{"source":1431,"target":91},{"source":1424,"target":51},{"source":1425,"target":216},{"source":218,"target":0},{"source":218,"target":43},{"source":218,"target":216},{"source":218,"target":1432},{"source":218,"target":1433},{"source":218,"target":1434},{"source":218,"target":1435},{"source":218,"target":1436},{"source":218,"target":1437},{"source":218,"target":1438},{"source":1439,"target":51},{"source":1439,"target":1440},{"source":1440,"target":51},{"source":1432,"target":163},{"source":1432,"target":1441},{"source":1432,"target":218},{"source":1441,"target":163},{"source":1433,"target":174},{"source":1433,"target":1442},{"source":1433,"target":218},{"source":1442,"target":174},{"source":1434,"target":175},{"source":1434,"target":1443},{"source":1434,"target":218},{"source":1443,"target":175},{"source":1435,"target":177},{"source":1435,"target":1444},{"source":1435,"target":218},{"source":1444,"target":177},{"source":1436,"target":179},{"source":1436,"target":1445},{"source":1436,"target":218},{"source":1445,"target":179},{"source":1437,"target":43},{"source":1438,"target":216},{"source":219,"target":0},{"source":219,"target":55},{"source":219,"target":169},{"source":219,"target":155},{"source":219,"target":1446},{"source":219,"target":1447},{"source":219,"target":1448},{"source":1446,"target":55},{"source":1447,"target":169},{"source":1448,"target":155},{"source":220,"target":0},{"source":220,"target":44},{"source":220,"target":178},{"source":220,"target":153},{"source":220,"target":1449},{"source":220,"target":1450},{"source":220,"target":1451},{"source":1449,"target":44},{"source":1450,"target":178},{"source":1451,"target":153},{"source":221,"target":0},{"source":221,"target":51},{"source":221,"target":220},{"source":221,"target":1452},{"source":221,"target":1453},{"source":221,"target":1454},{"source":221,"target":1455},{"source":221,"target":1456},{"source":221,"target":1457},{"source":221,"target":1458},{"source":221,"target":1459},{"source":1452,"target":83},{"source":1452,"target":1460},{"source":1452,"target":221},{"source":1460,"target":83},{"source":1453,"target":86},{"source":1453,"target":1461},{"source":1453,"target":221},{"source":1461,"target":86},{"source":1454,"target":87},{"source":1454,"target":1462},{"source":1454,"target":221},{"source":1462,"target":87},{"source":1455,"target":79},{"source":1455,"target":1463},{"source":1455,"target":221},{"source":1463,"target":79},{"source":1456,"target":89},{"source":1456,"target":1464},{"source":1456,"target":221},{"source":1464,"target":89},{"source":1457,"target":91},{"source":1457,"target":1465},{"source":1457,"target":221},{"source":1465,"target":91},{"source":1458,"target":51},{"source":1459,"target":220},{"source":222,"target":0},{"source":222,"target":147},{"source":222,"target":220},{"source":222,"target":1466},{"source":222,"target":1467},{"source":222,"target":1468},{"source":222,"target":1469},{"source":222,"target":1470},{"source":1471,"target":51},{"source":1471,"target":1472},{"source":1472,"target":51},{"source":1466,"target":175},{"source":1466,"target":1473},{"source":1466,"target":222},{"source":1473,"target":175},{"source":1467,"target":174},{"source":1467,"target":1474},{"source":1467,"target":222},{"source":1474,"target":174},{"source":1468,"target":163},{"source":1468,"target":1475},{"source":1468,"target":222},{"source":1475,"target":163},{"source":1469,"target":147},{"source":1470,"target":220},{"source":223,"target":0},{"source":223,"target":55},{"source":223,"target":178},{"source":223,"target":153},{"source":223,"target":1476},{"source":223,"target":1477},{"source":223,"target":1478},{"source":1476,"target":55},{"source":1477,"target":178},{"source":1478,"target":153},{"source":224,"target":0},{"source":224,"target":44},{"source":224,"target":180},{"source":224,"target":152},{"source":224,"target":1479},{"source":224,"target":1480},{"source":224,"target":1481},{"source":1479,"target":44},{"source":1480,"target":180},{"source":1481,"target":152},{"source":225,"target":0},{"source":225,"target":51},{"source":225,"target":224},{"source":225,"target":1482},{"source":225,"target":1483},{"source":225,"target":1484},{"source":225,"target":1485},{"source":225,"target":1486},{"source":225,"target":1487},{"source":225,"target":1488},{"source":225,"target":1489},{"source":1482,"target":83},{"source":1482,"target":1490},{"source":1482,"target":225},{"source":1490,"target":83},{"source":1483,"target":86},{"source":1483,"target":1491},{"source":1483,"target":225},{"source":1491,"target":86},{"source":1484,"target":87},{"source":1484,"target":1492},{"source":1484,"target":225},{"source":1492,"target":87},{"source":1485,"target":79},{"source":1485,"target":1493},{"source":1485,"target":225},{"source":1493,"target":79},{"source":1486,"target":89},{"source":1486,"target":1494},{"source":1486,"target":225},{"source":1494,"target":89},{"source":1487,"target":91},{"source":1487,"target":1495},{"source":1487,"target":225},{"source":1495,"target":91},{"source":1488,"target":51},{"source":1489,"target":224},{"source":226,"target":0},{"source":226,"target":43},{"source":226,"target":224},{"source":226,"target":1496},{"source":226,"target":1497},{"source":226,"target":1498},{"source":226,"target":1499},{"source":226,"target":1500},{"source":226,"target":1501},{"source":226,"target":1502},{"source":1503,"target":51},{"source":1503,"target":1504},{"source":1504,"target":51},{"source":1496,"target":163},{"source":1496,"target":1505},{"source":1496,"target":226},{"source":1505,"target":163},{"source":1497,"target":177},{"source":1497,"target":1506},{"source":1497,"target":226},{"source":1506,"target":177},{"source":1498,"target":179},{"source":1498,"target":1507},{"source":1498,"target":226},{"source":1507,"target":179},{"source":1499,"target":174},{"source":1499,"target":1508},{"source":1499,"target":226},{"source":1508,"target":174},{"source":1500,"target":175},{"source":1500,"target":1509},{"source":1500,"target":226},{"source":1509,"target":175},{"source":1501,"target":43},{"source":1502,"target":224},{"source":227,"target":0},{"source":227,"target":55},{"source":227,"target":180},{"source":227,"target":152},{"source":227,"target":1510},{"source":227,"target":1511},{"source":227,"target":1512},{"source":1510,"target":55},{"source":1511,"target":180},{"source":1512,"target":152},{"source":228,"target":0},{"source":228,"target":44},{"source":228,"target":182},{"source":228,"target":151},{"source":228,"target":1513},{"source":228,"target":1514},{"source":228,"target":1515},{"source":1513,"target":44},{"source":1514,"target":182},{"source":1515,"target":151},{"source":229,"target":0},{"source":229,"target":51},{"source":229,"target":228},{"source":229,"target":1516},{"source":229,"target":1517},{"source":229,"target":1518},{"source":229,"target":1519},{"source":229,"target":1520},{"source":229,"target":1521},{"source":1516,"target":83},{"source":1516,"target":1522},{"source":1516,"target":229},{"source":1522,"target":83},{"source":1517,"target":86},{"source":1517,"target":1523},{"source":1517,"target":229},{"source":1523,"target":86},{"source":1518,"target":87},{"source":1518,"target":1524},{"source":1518,"target":229},{"source":1524,"target":87},{"source":1519,"target":73},{"source":1519,"target":1525},{"source":1519,"target":229},{"source":1525,"target":73},{"source":1520,"target":51},{"source":1521,"target":228},{"source":230,"target":0},{"source":230,"target":43},{"source":230,"target":228},{"source":230,"target":1526},{"source":230,"target":1527},{"source":230,"target":1528},{"source":1529,"target":51},{"source":1529,"target":1530},{"source":1530,"target":51},{"source":1526,"target":181},{"source":1526,"target":1531},{"source":1526,"target":230},{"source":1531,"target":181},{"source":1527,"target":43},{"source":1528,"target":228},{"source":231,"target":0},{"source":231,"target":55},{"source":231,"target":182},{"source":231,"target":151},{"source":231,"target":1532},{"source":231,"target":1533},{"source":231,"target":1534},{"source":1532,"target":55},{"source":1533,"target":182},{"source":1534,"target":151},{"source":232,"target":0},{"source":232,"target":44},{"source":232,"target":184},{"source":232,"target":150},{"source":232,"target":1535},{"source":232,"target":1536},{"source":232,"target":1537},{"source":1535,"target":44},{"source":1536,"target":184},{"source":1537,"target":150},{"source":233,"target":0},{"source":233,"target":51},{"source":233,"target":232},{"source":233,"target":1538},{"source":233,"target":1539},{"source":233,"target":1540},{"source":233,"target":1541},{"source":233,"target":1542},{"source":233,"target":1543},{"source":233,"target":1544},{"source":233,"target":1545},{"source":1538,"target":83},{"source":1538,"target":1546},{"source":1538,"target":233},{"source":1546,"target":83},{"source":1539,"target":86},{"source":1539,"target":1547},{"source":1539,"target":233},{"source":1547,"target":86},{"source":1540,"target":87},{"source":1540,"target":1548},{"source":1540,"target":233},{"source":1548,"target":87},{"source":1541,"target":89},{"source":1541,"target":1549},{"source":1541,"target":233},{"source":1549,"target":89},{"source":1542,"target":91},{"source":1542,"target":1550},{"source":1542,"target":233},{"source":1550,"target":91},{"source":1543,"target":73},{"source":1543,"target":1551},{"source":1543,"target":233},{"source":1551,"target":73},{"source":1544,"target":51},{"source":1545,"target":232},{"source":234,"target":0},{"source":234,"target":43},{"source":234,"target":232},{"source":234,"target":1552},{"source":234,"target":1553},{"source":234,"target":1554},{"source":234,"target":1555},{"source":1556,"target":51},{"source":1556,"target":1557},{"source":1557,"target":51},{"source":1552,"target":181},{"source":1552,"target":1558},{"source":1552,"target":234},{"source":1558,"target":181},{"source":1553,"target":183},{"source":1553,"target":1559},{"source":1553,"target":234},{"source":1559,"target":183},{"source":1554,"target":43},{"source":1555,"target":232},{"source":235,"target":0},{"source":235,"target":55},{"source":235,"target":184},{"source":235,"target":150},{"source":235,"target":1560},{"source":235,"target":1561},{"source":235,"target":1562},{"source":1560,"target":55},{"source":1561,"target":184},{"source":1562,"target":150},{"source":236,"target":0},{"source":236,"target":1},{"source":236,"target":1563},{"source":236,"target":1564},{"source":236,"target":1565},{"source":1563,"target":8},{"source":1563,"target":1566},{"source":1563,"target":236},{"source":1566,"target":8},{"source":1564,"target":13},{"source":1564,"target":1567},{"source":1564,"target":236},{"source":1567,"target":13},{"source":1565,"target":1},{"source":237,"target":0},{"source":237,"target":9},{"source":237,"target":11},{"source":237,"target":40},{"source":237,"target":1568},{"source":237,"target":1569},{"source":237,"target":1570},{"source":237,"target":1571},{"source":237,"target":1572},{"source":237,"target":1573},{"source":237,"target":1574},{"source":1568,"target":10},{"source":1568,"target":1575},{"source":1568,"target":237},{"source":1575,"target":10},{"source":1569,"target":10},{"source":1569,"target":1576},{"source":1569,"target":237},{"source":1576,"target":10},{"source":1570,"target":13},{"source":1570,"target":1577},{"source":1570,"target":237},{"source":1577,"target":13},{"source":1571,"target":10},{"source":1571,"target":1578},{"source":1571,"target":237},{"source":1578,"target":10},{"source":1572,"target":9},{"source":1573,"target":11},{"source":1574,"target":40},{"source":238,"target":0},{"source":238,"target":239},{"source":238,"target":1579},{"source":238,"target":1580},{"source":1579,"target":3},{"source":1579,"target":1581},{"source":1579,"target":238},{"source":1581,"target":3},{"source":1580,"target":239},{"source":239,"target":0},{"source":239,"target":13},{"source":239,"target":1582},{"source":1582,"target":13},{"source":240,"target":0},{"source":240,"target":239},{"source":240,"target":1583},{"source":240,"target":1584},{"source":240,"target":1585},{"source":240,"target":1586},{"source":240,"target":1587},{"source":1583,"target":37},{"source":1583,"target":1588},{"source":1583,"target":240},{"source":1583,"target":1589},{"source":1588,"target":37},{"source":1589,"target":241},{"source":1589,"target":1590},{"source":1589,"target":1583},{"source":1590,"target":241},{"source":1584,"target":37},{"source":1584,"target":1591},{"source":1584,"target":240},{"source":1591,"target":37},{"source":1585,"target":37},{"source":1585,"target":1592},{"source":1585,"target":240},{"source":1585,"target":1593},{"source":1592,"target":37},{"source":1593,"target":3},{"source":1593,"target":1594},{"source":1593,"target":1585},{"source":1594,"target":3},{"source":1586,"target":241},{"source":1586,"target":1595},{"source":1586,"target":240},{"source":1595,"target":241},{"source":1587,"target":239},{"source":241,"target":0},{"source":241,"target":242},{"source":241,"target":1596},{"source":241,"target":1597},{"source":241,"target":1598},{"source":241,"target":1599},{"source":1596,"target":37},{"source":1596,"target":1600},{"source":1596,"target":241},{"source":1596,"target":1601},{"source":1600,"target":37},{"source":1601,"target":241},{"source":1601,"target":1602},{"source":1601,"target":1596},{"source":1602,"target":241},{"source":1597,"target":241},{"source":1597,"target":1603},{"source":1597,"target":241},{"source":1603,"target":241},{"source":1598,"target":240},{"source":1598,"target":1604},{"source":1598,"target":241},{"source":1604,"target":240},{"source":1599,"target":242},{"source":242,"target":0},{"source":242,"target":5},{"source":242,"target":11},{"source":242,"target":1605},{"source":242,"target":1606},{"source":1605,"target":5},{"source":1606,"target":11},{"source":243,"target":0},{"source":243,"target":15},{"source":243,"target":239},{"source":243,"target":1607},{"source":243,"target":1608},{"source":243,"target":1609},{"source":1607,"target":16},{"source":1607,"target":1610},{"source":1607,"target":243},{"source":1610,"target":16},{"source":1608,"target":15},{"source":1609,"target":239},{"source":244,"target":0},{"source":244,"target":31},{"source":244,"target":239},{"source":244,"target":1611},{"source":244,"target":1612},{"source":1611,"target":31},{"source":1612,"target":239},{"source":245,"target":0},{"source":245,"target":239},{"source":245,"target":1613},{"source":245,"target":1614},{"source":1613,"target":12},{"source":1613,"target":1615},{"source":1613,"target":245},{"source":1615,"target":12},{"source":1614,"target":239},{"source":246,"target":0},{"source":246,"target":239},{"source":246,"target":1616},{"source":246,"target":1617},{"source":246,"target":1618},{"source":246,"target":1619},{"source":1616,"target":13},{"source":1616,"target":1620},{"source":1616,"target":246},{"source":1620,"target":13},{"source":1617,"target":13},{"source":1617,"target":1621},{"source":1617,"target":246},{"source":1621,"target":13},{"source":1618,"target":13},{"source":1618,"target":1622},{"source":1618,"target":246},{"source":1622,"target":13},{"source":1619,"target":239},{"source":247,"target":0},{"source":247,"target":240},{"source":247,"target":1623},{"source":247,"target":1624},{"source":247,"target":1625},{"source":1623,"target":34},{"source":1623,"target":1626},{"source":1623,"target":247},{"source":1626,"target":34},{"source":1624,"target":34},{"source":1624,"target":1627},{"source":1624,"target":247},{"source":1627,"target":34},{"source":1625,"target":240},{"source":248,"target":0},{"source":248,"target":240},{"source":248,"target":1628},{"source":248,"target":1629},{"source":1628,"target":37},{"source":1628,"target":1630},{"source":1628,"target":248},{"source":1630,"target":37},{"source":1629,"target":240},{"source":249,"target":0},{"source":249,"target":13},{"source":249,"target":1631},{"source":249,"target":1632},{"source":249,"target":1633},{"source":1631,"target":250},{"source":1631,"target":1634},{"source":1631,"target":249},{"source":1634,"target":250},{"source":1632,"target":13},{"source":1632,"target":1635},{"source":1632,"target":249},{"source":1635,"target":13},{"source":1633,"target":13},{"source":250,"target":0},{"source":250,"target":1636},{"source":250,"target":1637},{"source":250,"target":1638},{"source":250,"target":1639},{"source":250,"target":1640},{"source":1636,"target":250},{"source":1637,"target":250},{"source":1638,"target":250},{"source":1639,"target":250},{"source":1640,"target":250},{"source":251,"target":0},{"source":251,"target":239},{"source":251,"target":1641},{"source":251,"target":1642},{"source":1641,"target":236},{"source":1641,"target":1643},{"source":1641,"target":251},{"source":1643,"target":236},{"source":1642,"target":239},{"source":252,"target":0},{"source":252,"target":239},{"source":252,"target":1644},{"source":252,"target":1645},{"source":1644,"target":3},{"source":1644,"target":1646},{"source":1644,"target":252},{"source":1646,"target":3},{"source":1645,"target":239},{"source":253,"target":0},{"source":253,"target":13},{"source":253,"target":1647},{"source":253,"target":1648},{"source":1647,"target":13},{"source":1647,"target":1649},{"source":1647,"target":253},{"source":1649,"target":13},{"source":1648,"target":13},{"source":254,"target":0},{"source":254,"target":239},{"source":254,"target":1650},{"source":254,"target":1651},{"source":1650,"target":11},{"source":1650,"target":1652},{"source":1650,"target":254},{"source":1652,"target":11},{"source":1651,"target":239},{"source":255,"target":0},{"source":255,"target":17},{"source":255,"target":132},{"source":255,"target":1653},{"source":255,"target":1654},{"source":255,"target":1655},{"source":255,"target":1656},{"source":255,"target":1657},{"source":255,"target":1658},{"source":255,"target":1659},{"source":1653,"target":10},{"source":1653,"target":1660},{"source":1653,"target":255},{"source":1660,"target":10},{"source":1654,"target":7},{"source":1654,"target":1661},{"source":1654,"target":255},{"source":1661,"target":7},{"source":1655,"target":237},{"source":1655,"target":1662},{"source":1655,"target":255},{"source":1662,"target":237},{"source":1656,"target":132},{"source":1656,"target":1663},{"source":1656,"target":255},{"source":1663,"target":132},{"source":1657,"target":22},{"source":1657,"target":1664},{"source":1657,"target":255},{"source":1664,"target":22},{"source":1658,"target":17},{"source":1659,"target":132},{"source":256,"target":0},{"source":256,"target":17},{"source":256,"target":1665},{"source":256,"target":1666},{"source":256,"target":1667},{"source":1665,"target":128},{"source":1665,"target":1668},{"source":1665,"target":256},{"source":1668,"target":128},{"source":1666,"target":255},{"source":1666,"target":1669},{"source":1666,"target":256},{"source":1669,"target":255},{"source":1667,"target":17},{"source":257,"target":0},{"source":257,"target":10},{"source":257,"target":1670},{"source":1670,"target":10},{"source":258,"target":0},{"source":258,"target":257},{"source":258,"target":1671},{"source":1671,"target":257},{"source":259,"target":0},{"source":259,"target":257},{"source":259,"target":1672},{"source":1672,"target":257},{"source":260,"target":0},{"source":260,"target":261},{"source":260,"target":1673},{"source":1673,"target":261},{"source":261,"target":0},{"source":261,"target":257},{"source":261,"target":1674},{"source":261,"target":1675},{"source":261,"target":1676},{"source":261,"target":1677},{"source":261,"target":1678},{"source":1674,"target":262},{"source":1674,"target":1679},{"source":1674,"target":261},{"source":1679,"target":262},{"source":1675,"target":262},{"source":1675,"target":1680},{"source":1675,"target":261},{"source":1680,"target":262},{"source":1676,"target":264},{"source":1676,"target":1681},{"source":1676,"target":261},{"source":1681,"target":264},{"source":1677,"target":262},{"source":1677,"target":1682},{"source":1677,"target":261},{"source":1682,"target":262},{"source":1678,"target":257},{"source":262,"target":0},{"source":262,"target":263},{"source":262,"target":1683},{"source":1684,"target":241},{"source":1684,"target":1685},{"source":1685,"target":241},{"source":1683,"target":263},{"source":263,"target":0},{"source":263,"target":17},{"source":263,"target":257},{"source":263,"target":1686},{"source":263,"target":1687},{"source":263,"target":1688},{"source":1686,"target":242},{"source":1686,"target":1689},{"source":1686,"target":263},{"source":1689,"target":242},{"source":1687,"target":17},{"source":1688,"target":257},{"source":264,"target":0},{"source":264,"target":1},{"source":264,"target":1690},{"source":264,"target":1691},{"source":264,"target":1692},{"source":1690,"target":13},{"source":1690,"target":1693},{"source":1690,"target":264},{"source":1693,"target":13},{"source":1691,"target":13},{"source":1691,"target":1694},{"source":1691,"target":264},{"source":1694,"target":13},{"source":1692,"target":1},{"source":265,"target":0},{"source":265,"target":261},{"source":265,"target":1695},{"source":1695,"target":261},{"source":266,"target":0},{"source":266,"target":257},{"source":266,"target":1696},{"source":266,"target":1697},{"source":1696,"target":14},{"source":1696,"target":1698},{"source":1696,"target":266},{"source":1698,"target":14},{"source":1697,"target":257},{"source":267,"target":0},{"source":267,"target":257},{"source":267,"target":1699},{"source":267,"target":1700},{"source":267,"target":1701},{"source":267,"target":1702},{"source":1699,"target":261},{"source":1699,"target":1703},{"source":1699,"target":267},{"source":1703,"target":261},{"source":1700,"target":261},{"source":1700,"target":1704},{"source":1700,"target":267},{"source":1704,"target":261},{"source":1701,"target":261},{"source":1701,"target":1705},{"source":1701,"target":267},{"source":1705,"target":261},{"source":1702,"target":257},{"source":268,"target":0},{"source":268,"target":17},{"source":268,"target":257},{"source":268,"target":1706},{"source":268,"target":1707},{"source":268,"target":1708},{"source":1706,"target":8},{"source":1706,"target":1709},{"source":1706,"target":268},{"source":1709,"target":8},{"source":1707,"target":17},{"source":1708,"target":257},{"source":269,"target":0},{"source":269,"target":8},{"source":269,"target":1710},{"source":1710,"target":8},{"source":270,"target":0},{"source":270,"target":257},{"source":270,"target":1711},{"source":270,"target":1712},{"source":1711,"target":14},{"source":1711,"target":1713},{"source":1711,"target":270},{"source":1713,"target":14},{"source":1712,"target":257},{"source":271,"target":0},{"source":271,"target":10},{"source":271,"target":1714},{"source":271,"target":1715},{"source":271,"target":1716},{"source":271,"target":1717},{"source":1714,"target":10},{"source":1714,"target":1718},{"source":1714,"target":271},{"source":1718,"target":10},{"source":1715,"target":10},{"source":1715,"target":1719},{"source":1715,"target":271},{"source":1719,"target":10},{"source":1716,"target":10},{"source":1716,"target":1720},{"source":1716,"target":271},{"source":1720,"target":10},{"source":1717,"target":10}],"multigraph":true} | ecore |
statemachine | repo-ecore-all/data/MeysamKarimi/MDEMGTT/MDEMGTT/HSM.ecore | hsm
StateMachine
name
transitions
states
Transition
label
stateMachine
source
target
AbstractState
name
stateMachine
compositeStates
InitialState
RegularState
CompositeState
states
Root
statemachines | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hsm" nsURI="http://hsm/1.0" nsPrefix="hsm">
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/stateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//AbstractState" containment="true" eOpposite="#//AbstractState/stateMachine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1"
eType="#//StateMachine" eOpposite="#//StateMachine/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//AbstractState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1"
eType="#//StateMachine" eOpposite="#//StateMachine/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeStates" eType="#//CompositeState"
eOpposite="#//CompositeState/states"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="RegularState" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractState">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//AbstractState" eOpposite="#//AbstractState/compositeStates"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Root">
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachines" upperBound="-1"
eType="#//StateMachine" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| true | {"directed":true,"nodes":[{"nsPrefix":"hsm","nsURI":"http://hsm/1.0","name":"hsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"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},{"container":false,"ordered":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":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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"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":"stateMachine","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":"label","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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeStates","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":9,"target":13},{"source":12,"target":2},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":3},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":13},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":13,"target":1},{"source":13,"target":20},{"source":13,"target":2},{"source":13,"target":9},{"source":20,"target":1},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"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":15},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":15,"target":1},{"source":15,"target":26},{"source":15,"target":3},{"source":15,"target":10},{"source":26,"target":1},{"source":24,"target":6},{"source":24,"target":27},{"source":24,"target":3},{"source":24,"target":28},{"source":27,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":30},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":28},{"source":6,"target":31},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":6},{"source":28,"target":24},{"source":32,"target":3},{"source":31,"target":3},{"source":7,"target":0},{"source":7,"target":33},{"source":33,"target":1},{"source":33,"target":34},{"source":33,"target":7},{"source":34,"target":1}],"multigraph":true} | ecore |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.